Package net.ontopia.utils.ontojsp
Class TaglibTagFactory
java.lang.Object
net.ontopia.utils.ontojsp.TaglibTagFactory
- All Implemented Interfaces:
JSPTagFactoryIF
INTERNAL: A TaglibTagFactory that creates the correct tags from the
net.ontopia.nav2.taglibs packages. Used for the
implentation of the call tag and internally for testing.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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.static StringgetTagName(Class tagclass) static booleanisKnownTag(String tagname)
-
Field Details
-
TAGPOOLING_DEFAULT
public static final boolean TAGPOOLING_DEFAULT- See Also:
-
-
Constructor Details
-
TaglibTagFactory
public TaglibTagFactory() -
TaglibTagFactory
public TaglibTagFactory(boolean useTagPooling)
-
-
Method Details
-
getTagName
-
isKnownTag
-
getTagInstance
public jakarta.servlet.jsp.tagext.TagSupport getTagInstance(String tagname, Map<String, String> attrVals, jakarta.servlet.jsp.tagext.TagSupport parentTag) throws NavigatorRuntimeExceptionDescription copied from interface:JSPTagFactoryIFCreates the correct tag for this JSPTreeNode, depending on the tagname.- Specified by:
getTagInstancein interfaceJSPTagFactoryIF- Throws:
NavigatorRuntimeException
-