|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagInfo | |
---|---|
javax.servlet.jsp.tagext | Classes and interfaces for the definition of JavaServer Pages Tag Libraries. |
org.apache.jasper | |
org.apache.jasper.servlet |
Uses of TagInfo in javax.servlet.jsp.tagext |
---|
Fields in javax.servlet.jsp.tagext declared as TagInfo | |
---|---|
protected TagInfo[] |
TagLibraryInfo.tags
An array describing the tags that are defined in this tag library. |
Methods in javax.servlet.jsp.tagext that return TagInfo | |
---|---|
TagInfo |
TagLibraryInfo.getTag(String shortname)
Get the TagInfo for a given tag name, looking through all the tags in this tag library. |
TagInfo |
TagExtraInfo.getTagInfo()
Get the TagInfo for this class. |
TagInfo |
TagFileInfo.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 javax.servlet.jsp.tagext with parameters of type TagInfo | |
---|---|
void |
TagExtraInfo.setTagInfo(TagInfo tagInfo)
Set the TagInfo for this class. |
Constructors in javax.servlet.jsp.tagext with parameters of type TagInfo | |
---|---|
TagFileInfo(String name,
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 | |
---|---|
TagInfo |
JspCompilationContext.getTagInfo()
|
Methods in org.apache.jasper with parameters of type TagInfo | |
---|---|
void |
JspCompilationContext.setTagInfo(TagInfo tagi)
|
Constructors in org.apache.jasper with parameters of type TagInfo | |
---|---|
JspCompilationContext(String tagfile,
TagInfo tagInfo,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
URL tagFileJarUrl)
|
Uses of TagInfo in org.apache.jasper.servlet |
---|
Constructors in org.apache.jasper.servlet with parameters of type TagInfo | |
---|---|
JspServletWrapper(ServletContext servletContext,
Options options,
String tagFilePath,
TagInfo tagInfo,
JspRuntimeContext rctxt,
URL tagFileJarUrl)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |