sferyx.administration.renderers
Class HTMLFilter
java.lang.Object
sferyx.administration.renderers.HTMLFilter
public class HTMLFilter
- extends java.lang.Object
Generic content filtering operations. This can be customized in order to allow deny different content elements.
Constructor Summary |
HTMLFilter(java.lang.String content)
Creates a new instance of HTMLFilter |
HTMLFilter(java.lang.String content,
boolean fontProhibited,
boolean tableProhibited)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLFilter
public HTMLFilter(java.lang.String content)
- Creates a new instance of HTMLFilter
HTMLFilter
public HTMLFilter(java.lang.String content,
boolean fontProhibited,
boolean tableProhibited)
filterContent
public void filterContent(java.lang.String content)
getFilteredContent
public java.lang.String getFilteredContent()
setFontIsProhibited
public void setFontIsProhibited(boolean fontIsProhibited)
setTableIsProhibited
public void setTableIsProhibited(boolean tableIsProhibited)