org.olat.core.util.filter
Interface Filter

All Known Implementing Classes:
AddBaseURLToMediaRelativeURLFilter, ChainedFilter, ConditionalHTMLCommentsFilter, NekoHTMLFilter, OWASPAntiSamyXSSFilter, QuoteAndTagFilter, SimpleHTMLTagsFilter, XMLValidCharacterFilter

public interface Filter

Description:
The Filter takes a String as an input and returns the filtered value

Initial Date: 13.07.2009

Author:
gnaegi

Method Summary
 java.lang.String filter(java.lang.String original)
          Filter the original value and return the result.
 

Method Detail

filter

java.lang.String filter(java.lang.String original)
Filter the original value and return the result. If the original value is NULL, the filter method will return NULL

Parameters:
original -
Returns: