org.apache.cocoon.sitemap.node
Class WhenNode
java.lang.Object
org.apache.cocoon.sitemap.node.AbstractSitemapNode
org.apache.cocoon.sitemap.node.MatchNode
org.apache.cocoon.sitemap.node.WhenNode
- All Implemented Interfaces:
- SitemapNode
public class WhenNode
- extends MatchNode
WhenNode
public WhenNode()
getType
public Class<?> getType()
-
- Specified by:
getType
in interface SitemapNode
- Overrides:
getType
in class MatchNode
- See Also:
SitemapNode.getType()
invoke
public InvocationResult invoke(Invocation invocation)
- Description copied from class:
MatchNode
-
- Specified by:
invoke
in interface SitemapNode
- Overrides:
invoke
in class MatchNode
- See Also:
AbstractSitemapNode.invoke(org.apache.cocoon.sitemap.Invocation)
checkParent
protected void checkParent()
- Check if the parent is a select node.
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.