Class DefaultExecutionStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(java.lang.Object instance)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultExecutionStrategy

        public DefaultExecutionStrategy​(java.lang.Class<?> clazz)
    • Method Detail

      • execute

        public java.lang.Object execute​(java.lang.Object instance)
                                 throws javax.script.ScriptException
        Specified by:
        execute in interface ExecutionStrategy
        Throws:
        javax.script.ScriptException