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


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

hasCachedData

public boolean hasCachedData()
Specified by:
hasCachedData in interface Filter

flush

public java.lang.String flush()
Specified by:
flush in interface Filter


Copyright © 2002-2009 CodeLutin. All Rights Reserved.