Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » selection » [javadoc | source]
org.apache.cocoon.selection
public class: SessionStateSelector [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
      org.apache.cocoon.selection.SessionAttributeSelector
         org.apache.cocoon.selection.SessionStateSelector

All Implemented Interfaces:
    org.apache.avalon.framework.thread.ThreadSafe, Selector, org.apache.avalon.framework.configuration.Configurable

Deprecated! use - SessionAttributeSelector instead

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.
Field Summary
public static final  String SESSION_STATE_ATTRIBUTE     
Fields inherited from org.apache.cocoon.selection.SessionAttributeSelector:
defaultName
Constructor:
 public SessionStateSelector() 
Method from org.apache.cocoon.selection.SessionStateSelector Summary:
configure
Methods from org.apache.cocoon.selection.SessionAttributeSelector:
configure,   select
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.selection.SessionStateSelector Detail:
 public  void configure(Configuration config) 
      Deprecated!