Class DisplayExpressionResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.rest.entity.impl.resources.entities.DisplayExpressionResource
- All Implemented Interfaces:
RestResource
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo
-
Constructor Summary
ConstructorDescriptionDisplayExpressionResource
(Context context, SelectionService selectionService, FormModel formModel, DisplayFactory displayFactory, org.slf4j.Logger log) -
Method Summary
Modifier and TypeMethodDescriptiongetDisplayExpressions
(String formName, String paths, EntitySelectionBean selectionBean) protected jakarta.ws.rs.core.UriBuilder
getUriBuilder
(String formName) Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
DisplayExpressionResource
public DisplayExpressionResource(Context context, SelectionService selectionService, FormModel formModel, DisplayFactory displayFactory, org.slf4j.Logger log)
-
-
Method Details
-
getDisplayExpressions
@POST @Path("display-expressions") @Produces("application/json") public DisplayExpressionCollectionBean getDisplayExpressions(@PathParam("name") String formName, @QueryParam("_paths") String paths, EntitySelectionBean selectionBean) -
getUriBuilder
-