org.apache.cocoon.matching
Class ParameterMatcher
java.lang.Object
|
+--org.apache.cocoon.matching.ParameterMatcher
- All Implemented Interfaces:
- org.apache.avalon.framework.component.Component, Matcher, org.apache.avalon.framework.thread.ThreadSafe
- public class ParameterMatcher
- extends java.lang.Object
- implements Matcher, org.apache.avalon.framework.thread.ThreadSafe
This class allows for matching based on a parameter provided from the sitemap.
If the specified sitemap parameter exists, its value is retrieved for later
sitemap substitution.
Example:
<map:match type="parameter" pattern="dest">
<map:redirect-to uri="{1}"/>
</map:match>
- Version:
- CVS $Id: ParameterMatcher.java,v 1.1.2.2 2002/10/03 04:40:44 vgritsenko Exp $
- Author:
- Vadim Gritsenko
Fields inherited from interface org.apache.cocoon.matching.Matcher |
ROLE |
Method Summary |
java.util.Map |
match(java.lang.String pattern,
java.util.Map objectModel,
org.apache.avalon.framework.parameters.Parameters parameters)
Match method to see if the sitemap parameter exists. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterMatcher
public ParameterMatcher()
match
public java.util.Map match(java.lang.String pattern,
java.util.Map objectModel,
org.apache.avalon.framework.parameters.Parameters parameters)
- Match method to see if the sitemap parameter exists. If it does
have a value the parameter added to the array list for later
sitemap substitution.
- Specified by:
match
in interface Matcher
- Parameters:
pattern
- name of sitemap parameter to findobjectModel
- environment passed through via cocoon- Returns:
- null or map containing value of sitemap parameter 'pattern'
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.