Class FreemarkerCodeWidgetResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.widget.api.AbstractWidgetRestResource
ch.tocco.nice2.rest.freemarker.impl.widgets.FreemarkerCodeWidgetResource
- All Implemented Interfaces:
RestResource
@Path("/widgets/freemarkerCode")
public class FreemarkerCodeWidgetResource
extends AbstractWidgetRestResource
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo
-
Constructor Summary
ModifierConstructorDescriptionprotected
FreemarkerCodeWidgetResource
(WidgetConfigService widgetConfigService, FreemarkerCodeWidgetService freemarkerCodeWidgetService) -
Method Summary
Methods inherited from class ch.tocco.nice2.widget.api.AbstractWidgetRestResource
loadConfigValue, retrieveWidgetConfig
Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
FreemarkerCodeWidgetResource
protected FreemarkerCodeWidgetResource(WidgetConfigService widgetConfigService, FreemarkerCodeWidgetService freemarkerCodeWidgetService)
-
-
Method Details
-
evaluate
@GET @Produces("application/json") public jakarta.ws.rs.core.Response evaluate()
-