| org.apache.cocoon.components.modules.input.AbstractInputModule org.apache.cocoon.components.modules.input.RequestParameterModule
RequestParameterModule | public class RequestParameterModule extends AbstractInputModule implements ThreadSafe(Code) | | 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.
author: Christian Haul version: $Id: RequestParameterModule.java 433543 2006-08-22 06:22:54Z crossley $ |
getAttribute | public Object getAttribute(String name, Configuration modeConf, Map objectModel) throws ConfigurationException(Code) | | |
getAttributeNames | public Iterator getAttributeNames(Configuration modeConf, Map objectModel) throws ConfigurationException(Code) | | |
getAttributeValues | public Object[] getAttributeValues(String name, Configuration modeConf, Map objectModel) throws ConfigurationException(Code) | | |
|
|