public class TagInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
bodyContent |
protected String |
displayName |
protected String |
dynamicAttributes |
protected String |
infoString |
protected String |
largeIcon |
protected String |
smallIcon |
protected ArrayList<TagAttributeInfo> |
tagAttributeInfos |
protected String |
tagClassName |
protected String |
tagExtraInfo |
protected String |
tagName |
protected ArrayList<TagVariableInfo> |
tagVariableInfos |
Constructor and Description |
---|
TagInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addTagAttributeInfo(TagAttributeInfo tagAttributeInfo) |
void |
addTagVariableInfo(TagVariableInfo tagVariableInfo) |
String |
getBodyContent() |
String |
getDisplayName() |
String |
getDynamicAttributes() |
String |
getInfoString() |
String |
getLargeIcon() |
String |
getSmallIcon() |
TagAttributeInfo[] |
getTagAttributeInfos() |
String |
getTagClassName() |
String |
getTagExtraInfo() |
String |
getTagName() |
TagVariableInfo[] |
getTagVariableInfos() |
void |
setBodyContent(String bodyContent) |
void |
setDisplayName(String displayName) |
void |
setDynamicAttributes(String dynamicAttributes) |
void |
setInfoString(String infoString) |
void |
setLargeIcon(String largeIcon) |
void |
setSmallIcon(String smallIcon) |
void |
setTagClassName(String tagClassName) |
void |
setTagExtraInfo(String tagExtraInfo) |
void |
setTagName(String tagName) |
protected String tagName
protected String tagClassName
protected String bodyContent
protected String infoString
protected String tagExtraInfo
protected ArrayList<TagAttributeInfo> tagAttributeInfos
protected String displayName
protected String smallIcon
protected String largeIcon
protected ArrayList<TagVariableInfo> tagVariableInfos
protected String dynamicAttributes
public void addTagAttributeInfo(TagAttributeInfo tagAttributeInfo)
public TagAttributeInfo[] getTagAttributeInfos()
public void addTagVariableInfo(TagVariableInfo tagVariableInfo)
public TagVariableInfo[] getTagVariableInfos()
public String getTagName()
public void setTagName(String tagName)
public String getTagClassName()
public void setTagClassName(String tagClassName)
public String getBodyContent()
public void setBodyContent(String bodyContent)
public String getInfoString()
public void setInfoString(String infoString)
public String getTagExtraInfo()
public void setTagExtraInfo(String tagExtraInfo)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getSmallIcon()
public void setSmallIcon(String smallIcon)
public String getLargeIcon()
public void setLargeIcon(String largeIcon)
public String getDynamicAttributes()
public void setDynamicAttributes(String dynamicAttributes)
Copyright © 2016 JBoss by Red Hat. All rights reserved.