Class FrontendScript
- java.lang.Object
-
- com.novomind.ecom.api.iagent.frontend.operation.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()
TheJavaScript
code, that can be executed in the frontend.FrontendScript
setJavaScript(java.lang.String javaScript)
-
-
-
Method Detail
-
getJavaScript
public java.lang.String getJavaScript()
TheJavaScript
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
-
-