Package | Description |
---|---|
com.caucho.jsp | |
com.caucho.jsp.java | |
javax.servlet.jsp.tagext |
Modifier and Type | Class and Description |
---|---|
class |
TagInfoImpl
Stores the entire information for a tag library.
|
class |
TempTagInfo
Temporary tag information for recursive tags.
|
Modifier and Type | Method and Description |
---|---|
TagInfo |
JspCompilerInstance.compileTag(TagTaglib taglib) |
TagInfo |
JspGenerator.generateTagInfo(java.lang.String className,
TagLibraryInfo tag)
Returns the tags taginfo.
|
TagInfo |
TagFileManager.getTag(Path path,
java.lang.String prefix,
java.lang.String location) |
TagInfo |
TagFileManager.getTag(Path path,
java.lang.String location,
TagTaglib taglib) |
TagInfo |
ParseTagManager.getTag(QName qname)
Returns the tag with the given qname.
|
TagInfo |
Taglib.getTag(java.lang.String name)
Hack to avoid JSDK problem.
|
TagInfo |
TagFileManager.getTag(java.lang.String prefix,
java.lang.String location) |
TagInfo |
TagFileManager.getTag(java.lang.String prefix,
java.lang.String shortName,
java.lang.String location) |
TagInfo |
TagFileManager.getTag(java.lang.String location,
TagTaglib taglib) |
TagInfo |
TagInstance.getTagInfo() |
Modifier and Type | Method and Description |
---|---|
TagInstance |
TagInstance.addNewTag(JspGenerator gen,
QName tagName,
TagInfo tagInfo,
java.lang.Class cl,
java.util.ArrayList<QName> names,
java.util.ArrayList<java.lang.String> values,
boolean hasBodyContent)
Adds a new tag.
|
TagInstance |
TagInstance.addTag(JspGenerator gen,
QName tagName,
TagInfo tagInfo,
java.lang.Class cl,
java.util.ArrayList<QName> names,
java.util.ArrayList<java.lang.Object> values,
boolean hasBodyContent)
Adds a child tag.
|
Modifier and Type | Class and Description |
---|---|
class |
TagInfoExt
Information for a tag file.
|
Modifier and Type | Field and Description |
---|---|
protected TagInfo |
GenericTag._tagInfo |
Modifier and Type | Method and Description |
---|---|
abstract TagInfo |
JspTagSupport._caucho_getTagInfo(TagLibraryInfo taglib) |
TagInfo |
JavaTagGenerator.generateTagInfo(java.lang.String className,
TagLibraryInfo taglib) |
TagInfo |
JavaJspGenerator.getTag(QName qname)
Returns the tag with the given qname.
|
TagInfo |
GenericTag.getTagInfo() |
Modifier and Type | Method and Description |
---|---|
void |
GenericTag.setTagInfo(TagInfo tagInfo) |
Modifier and Type | Field and Description |
---|---|
protected TagInfo[] |
TagLibraryInfo.tags |
Modifier and Type | Method and Description |
---|---|
TagInfo |
TagLibraryInfo.getTag(java.lang.String name)
Returns the information for a specific tag.
|
TagInfo |
TagFileInfo.getTagInfo()
Returns the tag info
|
TagInfo |
TagExtraInfo.getTagInfo()
Gets the TLD tag info for this tag.
|
TagInfo[] |
TagLibraryInfo.getTags()
Returns an array of all the tags in the library
|
Modifier and Type | Method and Description |
---|---|
void |
TagExtraInfo.setTagInfo(TagInfo tagInfo)
Sets the TLD tag info for this tag.
|
Constructor and Description |
---|
TagFileInfo(java.lang.String name,
java.lang.String path,
TagInfo tagInfo)
Create a new TagFileInfo.
|