Class FrontendScript

java.lang.Object
com.novomind.ecom.api.iagent.frontend.operation.FrontendScript

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

    • FrontendScript

      public FrontendScript()
  • Method Details

    • getJavaScript

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

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