| Package | Description |
|---|---|
| javax.servlet.jsp.tagext | |
| org.apache.jasper | |
| org.apache.jasper.servlet |
| Modifier and Type | Field and Description |
|---|---|
protected TagInfo[] |
TagLibraryInfo.tags
An array describing the tags that are defined in this tag library.
|
| Modifier and Type | Method and Description |
|---|---|
TagInfo |
TagLibraryInfo.getTag(String shortname)
Get the TagInfo for a given tag name, looking through all the tags in
this tag library.
|
TagInfo |
TagFileInfo.getTagInfo()
Returns information about this tag, parsed from the directives
in the tag file.
|
TagInfo |
TagExtraInfo.getTagInfo()
Get the TagInfo for this class.
|
TagInfo[] |
TagLibraryInfo.getTags()
An array describing the tags that are defined in this tag library.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagExtraInfo.setTagInfo(TagInfo tagInfo)
Set the TagInfo for this class.
|
| Constructor and Description |
|---|
TagFileInfo(String name,
String path,
TagInfo tagInfo)
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
|
| Modifier and Type | Method and Description |
|---|---|
TagInfo |
JspCompilationContext.getTagInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
JspCompilationContext.setTagInfo(TagInfo tagi) |
| Constructor and Description |
|---|
JspCompilationContext(String tagfile,
TagInfo tagInfo,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
Jar tagJar) |
| Constructor and Description |
|---|
JspServletWrapper(ServletContext servletContext,
Options options,
String tagFilePath,
TagInfo tagInfo,
JspRuntimeContext rctxt,
Jar tagJar) |
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.