@Path(value="/handle") public class HandleResource extends Resource
| Modifier and Type | Field and Description |
|---|---|
protected AuthorizeService |
authorizeService |
protected HandleService |
handleService |
servletContext| Constructor and Description |
|---|
HandleResource() |
| Modifier and Type | Method and Description |
|---|---|
DSpaceObject |
getObject(String prefix,
String suffix,
String expand,
javax.ws.rs.core.HttpHeaders headers) |
createContext, getActionString, mySplit, processException, processFinally, writeStatsprotected HandleService handleService
protected AuthorizeService authorizeService
@GET
@Path(value="/{prefix}/{suffix}")
@Produces(value={"application/json","application/xml"})
public DSpaceObject getObject(@PathParam(value="prefix")
String prefix,
@PathParam(value="suffix")
String suffix,
@QueryParam(value="expand")
String expand,
@Context
javax.ws.rs.core.HttpHeaders headers)
Copyright © 2019 DuraSpace. All rights reserved.