sferyx.administration.renderers
Class HTMLFilter

java.lang.Object
  extended by 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)
           
 
Method Summary
 void filterContent(java.lang.String content)
           
 java.lang.String getFilteredContent()
           
 void setFontIsProhibited(boolean fontIsProhibited)
           
 void setTableIsProhibited(boolean tableIsProhibited)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLFilter

public HTMLFilter(java.lang.String content)
Creates a new instance of HTMLFilter


HTMLFilter

public HTMLFilter(java.lang.String content,
                  boolean fontProhibited,
                  boolean tableProhibited)
Method Detail

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)