public class GetHandler extends BaseLdpHandler
audit, constraintServices, partitions, rdf, req, resourceService, SUPPORTED_RDF_TYPES| Constructor | Description |
|---|---|
GetHandler(java.util.Map<java.lang.String,java.lang.String> partitions,
LdpRequest req,
org.trellisldp.api.ResourceService resourceService,
org.trellisldp.api.IOService ioService,
org.trellisldp.api.BinaryService binaryService) |
A GET response builder
|
| Modifier and Type | Method | Description |
|---|---|---|
javax.ws.rs.core.Response.ResponseBuilder |
getRepresentation(org.trellisldp.api.Resource res) |
Build the representation for the given resource
|
checkCache, checkDeletedpublic GetHandler(java.util.Map<java.lang.String,java.lang.String> partitions,
LdpRequest req,
org.trellisldp.api.ResourceService resourceService,
org.trellisldp.api.IOService ioService,
org.trellisldp.api.BinaryService binaryService)
partitions - the partitionsreq - the LDP requestresourceService - the resource serviceioService - the serialization servicebinaryService - the binary service