Liferay 6.0-ee

com.liferay.portal.sanitizer
Class SanitizerImpl

java.lang.Object
  extended by com.liferay.portal.kernel.sanitizer.SanitizerWrapper
      extended by com.liferay.portal.sanitizer.SanitizerImpl
All Implemented Interfaces:
Sanitizer

public class SanitizerImpl
extends SanitizerWrapper


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.sanitizer.Sanitizer
MODE_ALL, MODE_BAD_WORDS, MODE_XSS
 
Constructor Summary
SanitizerImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.sanitizer.SanitizerWrapper
sanitize, sanitize, sanitize, setSanitizer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SanitizerImpl

public SanitizerImpl()

Liferay 6.0-ee