|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.goodeast.webobjects.switchablestring.SSHTMLFilter.Factory
Factory class that implements a caching scheme to avoid the overhead of creating a new object each time a new filter is desired with the same allowed or disallowed list.
Method Summary | |
static SSHTMLFilter |
filterForStrings(java.lang.String aTagsString,
java.lang.String dTagsString)
The method that you should use if you want an SSHTMLFilter object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static SSHTMLFilter filterForStrings(java.lang.String aTagsString, java.lang.String dTagsString)
aTagsString
- List of allowed tagsdTagsString
- List of disallowed tags
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |