Package com.anton.martynenko.jswrapper.jsexecution
This package contains files related to JS code execution feature.
- Since:
- 1.1
- Author:
- Martynenko Anton
-
Class Summary Class Description JsExecution Object representing execution of JS code fragment with details.JsExecutionController Main Spring MVC REST-controller.JsExecutionDTO Data transfer object representing immutable thread-safe snapshot ofJsExecution
object.JsExecutionDTODeserializer JsExecution deserializer.JsExecutionDTOModelAssembler RepresentationModelAssembler bean.JsExecutionFactory Simple factory component.JsExecutionService Service layer component for JS code executions business logic.