Class PropertyResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.rest.client.impl.property.PropertyResource
- All Implemented Interfaces:
RestResource
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionloadProperty
(PropertyToLoadBean propertyNames) void
setPropertyWhiteList
(Collection<String> propertyWhiteList) Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
PropertyResource
public PropertyResource(org.springframework.core.env.Environment environment)
-
-
Method Details
-
loadProperty
@POST @Consumes("application/json") @Produces("application/json") public LoadedPropertiesBean loadProperty(PropertyToLoadBean propertyNames) -
setPropertyWhiteList
-