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() | 
| int | getStatus() | 
| void | setStatus(int status) | 
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)
status - set the HTTP status codeString getResultCode()
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.