|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.framework.logger.AbstractLoggable | +--org.apache.cocoon.matching.AbstractPreparableMatcher | +--org.apache.cocoon.matching.AbstractWildcardMatcher | +--org.apache.cocoon.matching.WildcardRequestAttributeMatcher
Matches a request attribute against a wildcard expression.
Global and local configuration
attribute-name
String identifying the request attribute
Fields inherited from interface org.apache.cocoon.matching.Matcher |
ROLE |
Constructor Summary | |
WildcardRequestAttributeMatcher()
|
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)
Get the string to test against the wildcard expression. |
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 |
public WildcardRequestAttributeMatcher()
Method Detail |
public void configure(org.apache.avalon.framework.configuration.Configuration config) throws org.apache.avalon.framework.configuration.ConfigurationException
configure
in interface org.apache.avalon.framework.configuration.Configurable
protected java.lang.String getMatchString(java.util.Map objectModel, org.apache.avalon.framework.parameters.Parameters parameters)
AbstractWildcardMatcher
getMatchString
in class AbstractWildcardMatcher
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |