org.apache.cocoon.sitemap.node
Class MatchNode
java.lang.Object
org.apache.cocoon.sitemap.node.AbstractSitemapNode
org.apache.cocoon.sitemap.node.MatchNode
- All Implemented Interfaces:
- SitemapNode
- Direct Known Subclasses:
- WhenNode
public class MatchNode
- extends AbstractSitemapNode
MatchNode
public MatchNode()
invoke
public InvocationResult invoke(Invocation invocation)
-
- Specified by:
invoke
in interface SitemapNode
- Overrides:
invoke
in class AbstractSitemapNode
- See Also:
AbstractSitemapNode.invoke(org.apache.cocoon.sitemap.Invocation)
isMatching
protected boolean isMatching()
lookupMatcherContext
protected MatchNode.MatcherContext lookupMatcherContext()
- Find out what matching attribute (pattern, wildcard, equals, etc.) is used, check that it's not more than one
that is used and throw an exception otherwise.
getType
public Class<?> getType()
-
- See Also:
SitemapNode.getType()
setValue
public void setValue(String value)
getValue
public String getValue()
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.