Uses of Class
org.apache.commons.chain.impl.NonDelegatingCommand
Packages that use NonDelegatingCommand
-
Uses of NonDelegatingCommand in org.apache.commons.chain.generic
Subclasses of NonDelegatingCommand in org.apache.commons.chain.generic -
Uses of NonDelegatingCommand in org.apache.commons.chain.impl
Subclasses of NonDelegatingCommand in org.apache.commons.chain.implModifier and TypeClassDescriptionclass
class
Implementation ofCommand
that logs its identifier and and delegates to the rest of the chain.class
Implementation ofFilter
that logs its identifier and and delegates to the rest of the chain.class
Implementation ofCommand
that logs its identifier and and throws an Exception.class
Implementation ofFilter
that logs its identifier and and throws an Exception.class
Implementation ofFilter
that logs its identifier and and returns [@code true}.