|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.common.xmlprocessor.model.XMLTagFilterPolicy.AllowedTag
public static class XMLTagFilterPolicy.AllowedTag
The allowed tags: tagName and tagAttributes to be configured for allowed tags.
| Constructor Summary | |
|---|---|
XMLTagFilterPolicy.AllowedTag()
Default constructor. |
|
XMLTagFilterPolicy.AllowedTag(String tagName)
Constructor with tagName. |
|
XMLTagFilterPolicy.AllowedTag(String tagName,
Set<String> tagAttributes)
Constructor with tagName and tagAttributes. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLTagFilterPolicy.AllowedTag()
public XMLTagFilterPolicy.AllowedTag(String tagName)
tagName -
public XMLTagFilterPolicy.AllowedTag(String tagName,
Set<String> tagAttributes)
tagName - the tag nametagAttributes - the tag attributes| Method Detail |
|---|
public String getTagName()
public void setTagName(String setTagName)
setTagName - the tag namepublic void setTagAttributes(Set<String> tagAttributes)
tagAttributes - the tag attributespublic Set<String> getTagAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||