org.apache.cocoon.matching
Class WildcardSessionAttributeMatcher

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLoggable
        |
        +--org.apache.cocoon.matching.AbstractPreparableMatcher
              |
              +--org.apache.cocoon.matching.AbstractWildcardMatcher
                    |
                    +--org.apache.cocoon.matching.WildcardURIMatcher
                          |
                          +--org.apache.cocoon.matching.WildcardSessionAttributeMatcher
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.logger.Loggable, Matcher, PreparableMatcher, org.apache.avalon.framework.thread.ThreadSafe
Direct Known Subclasses:
WildcardSessionAttributeMatcherFactory

public class WildcardSessionAttributeMatcher
extends WildcardURIMatcher
implements org.apache.avalon.framework.configuration.Configurable

Matches a session attribute against a wildcard expression.

Global and local configuration

attribute-nameString identifying the session attribute

Version:
CVS $Revision: 1.2.2.2 $ $Date: 2001/11/26 09:46:19 $
Author:
Christian Haul, Sylvain Wallez

Fields inherited from interface org.apache.cocoon.matching.Matcher
ROLE
 
Constructor Summary
WildcardSessionAttributeMatcher()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration config)
           
protected  java.lang.String getMatchString(java.util.Map objectModel, org.apache.avalon.framework.parameters.Parameters parameters)
          Return the request URI.
 
Methods inherited from class org.apache.cocoon.matching.AbstractWildcardMatcher
preparedMatch, preparePattern
 
Methods inherited from class org.apache.cocoon.matching.AbstractPreparableMatcher
match
 
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

WildcardSessionAttributeMatcher

public WildcardSessionAttributeMatcher()
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration config)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable

getMatchString

protected java.lang.String getMatchString(java.util.Map objectModel,
                                          org.apache.avalon.framework.parameters.Parameters parameters)
Description copied from class: WildcardURIMatcher
Return the request URI.
Overrides:
getMatchString in class WildcardURIMatcher


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