Class FrontendScript


  • public final class FrontendScript
    extends java.lang.Object
    This class represents a script, that can be executed in the frontend of the novomind iAGENT app.
    Since:
    11.9
    • Constructor Summary

      Constructors 
      Constructor Description
      FrontendScript()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJavaScript()
      The JavaScript code, that can be executed in the frontend.
      FrontendScript setJavaScript​(java.lang.String javaScript)  
      • Methods inherited from class java.lang.Object

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

      • FrontendScript

        public FrontendScript()
    • Method Detail

      • getJavaScript

        public java.lang.String getJavaScript()
        The JavaScript code, that can be executed in the frontend.
        Returns:
        the JavaScript code
        Since:
        11.9
      • setJavaScript

        public FrontendScript setJavaScript​(java.lang.String javaScript)
        Parameters:
        javaScript - code, that can be executed in the frontend.
        Returns:
        a reference to this object.
        Since:
        11.9