|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jsp.cfg.TldTag
com.caucho.jsp.cfg.JsfTag
public class JsfTag
Configuration for the taglib tag in the .tld
Constructor Summary | |
---|---|
JsfTag()
|
Method Summary | |
---|---|
java.util.ArrayList |
getAttributeList()
Gets the attributes |
TagAttributeInfo[] |
getAttributes()
Returns the attributes. |
java.lang.String |
getBodyContent()
Gets the body-content |
java.lang.Class |
getComponentClass()
|
java.util.ArrayList<Dependency> |
getDependencyList()
Returns the dependency. |
java.lang.String |
getDescription()
Gets the description |
java.lang.String |
getDisplayName()
Gets the display-name |
java.lang.String |
getDynamicAttributeName()
Gets the dynamic-attrisavesavebutes |
boolean |
getDynamicAttributes()
Gets the dynamic-attributes |
java.util.ArrayList |
getFragmentAttributes()
Returns the attributes. |
java.lang.String |
getInfo()
Gets the info |
java.lang.Class |
getTagClass()
Gets the tag class |
java.lang.String |
getTagClassName()
Gets the tag class |
TagExtraInfo |
getTagExtraInfo()
Gets the tei object |
java.lang.String |
getTeiClassName()
Gets the tei class |
java.util.ArrayList<TagVariableInfo> |
getVariableList()
Gets the variables |
TagVariableInfo[] |
getVariables()
Returns the variables. |
void |
setComponentClass(java.lang.Class cl)
|
java.lang.String |
toString()
|
void |
validate()
validates. |
Methods inherited from class com.caucho.jsp.cfg.TldTag |
---|
addAttribute, addDependency, addFragmentAttribute, addVariable, equals, getBaseTag, getExample, getLargeIcon, getName, getSmallIcon, hashCode, setBaseTag, setBodycontent, setBodyContent, setConfigLocation, setDescription, setDisplayName, setDynamicAttributeName, setDynamicAttributes, setExample, setIcon, setInfo, setLargeIcon, setName, setSmallIcon, setTagclass, setTagClass, setTeiclass, setTeiClass |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JsfTag()
Method Detail |
---|
public void setComponentClass(java.lang.Class cl)
public java.lang.Class getComponentClass()
public java.util.ArrayList<Dependency> getDependencyList()
getDependencyList
in class TldTag
public java.lang.Class getTagClass()
getTagClass
in class TldTag
public java.lang.String getTagClassName()
getTagClassName
in class TldTag
public java.lang.String getTeiClassName()
getTeiClassName
in class TldTag
public TagExtraInfo getTagExtraInfo()
getTagExtraInfo
in class TldTag
public java.lang.String getBodyContent()
getBodyContent
in class TldTag
public java.lang.String getDisplayName()
getDisplayName
in class TldTag
public java.lang.String getInfo()
getInfo
in class TldTag
public java.lang.String getDescription()
getDescription
in class TldTag
public java.util.ArrayList<TagVariableInfo> getVariableList()
getVariableList
in class TldTag
public TagVariableInfo[] getVariables()
getVariables
in class TldTag
public java.util.ArrayList getAttributeList()
getAttributeList
in class TldTag
public TagAttributeInfo[] getAttributes()
getAttributes
in class TldTag
public java.util.ArrayList getFragmentAttributes()
getFragmentAttributes
in class TldTag
public boolean getDynamicAttributes()
getDynamicAttributes
in class TldTag
public java.lang.String getDynamicAttributeName()
getDynamicAttributeName
in class TldTag
public void validate() throws JspParseException
validate
in class TldTag
JspParseException
public java.lang.String toString()
toString
in class TldTag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |