Uses of Class
javax.servlet.jsp.tagext.TagLibraryInfo
Packages that use TagLibraryInfo
-
Uses of TagLibraryInfo in javax.servlet.jsp.tagext
Methods in javax.servlet.jsp.tagext that return TagLibraryInfoModifier and TypeMethodDescriptionTagInfo.getTagLibrary()The instance of TabLibraryInfo we belong to.abstract TagLibraryInfo[]TagLibraryInfo.getTagLibraryInfos()Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.Methods in javax.servlet.jsp.tagext with parameters of type TagLibraryInfoModifier and TypeMethodDescriptionvoidTagInfo.setTagLibrary(TagLibraryInfo tl) Set the TagLibraryInfo property.Constructors in javax.servlet.jsp.tagext with parameters of type TagLibraryInfoModifierConstructorDescriptionTagInfo(String tagName, String tagClassName, String bodycontent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo) Constructor for TagInfo from data in the JSP 1.1 format for TLD.TagInfo(String tagName, String tagClassName, String bodycontent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, String displayName, String smallIcon, String largeIcon, TagVariableInfo[] tvi) Constructor for TagInfo from data in the JSP 1.2 format for TLD.TagInfo(String tagName, String tagClassName, String bodycontent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, String displayName, String smallIcon, String largeIcon, TagVariableInfo[] tvi, boolean dynamicAttributes) Constructor for TagInfo from data in the JSP 2.0 format for TLD. -
Uses of TagLibraryInfo in org.apache.jasper
Fields in org.apache.jasper with type parameters of type TagLibraryInfoMethods in org.apache.jasper that return types with arguments of type TagLibraryInfoModifier and TypeMethodDescriptionEmbeddedServletOptions.getCache()JspC.getCache()Options.getCache()The web-application wide cache for the TagLibraryInfo tag library descriptors, used ifOptions.isCaching()returnstrue.