org.tigris.scarab.util
Class SimpleSkipFiltering

java.lang.Object
  extended byorg.tigris.scarab.util.SimpleSkipFiltering
All Implemented Interfaces:
SkipFiltering

public class SimpleSkipFiltering
extends java.lang.Object
implements SkipFiltering

This class provides a wrapper for any output that should not be filtered of html entities while rendering a template.

Version:
$Id: SimpleSkipFiltering.java 6298 2002-11-07 00:16:52Z jmcnally $
Author:
John McNally

Constructor Summary
SimpleSkipFiltering(java.lang.Object obj)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleSkipFiltering

public SimpleSkipFiltering(java.lang.Object obj)
Method Detail

toString

public java.lang.String toString()
Description copied from interface: SkipFiltering
Contract requires any html in the String to be returned is known to be safe of cross-site-scripting vunerabilities.

Specified by:
toString in interface SkipFiltering


Copyright © 2000-2004 Tigris.org. All Rights Reserved.