public interface ExecutionStrategy
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(java.lang.Object instance)
Executes a method on an object instance, or a static method if the specified instance is
null. |
java.lang.Object execute(java.lang.Object instance)
throws javax.script.ScriptException
null.instance - the object instance to be executed or null to execute a static methodnulljavax.script.ScriptException - if no method to execute was found