org.olat.modules.fo
Class QuoteAndTagFilter

java.lang.Object
  extended by org.olat.core.logging.LogDelegator
      extended by org.olat.modules.fo.QuoteAndTagFilter
All Implemented Interfaces:
Filter

public class QuoteAndTagFilter
extends LogDelegator
implements Filter


Constructor Summary
QuoteAndTagFilter()
           
 
Method Summary
 java.lang.String filter(java.lang.String original)
          Filter the original value and return the result.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuoteAndTagFilter

public QuoteAndTagFilter()
Method Detail

filter

public java.lang.String filter(java.lang.String original)
Description copied from interface: Filter
Filter the original value and return the result. If the original value is NULL, the filter method will return NULL

Specified by:
filter in interface Filter
Returns:
See Also:
Filter.filter(java.lang.String)