Class HelloWorldFunction
java.lang.Object
net.ontopia.topicmaps.nav2.impl.basic.AbstractFunction
net.ontopia.topicmaps.nav2.impl.basic.HelloWorldFunction
- All Implemented Interfaces:
FunctionIF
INTERNAL: Implementation of FunctionIF interface for testing
purposes. This class may also be used to demonstrate also the
external function mechansimn.
- See Also:
-
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
-
HelloWorldFunction
public HelloWorldFunction()
-
-
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
-