org.apache.cocoon.selection
Class SessionStateSelector

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLoggable
        |
        +--org.apache.cocoon.selection.SessionAttributeSelector
              |
              +--org.apache.cocoon.selection.SessionStateSelector
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.logger.Loggable, Selector, org.apache.avalon.framework.thread.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.SessionStateString identifying the session attribute.

Version:
CVS $Id: SessionStateSelector.java,v 1.4 2002/02/22 07:03:54 cziegeler Exp $
Author:
Christian Haul, Sylvain Wallez

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(org.apache.avalon.framework.configuration.Configuration config)
          Deprecated.  
 
Methods inherited from class org.apache.cocoon.selection.SessionAttributeSelector
select
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable
getLogger, setLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionStateSelector

public SessionStateSelector()
Deprecated. 
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration config)
Deprecated. 
Overrides:
configure in class SessionAttributeSelector


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.