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

All Implemented Interfaces:
    Filter, Command

Implementation of Filter that logs its identifier and and delegates to the rest of the chain.

Fields inherited from org.apache.commons.chain.impl.NonDelegatingFilter:
id2
Fields inherited from org.apache.commons.chain.impl.NonDelegatingCommand:
id
Constructor:
 public DelegatingFilter() 
 public DelegatingFilter(String id1,
    String id2) 
Method from org.apache.commons.chain.impl.DelegatingFilter Summary:
execute
Methods from org.apache.commons.chain.impl.NonDelegatingFilter:
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.DelegatingFilter Detail:
 public boolean execute(Context context) throws Exception