|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpHeaders
Type-safe rest-related informtion to apply to a response
Method Summary | |
---|---|
String |
apply(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object target)
Applies the configured information to the response |
String |
getResultCode()
The result code to process |
int |
getStatus()
The HTTP status code |
void |
setStatus(int status)
The HTTP status code |
Method Detail |
---|
String apply(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object target)
request
- The requestresponse
- The responsetarget
- The target object, usually the action
int getStatus()
void setStatus(int status)
String getResultCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |