public static class XMLTagFilterPolicy.AllowedTag extends Object
| Constructor and Description |
|---|
AllowedTag()
Default constructor.
|
AllowedTag(String tagName)
Constructor with tagName.
|
AllowedTag(String tagName,
Set<String> tagAttributes)
Constructor with tagName and tagAttributes.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getTagAttributes()
Gets the tag attributes.
|
String |
getTagName()
Gets the tag name.
|
void |
setTagAttributes(Set<String> tagAttributes)
Sets the tag attributes.
|
void |
setTagName(String setTagName)
Sets the tag name.
|
public AllowedTag()
public AllowedTag(String tagName)
tagName - public String getTagName()
public void setTagName(String setTagName)
setTagName - the tag namepublic void setTagAttributes(Set<String> tagAttributes)
tagAttributes - the tag attributesCopyright © 2003–2018 eXo Platform SAS. All rights reserved.