|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.lanl.archive.resource.MementoResource
public class MementoResource
| Field Summary | |
|---|---|
protected URI |
baseUri
|
| Constructor Summary | |
|---|---|
MementoResource(URI baseUri)
|
|
MementoResource(javax.ws.rs.core.UriInfo uriInfo)
|
|
| Method Summary | |
|---|---|
String |
getCharset(InputStream in,
String content_type)
|
javax.ws.rs.core.Response |
getHead(String id,
String date)
|
javax.ws.rs.core.Response |
getHEADResponse(String id,
String date,
javax.ws.rs.core.UriInfo uriInfo)
|
javax.ws.rs.core.Response |
getMemento(String id,
String date,
javax.ws.rs.core.HttpHeaders hh)
|
javax.ws.rs.core.Response |
getMemResponse(String id,
String date,
javax.ws.rs.core.HttpHeaders hh,
javax.ws.rs.core.UriInfo uriInfo)
|
void |
parseServerInfo(String headers)
|
javax.ws.rs.core.Response |
replytoDELETE()
|
javax.ws.rs.core.Response |
replytoPOST()
|
javax.ws.rs.core.Response |
replytoPUT()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final URI baseUri
| Constructor Detail |
|---|
public MementoResource(@Context
javax.ws.rs.core.UriInfo uriInfo)
public MementoResource(URI baseUri)
| Method Detail |
|---|
public javax.ws.rs.core.Response replytoPOST()
public javax.ws.rs.core.Response replytoPUT()
public javax.ws.rs.core.Response replytoDELETE()
public javax.ws.rs.core.Response getMemResponse(String id,
String date,
@Context
javax.ws.rs.core.HttpHeaders hh,
@Context
javax.ws.rs.core.UriInfo uriInfo)
throws ParseException
ParseException
public javax.ws.rs.core.Response getHEADResponse(String id,
String date,
@Context
javax.ws.rs.core.UriInfo uriInfo)
throws ParseException
ParseException
public javax.ws.rs.core.Response getMemento(String id,
String date,
javax.ws.rs.core.HttpHeaders hh)
throws ParseException
ParseException
public String getCharset(InputStream in,
String content_type)
public javax.ws.rs.core.Response getHead(String id,
String date)
throws ParseException
ParseExceptionpublic void parseServerInfo(String headers)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||