This project has retired. For details please refer to its
Attic page .
RequestParameterModule (Cocoon Sitemap Components 1.0.0 API)
org.apache.cocoon.components.modules.input
Class RequestParameterModule
java.lang.Object
org.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.components.modules.input.AbstractInputModule
org.apache.cocoon.components.modules.input.RequestParameterModule
All Implemented Interfaces: Configurable , Disposable , org.apache.cocoon.components.modules.input.InputModule, ThreadSafe
public class RequestParameterModule extends org.apache.cocoon.components.modules.input.AbstractInputModuleimplements ThreadSafe
RequestParameterModule accesses request parameters. If the
parameter name contains an askerisk "*" this is considered a
wildcard and all parameters that would match this wildcard are
considered to be part of an array of that name for
getAttributeValues. Only one "*" is allowed. Wildcard matches take
precedence over real arrays. In that case only the first value of
such array is returned.
Version:
$Id: RequestParameterModule.html 1304280 2012-03-23 11:18:01Z ilgrosso $
Fields inherited from class org.apache.cocoon.components.modules.input.AbstractInputModule
settings
Fields inherited from interface org.apache.cocoon.components.modules.input.InputModule
ROLE
Methods inherited from class org.apache.cocoon.components.modules.input.AbstractInputModule
configure, dispose
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
RequestParameterModule
public RequestParameterModule ()
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
getAttributeNames
public Iterator getAttributeNames (Configuration modeConf,
Map objectModel)
throws ConfigurationException
Specified by: getAttributeNames
in interface org.apache.cocoon.components.modules.input.InputModule
Throws:
ConfigurationException
getAttributeValues
public Object [] getAttributeValues (String name,
Configuration modeConf,
Map objectModel)
throws ConfigurationException
Specified by: getAttributeValues
in interface org.apache.cocoon.components.modules.input.InputModule
Throws:
ConfigurationException
Copyright © 1999-2008 The Apache Software Foundation . All Rights Reserved.