Save This Page
Home » commons-chain-1.2-src » org.apache.commons » chain » impl » [javadoc | source]
org.apache.commons.chain.impl
public class: NonDelegatingFilter [javadoc | source]
java.lang.Object
   org.apache.commons.chain.impl.NonDelegatingCommand
      org.apache.commons.chain.impl.NonDelegatingFilter

All Implemented Interfaces:
    Filter, Command

Direct Known Subclasses:
    DelegatingFilter

Implementation of Filter that logs its identifier and and returns true.

Field Summary
protected  String id2     
Fields inherited from org.apache.commons.chain.impl.NonDelegatingCommand:
id
Constructor:
 public NonDelegatingFilter() 
 public NonDelegatingFilter(String id1,
    String id2) 
Method from org.apache.commons.chain.impl.NonDelegatingFilter Summary:
execute,   getId2,   postprocess,   setId2
Methods from org.apache.commons.chain.impl.NonDelegatingCommand:
execute,   getId,   log,   setId
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.chain.impl.NonDelegatingFilter Detail:
 public boolean execute(Context context) throws Exception 
 public String getId2() 
 public boolean postprocess(Context context,
    Exception exception) 
 public  void setId2(String id2)