org.apache.cocoon.selection
Class SessionStateSelector
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.selection.SessionAttributeSelector
org.apache.cocoon.selection.SessionStateSelector
- All Implemented Interfaces:
- Component, Configurable, LogEnabled, ThreadSafe, Selector
Deprecated. use SessionAttributeSelector instead
public class SessionStateSelector
- extends SessionAttributeSelector
This class generates source code to implement a selector that
matches a string against an arbitrary session attribute.
Global and local configuration
org.apache.cocoon.SessionState | String identifying the session attribute. |
- Version:
- CVS $Id: SessionStateSelector.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Christian Haul, Sylvain Wallez
Fields inherited from interface org.apache.cocoon.selection.Selector |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SESSION_STATE_ATTRIBUTE
public static final String SESSION_STATE_ATTRIBUTE
- Deprecated.
- See Also:
- Constant Field Values
SessionStateSelector
public SessionStateSelector()
- Deprecated.
configure
public void configure(Configuration config)
- Deprecated.
- Specified by:
configure
in interface Configurable
- Overrides:
configure
in class SessionAttributeSelector
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.