|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebRequest
This interface represents a request that can be handled by Triaxrs.
| Method Summary | ||
|---|---|---|
AcceptHeader |
getAcceptHeader()
Returns the chosen accept header of the request |
|
|
getBodyObject(Class<T> type,
Type genericType,
Annotation[] transformationAnnotation)
Returns the body of the request. |
|
javax.ws.rs.core.MultivaluedMap<String,String> |
getHeaders()
Returns a map that contains the header key-value pairs of the headers. |
|
org.wymiwyg.wrhapi.Request |
getWrhapiRequest()
Returns the wrhapi request which was given the the JaxRsHandle.handle method. |
|
| Methods inherited from interface javax.ws.rs.core.Request |
|---|
evaluatePreconditions, evaluatePreconditions, evaluatePreconditions, getMethod, selectVariant |
| Method Detail |
|---|
org.wymiwyg.wrhapi.Request getWrhapiRequest()
JaxRsHandle.handle method.
javax.ws.rs.core.MultivaluedMap<String,String> getHeaders()
AcceptHeader getAcceptHeader()
<T> T getBodyObject(Class<T> type,
Type genericType,
Annotation[] transformationAnnotation)
T - type - genericType - transformationAnnotation -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||