com.goodeast.webobjects.switchablestring
Class SSNoTagsAllowedFilter

java.lang.Object
  |
  +--com.goodeast.webobjects.switchablestring.SSHTMLFilter
        |
        +--com.goodeast.webobjects.switchablestring.SSNoTagsAllowedFilter

public class SSNoTagsAllowedFilter
extends SSHTMLFilter

Simple subclass of SSHTMLFilter that escapes all tags.


Nested Class Summary
 
Nested classes inherited from class com.goodeast.webobjects.switchablestring.SSHTMLFilter
SSHTMLFilter.Factory
 
Method Summary
 boolean tagShouldBeEscaped(java.lang.String tag)
          Always returns true, regardless of tag.
 
Methods inherited from class com.goodeast.webobjects.switchablestring.SSHTMLFilter
filterForAllowedHTML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

tagShouldBeEscaped

public boolean tagShouldBeEscaped(java.lang.String tag)
Always returns true, regardless of tag.

Specified by:
tagShouldBeEscaped in class SSHTMLFilter
Parameters:
tag - Tag to be checked
Returns:
Always returns true