public class StaticMethodCodeExitHandler extends CommonCodeExitHandler
ICodeExitHandler that calls a static method.
The source is not expanded.| Constructor and Description |
|---|
StaticMethodCodeExitHandler()
todo use
ObjectTools |
| Modifier and Type | Method and Description |
|---|---|
Object |
perform(CodeExit codeExit,
IFunctorCall call)
Perform the represented behavior.
|
existspublic StaticMethodCodeExitHandler()
ObjectToolspublic Object perform(CodeExit codeExit, IFunctorCall call) throws FunctorInvocationException
ICodeExitHandlerIFunctor
interface, where the behavior itself is encapsulated. Here the definition
of the behavior is provided by the CodeExit by some kind of
source script, the ICodeExitHandler that fits the correct type
will interpret it.codeExit - The behavior definitioncall - The callCodeExit in the context of
callFunctorInvocationExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.