org.tigris.scarab.util
Interface SkipFiltering
- All Known Implementing Classes:
- EmailLink, ScarabLink, SimpleSkipFiltering, SnippetRenderer
- public interface SkipFiltering
A marker interface that instructs the filtering event cartridge to skip
processing of the implementing object's toString output.
- Author:
- John McNally
|
Method Summary |
java.lang.String |
toString()
Contract requires any html in the String to be returned is known
to be safe of cross-site-scripting vunerabilities. |
toString
public java.lang.String toString()
- Contract requires any html in the String to be returned is known
to be safe of cross-site-scripting vunerabilities.
Copyright © 2000-2004 Tigris.org. All Rights Reserved.