Package net.ontopia.utils.ontojsp
Interface JSPTagFactoryIF
- All Known Implementing Classes:
TaglibTagFactory
public interface JSPTagFactoryIF
INTERNAL: An interface for a custom JSP tag generating factory.
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.jsp.tagext.TagSupportgetTagInstance(String tagname, Map<String, String> attrVals, jakarta.servlet.jsp.tagext.TagSupport parentTag) Creates the correct tag for this JSPTreeNode, depending on the tagname.
-
Method Details
-
getTagInstance
jakarta.servlet.jsp.tagext.TagSupport getTagInstance(String tagname, Map<String, String> attrVals, jakarta.servlet.jsp.tagext.TagSupport parentTag) throws NavigatorRuntimeExceptionCreates the correct tag for this JSPTreeNode, depending on the tagname.- Throws:
NavigatorRuntimeException
-