This project has retired. For details please refer to its
Attic page .
RequestScopedAttributeModule (Cocoon Sitemap Components 1.0.0 API)
org.apache.cocoon.components.modules.input
Class RequestScopedAttributeModule
java.lang.Object
org.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.components.modules.input.AbstractInputModule
org.apache.cocoon.components.modules.input.RequestAttributeModule
org.apache.cocoon.components.modules.input.RequestScopedAttributeModule
All Implemented Interfaces: Configurable , Disposable , org.apache.cocoon.components.modules.input.InputModule, ThreadSafe
public class RequestScopedAttributeModule extends RequestAttributeModule
This is an extension of the RequestAttributeModule . It has the same
features but requires to define the scope of an attribute: either "global" or
"request"; so the name follows this form: SCOPE:KEY.
Since:
2.2
Version:
$Id: RequestScopedAttributeModule.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
RequestScopedAttributeModule
public RequestScopedAttributeModule ()
getAttribute
public Object getAttribute (String name,
Configuration modeConf,
Map objectModel)
throws ConfigurationException
Specified by: getAttribute in interface org.apache.cocoon.components.modules.input.InputModuleOverrides: getAttribute in class RequestAttributeModule
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.InputModuleOverrides: getAttributeValues in class RequestAttributeModule
Throws:
ConfigurationException
Copyright © 1999-2008 The Apache Software Foundation . All Rights Reserved.