public interface HttpHeaders
Modifier and Type | Method and Description |
---|---|
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
|
String apply(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object target)
request
- The requestresponse
- The responsetarget
- The target object, usually the actionint getStatus()
void setStatus(int status)
String getResultCode()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.