Class DefaultScriptExecutionResult

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultScriptExecutionResult​(java.lang.Object result, javax.script.ScriptContext context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.Writer getErrorWriter()
      Writer which handles script sdt error.
      java.io.Writer getOutputWriter()
      Writer which handles std out.
      java.lang.Object getScriptResult()
      Possible script execution result.
      boolean isSuccessful()
      Return information whether execution was successful.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • DefaultScriptExecutionResult

        public DefaultScriptExecutionResult​(java.lang.Object result,
                                            javax.script.ScriptContext context)