Class DisplayHierarchyFunction
java.lang.Object
net.ontopia.topicmaps.nav2.impl.basic.AbstractFunction
net.ontopia.topicmaps.nav2.webapps.omnigator.DisplayHierarchyFunction
- All Implemented Interfaces:
FunctionIF
INTERNAL: Used by the Omnigator to create the collapsible tree view
of hierarchical association types.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.TagSupport callingTag) INTERNAL: Executes this function in the specified context.Methods inherited from class net.ontopia.topicmaps.nav2.impl.basic.AbstractFunction
call, getModule, getName, getParameters, getReturnVariableName, getRootNode, toString
-
Constructor Details
-
DisplayHierarchyFunction
public DisplayHierarchyFunction()
-
-
Method Details
-
execute
public Collection execute(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.TagSupport callingTag) throws IOException, javax.servlet.jsp.JspException Description copied from interface:FunctionIFINTERNAL: Executes this function in the specified context.- Specified by:
executein interfaceFunctionIF- Overrides:
executein classAbstractFunction- Returns:
- Collection The function return value collection. If null is returned, no value will be given to the parent value accepting tag.
- Throws:
IOExceptionjavax.servlet.jsp.JspException
-