org.apache.cocoon.components.modules.input
Class URLEncodeModule

java.lang.Object
  extended byorg.apache.cocoon.util.AbstractLogEnabled
      extended byorg.apache.cocoon.components.modules.input.AbstractInputModule
          extended byorg.apache.cocoon.components.modules.input.URLEncodeModule
All Implemented Interfaces:
Configurable, Disposable, org.apache.cocoon.components.modules.input.InputModule, ThreadSafe

public final class URLEncodeModule
extends org.apache.cocoon.components.modules.input.AbstractInputModule
implements ThreadSafe

This module provides functionality for converting a String to the application/x-www-form-urlencoded MIME format. It is useful for example for calling remote services:
<map:generate src="http://remote/page?param1={url-encode:{request-param:param1}}"/>
Module configuration takes only one configuration parameter: "encoding" which is a target string encoding. This is utf-8 by default.

Version:
$Id: URLEncodeModule.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
 
Fields inherited from class org.apache.cocoon.components.modules.input.AbstractInputModule
settings
 
Fields inherited from interface org.apache.cocoon.components.modules.input.InputModule
ROLE
 
Constructor Summary
URLEncodeModule()
           
 
Method Summary
 Object getAttribute(String name, Configuration modeConf, Map objectModel)
           
 
Methods inherited from class org.apache.cocoon.components.modules.input.AbstractInputModule
configure, dispose, getAttributeNames, getAttributeValues
 
Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLEncodeModule

public URLEncodeModule()
Method Detail

getAttribute

public Object getAttribute(String name,
                           Configuration modeConf,
                           Map objectModel)
                    throws ConfigurationException
Specified by:
getAttribute in interface org.apache.cocoon.components.modules.input.InputModule
Throws:
ConfigurationException


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.