Class PropertyResource

java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.rest.client.impl.property.PropertyResource
All Implemented Interfaces:
RestResource

@Path("/client/property") public class PropertyResource extends AbstractRestResource
  • Constructor Details

    • PropertyResource

      public PropertyResource()
  • Method Details

    • loadProperty

      @POST @Consumes("application/json") @Produces("application/json") public LoadedPropertiesBean loadProperty(PropertyToLoadBean propertyNames)
    • setPropertyWhiteList

      @Autowired(required=false) public void setPropertyWhiteList(Collection<String> propertyWhiteList)