org.nuiton.processor.filters
Class NoActionFilter

java.lang.Object
  extended by org.nuiton.processor.filters.NoActionFilter
All Implemented Interfaces:
Filter

public class NoActionFilter
extends java.lang.Object
implements Filter

This filter does nothing on input.


Field Summary
 
Fields inherited from interface org.nuiton.processor.filters.Filter
EMPTY_STRING
 
Constructor Summary
NoActionFilter()
           
 
Method Summary
 java.lang.String flush()
           
 boolean hasCachedData()
           
 java.lang.String parse(java.lang.String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoActionFilter

public NoActionFilter()
Method Detail

parse

public java.lang.String parse(java.lang.String input)
Specified by:
parse in interface Filter
Parameters:
input - la chaine de caractère à processer
Returns:
la chaine processée

hasCachedData

public boolean hasCachedData()
Specified by:
hasCachedData in interface Filter
Returns:
true si le filtre contient des données en cache

flush

public java.lang.String flush()
Specified by:
flush in interface Filter
Returns:
la chaine de caractères


Copyright © 2002-2009 CodeLutin. All Rights Reserved.