public class JsfTag extends TldTag
Constructor and Description |
---|
JsfTag() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 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