java.lang.Objectorg.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.
Craig - R. McClanahan$ - Revision: 155403 $ $Date: 2005-02-26 12:52:46 +0000 (Sat, 26 Feb 2005) $| Fields inherited from org.apache.commons.chain.impl.NonDelegatingFilter: |
|---|
| id2 |
| Fields inherited from org.apache.commons.chain.impl.NonDelegatingCommand: |
|---|
| id |
| Constructor: |
|---|
|
|
| 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: |
|---|
|