Class Summary |
SSAllowedTagsFilter |
Checks tags against an allowed list. |
SSDisallowedTagsFilter |
Checks tags against a disallowed list. |
SSHelper |
A helper class that is used to add behavior to the dynamic elements. |
SSHTMLFilter |
Implements the base functionality for a scheme to filter
out HTML tags based on a test. |
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. |
SSNoTagsAllowedFilter |
Simple subclass of SSHTMLFilter that escapes all tags. |
SSParentAssociation |
This class is used to work around the fact that two of the elements being
subclassed are in fact subclasses of WOComponent, not WODynamicElement. |