|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagInfo
com.caucho.jsp.TempTagInfo
public class TempTagInfo
Temporary tag information for recursive tags.
| Field Summary |
|---|
| Fields inherited from class javax.servlet.jsp.tagext.TagInfo |
|---|
BODY_CONTENT_EMPTY, BODY_CONTENT_JSP, BODY_CONTENT_SCRIPTLESS, BODY_CONTENT_TAG_DEPENDENT |
| Constructor Summary | |
|---|---|
TempTagInfo()
|
|
| Method Summary | |
|---|---|
TagAttributeInfo[] |
getAttributes()
Returns information about the tags allowed attributes. |
java.lang.String |
getBodyContent()
Returns the body content type. |
java.lang.String |
getDisplayName()
Returns the display name to be displayed by tools. |
java.lang.String |
getInfoString()
Returns the tag's infomation string. |
java.lang.String |
getLargeIcon()
Returns the path to the large icon to be displayed by the tools. |
java.lang.String |
getSmallIcon()
Returns the path to the small icon to be displayed by the tools. |
java.lang.String |
getTagClassName()
Returns the tag's class name. |
TagExtraInfo |
getTagExtraInfo()
Returns the tag extra info for the tag. |
TagLibraryInfo |
getTagLibrary()
Returns the TagLibraryInfo for the tag. |
java.lang.String |
getTagName()
Returns the tag's name. |
TagVariableInfo[] |
getTagVariableInfos()
Returns the tag variable info in the tld |
VariableInfo[] |
getVariableInfo(TagData data)
Information about the variables created by the tag at runtime. |
boolean |
hasDynamicAttributes()
Retursn true if dynamic attributes are supported. |
boolean |
isValid(TagData data)
Returns true if the tag instance is valid. |
void |
setAttributes(TagAttributeInfo[] attributeInfo)
|
void |
setBodyContent(java.lang.String bodyContent)
|
void |
setDisplayName(java.lang.String displayName)
|
void |
setDynamicAttributes(boolean isDynamicAttributes)
|
void |
setInfoString(java.lang.String infoString)
|
void |
setLargeIcon(java.lang.String largeIcon)
|
void |
setSmallIcon(java.lang.String smallIcon)
|
void |
setTagClassName(java.lang.String tagClassName)
|
void |
setTagExtraInfo(TagExtraInfo tei)
Sets the tag extra info for the tag. |
void |
setTagLibrary(TagLibraryInfo info)
Sets the TagLibraryInfo for the tag. |
void |
setTagName(java.lang.String tagName)
|
void |
setTagVariableInfos(TagVariableInfo[] tvi)
|
ValidationMessage[] |
validate(TagData data)
Validate attributes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TempTagInfo()
| Method Detail |
|---|
public java.lang.String getTagName()
TagInfo
getTagName in class TagInfopublic void setTagName(java.lang.String tagName)
public java.lang.String getInfoString()
TagInfo
getInfoString in class TagInfopublic void setInfoString(java.lang.String infoString)
public java.lang.String getTagClassName()
TagInfo
getTagClassName in class TagInfopublic void setTagClassName(java.lang.String tagClassName)
public java.lang.String getBodyContent()
TagInfo
getBodyContent in class TagInfopublic void setBodyContent(java.lang.String bodyContent)
public java.lang.String getDisplayName()
TagInfo
getDisplayName in class TagInfopublic void setDisplayName(java.lang.String displayName)
public java.lang.String getLargeIcon()
TagInfo
getLargeIcon in class TagInfopublic void setLargeIcon(java.lang.String largeIcon)
public java.lang.String getSmallIcon()
TagInfo
getSmallIcon in class TagInfopublic void setSmallIcon(java.lang.String smallIcon)
public TagAttributeInfo[] getAttributes()
TagInfo
getAttributes in class TagInfopublic void setAttributes(TagAttributeInfo[] attributeInfo)
public TagVariableInfo[] getTagVariableInfos()
TagInfo
getTagVariableInfos in class TagInfopublic void setTagVariableInfos(TagVariableInfo[] tvi)
public VariableInfo[] getVariableInfo(TagData data)
TagInfo
getVariableInfo in class TagInfodata - information about the tag instancepublic boolean hasDynamicAttributes()
TagInfo
hasDynamicAttributes in class TagInfopublic void setDynamicAttributes(boolean isDynamicAttributes)
public boolean isValid(TagData data)
TagInfo
isValid in class TagInfodata - information about the tag instancepublic TagExtraInfo getTagExtraInfo()
TagInfo
getTagExtraInfo in class TagInfopublic void setTagExtraInfo(TagExtraInfo tei)
TagInfo
setTagExtraInfo in class TagInfopublic TagLibraryInfo getTagLibrary()
TagInfo
getTagLibrary in class TagInfopublic void setTagLibrary(TagLibraryInfo info)
TagInfo
setTagLibrary in class TagInfopublic ValidationMessage[] validate(TagData data)
TagInfo
validate in class TagInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||