@Scope(value="prototype")
@Path(value="/{path: .*}")
public class RootTestResource
extends org.fcrepo.http.commons.AbstractResource
| Modifier and Type | Field and Description |
|---|---|
protected org.fcrepo.http.commons.session.HttpSession |
session |
| Constructor and Description |
|---|
RootTestResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
post(String externalPath) |
javax.ws.rs.core.Response |
put(String externalPath) |
protected org.fcrepo.kernel.api.identifiers.IdentifierConverter<org.apache.jena.rdf.model.Resource,org.fcrepo.kernel.api.models.FedoraResource> |
translator() |
@Inject protected org.fcrepo.http.commons.session.HttpSession session
public RootTestResource()
@PUT public javax.ws.rs.core.Response put(@PathParam(value="path") String externalPath) throws Exception
Exception@POST public javax.ws.rs.core.Response post(@PathParam(value="path") String externalPath) throws Exception
Exceptionprotected org.fcrepo.kernel.api.identifiers.IdentifierConverter<org.apache.jena.rdf.model.Resource,org.fcrepo.kernel.api.models.FedoraResource> translator()
Copyright © 2013–2017 DuraSpace, Inc.. All rights reserved.