org.apache.cocoon.matching
Class WildcardSessionAttributeMatcher

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.matching.AbstractWildcardMatcher
          extended by org.apache.cocoon.matching.WildcardSessionAttributeMatcher
All Implemented Interfaces:
Component, Configurable, LogEnabled, ThreadSafe, Matcher

public class WildcardSessionAttributeMatcher
extends AbstractWildcardMatcher
implements Configurable

Matches a session attribute against a wildcard expression.

Global and local configuration

attribute-nameString identifying the session attribute

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

Field Summary
 
Fields inherited from interface org.apache.cocoon.matching.Matcher
ROLE
 
Constructor Summary
WildcardSessionAttributeMatcher()
           
 
Method Summary
 void configure(Configuration config)
           
protected  String getMatchString(Map objectModel, Parameters parameters)
          Get the string to test against the wildcard expression.
 
Methods inherited from class org.apache.cocoon.matching.AbstractWildcardMatcher
match
 
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
 

Constructor Detail

WildcardSessionAttributeMatcher

public WildcardSessionAttributeMatcher()
Method Detail

configure

public void configure(Configuration config)
               throws ConfigurationException
Specified by:
configure in interface Configurable
Throws:
ConfigurationException

getMatchString

protected String getMatchString(Map objectModel,
                                Parameters parameters)
Description copied from class: AbstractWildcardMatcher
Get the string to test against the wildcard expression. To be defined by concrete subclasses.

Specified by:
getMatchString in class AbstractWildcardMatcher


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.