Class DisplayHierarchyFunction
- java.lang.Object
-
- net.ontopia.topicmaps.nav2.impl.basic.AbstractFunction
-
- net.ontopia.topicmaps.nav2.webapps.omnigator.DisplayHierarchyFunction
-
- All Implemented Interfaces:
FunctionIF
public class DisplayHierarchyFunction extends AbstractFunction
INTERNAL: Used by the Omnigator to create the collapsible tree view of hierarchical association types.
-
-
Constructor Summary
Constructors Constructor Description DisplayHierarchyFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collectionexecute(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.TagSupport callingTag)-
Methods inherited from class net.ontopia.topicmaps.nav2.impl.basic.AbstractFunction
call, getModule, getName, getParameters, getReturnVariableName, getRootNode, toString
-
-
-
-
Method Detail
-
execute
public Collection execute(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.TagSupport callingTag) throws IOException, javax.servlet.jsp.JspException
- Specified by:
executein interfaceFunctionIF- Overrides:
executein classAbstractFunction- Throws:
IOExceptionjavax.servlet.jsp.JspException
-
-