| org.apache.cocoon.components.modules.input.AbstractInputModule org.apache.cocoon.components.modules.input.AbstractJXPathModule org.apache.cocoon.components.modules.input.SessionModule
SessionModule | public class SessionModule extends AbstractJXPathModule implements ThreadSafe(Code) | | SessionModule provides access to Session object properties.
To get access to session properties use XPath syntax, e.g. to get the session
id use 'id' as the attribute name.
More complex expressions with functions are also supported, e.g.:
'substring(id, 8)'
will return the substring of id property of the session object.
NOTE: The module does not create a new session.
author: Konstantin Piroumian version: $Id: SessionModule.java 433543 2006-08-22 06:22:54Z crossley $ |
getContextObject | protected Object getContextObject(Configuration modeConf, Map objectModel)(Code) | | |
Methods inherited from org.apache.cocoon.components.modules.input.AbstractJXPathModule | public void configure(Configuration config) throws ConfigurationException(Code)(Java Doc) public Object getAttribute(String name, Configuration modeConf, Map objectModel) throws ConfigurationException(Code)(Java Doc) public Iterator getAttributeNames(Configuration modeConf, Map objectModel) throws ConfigurationException(Code)(Java Doc) public Object[] getAttributeValues(String name, Configuration modeConf, Map objectModel) throws ConfigurationException(Code)(Java Doc) abstract protected Object getContextObject(Configuration modeConf, Map objectModel) throws ConfigurationException(Code)(Java Doc)
|
|
|