Class LocationResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.optional.address.impl.rest.resources.LocationResource
- All Implemented Interfaces:
RestResource
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
LocationResource
-
-
Method Details
-
getLocations
-
validate
@POST @Path("/validate") @Consumes("application/json") @Produces("application/json") public LocationBean validate(LocationBean locationBean)
-