|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cocoon.sitemap.node.AbstractSitemapNode
org.apache.cocoon.sitemap.node.MatchNode
public class MatchNode
| Nested Class Summary | |
|---|---|
protected static class |
MatchNode.MatcherContext
|
| Constructor Summary | |
|---|---|
MatchNode()
|
|
| Method Summary | |
|---|---|
Class<?> |
getType()
|
String |
getValue()
|
InvocationResult |
invoke(Invocation invocation)
|
protected boolean |
isMatching()
|
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. |
void |
setValue(String value)
|
| Methods inherited from class org.apache.cocoon.sitemap.node.AbstractSitemapNode |
|---|
addChild, getParameters, getParent, invoke, processParameter, setParameters, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MatchNode()
| Method Detail |
|---|
public InvocationResult invoke(Invocation invocation)
invoke in interface SitemapNodeinvoke in class AbstractSitemapNodeAbstractSitemapNode.invoke(org.apache.cocoon.sitemap.Invocation)protected boolean isMatching()
protected MatchNode.MatcherContext lookupMatcherContext()
public Class<?> getType()
SitemapNode.getType()public void setValue(String value)
public String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||