Package org.apache.commons.chain.generic
Class DispatchCommandTestCase.TestAlternateContextCommand
java.lang.Object
org.apache.commons.chain.generic.DispatchCommand<Context>
org.apache.commons.chain.generic.DispatchCommandTestCase.TestAlternateContextCommand
- Enclosing class:
DispatchCommandTestCase
Command which uses alternate method signature.
- Version:
- 0.2-dev
- Author:
- germuska
-
Field Summary
Fields inherited from class org.apache.commons.chain.generic.DispatchCommand
DEFAULT_SIGNATURE
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
protected Object[]
getArguments
(Context context) protected Class<?>[]
Methods inherited from class org.apache.commons.chain.generic.DispatchCommand
evaluateResult, execute, extractMethod, getMethod, getMethodKey, setMethod, setMethodKey
-
Constructor Details
-
TestAlternateContextCommand
public TestAlternateContextCommand()
-
-
Method Details
-
getSignature
- Overrides:
getSignature
in classDispatchCommand<Context>
-
getArguments
- Overrides:
getArguments
in classDispatchCommand<Context>
-
foo
-