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, Selector, ThreadSafe
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.java 433543 2006-08-22 06:22:54Z crossley $
- 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-2006 The Apache Software Foundation. All Rights Reserved.