Uses of Class
jakarta.servlet.jsp.tagext.TagInfo
-
Packages that use TagInfo Package Description jakarta.servlet.jsp.tagext org.apache.jasper org.apache.jasper.servlet -
-
Uses of TagInfo in jakarta.servlet.jsp.tagext
Fields in jakarta.servlet.jsp.tagext declared as TagInfo Modifier and Type Field Description protected TagInfo[]TagLibraryInfo. tagsAn array describing the tags that are defined in this tag library.Methods in jakarta.servlet.jsp.tagext that return TagInfo Modifier and Type Method Description TagInfoTagLibraryInfo. getTag(java.lang.String shortname)Get the TagInfo for a given tag name, looking through all the tags in this tag library.TagInfoTagExtraInfo. getTagInfo()Get the TagInfo for this class.TagInfoTagFileInfo. getTagInfo()Returns information about this tag, parsed from the directives in the tag file.TagInfo[]TagLibraryInfo. getTags()An array describing the tags that are defined in this tag library.Methods in jakarta.servlet.jsp.tagext with parameters of type TagInfo Modifier and Type Method Description voidTagExtraInfo. setTagInfo(TagInfo tagInfo)Set the TagInfo for this class.Constructors in jakarta.servlet.jsp.tagext with parameters of type TagInfo Constructor Description TagFileInfo(java.lang.String name, java.lang.String path, TagInfo tagInfo)Constructor for TagFileInfo from data in the JSP 2.0 format for TLD. -
Uses of TagInfo in org.apache.jasper
Methods in org.apache.jasper that return TagInfo Modifier and Type Method Description TagInfoJspCompilationContext. getTagInfo()Methods in org.apache.jasper with parameters of type TagInfo Modifier and Type Method Description voidJspCompilationContext. setTagInfo(TagInfo tagi)Constructors in org.apache.jasper with parameters of type TagInfo Constructor Description JspCompilationContext(java.lang.String tagfile, TagInfo tagInfo, Options options, ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt, Jar tagJar) -
Uses of TagInfo in org.apache.jasper.servlet
Constructors in org.apache.jasper.servlet with parameters of type TagInfo Constructor Description JspServletWrapper(ServletContext servletContext, Options options, java.lang.String tagFilePath, TagInfo tagInfo, JspRuntimeContext rctxt, Jar tagJar)
-