org.apache.cocoon.selection
Class SessionStateSelector

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.selection.SessionAttributeSelector
          extended by 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.SessionStateString identifying the session attribute.

Version:
CVS $Id: SessionStateSelector.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Christian Haul, Sylvain Wallez

Field Summary
static String SESSION_STATE_ATTRIBUTE
          Deprecated.  
 
Fields inherited from class org.apache.cocoon.selection.SessionAttributeSelector
defaultName
 
Fields inherited from interface org.apache.cocoon.selection.Selector
ROLE
 
Constructor Summary
SessionStateSelector()
          Deprecated.  
 
Method Summary
 void configure(Configuration config)
          Deprecated.  
 
Methods inherited from class org.apache.cocoon.selection.SessionAttributeSelector
select
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_STATE_ATTRIBUTE

public static final String SESSION_STATE_ATTRIBUTE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SessionStateSelector

public SessionStateSelector()
Deprecated. 
Method Detail

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.