|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.webwork.dispatcher.HttpHeaderResult
public class HttpHeaderResult
A custom Result type for evaluating HTTP headers against the ValueStack.
This result type takes the following parameters:<result name="success" type="httpheader"> <param name="status">204</param> <param name="headers.a">a custom header value</param> <param name="headers.b">another custom header value</param> </result>
| Field Summary | |
|---|---|
static String |
DEFAULT_PARAM
|
protected boolean |
parse
|
| Constructor Summary | |
|---|---|
HttpHeaderResult()
|
|
| Method Summary | |
|---|---|
void |
execute(com.opensymphony.xwork.ActionInvocation invocation)
Sets the optional HTTP response status code and also re-sets HTTP headers after they've been optionally evaluated against the ValueStack. |
Map |
getHeaders()
Returns a Map of all HTTP headers. |
void |
setParse(boolean parse)
Sets whether or not the HTTP header values should be evaluated against the ValueStack (by default they are). |
void |
setStatus(int status)
Sets the http servlet response status code that should be set on a response. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_PARAM
protected boolean parse
| Constructor Detail |
|---|
public HttpHeaderResult()
| Method Detail |
|---|
public Map getHeaders()
public void setParse(boolean parse)
parse - true if HTTP header values should be evaluated agains the ValueStack, false
otherwise.public void setStatus(int status)
status - the Http status codeHttpServletResponse.setStatus(int)
public void execute(com.opensymphony.xwork.ActionInvocation invocation)
throws Exception
execute in interface com.opensymphony.xwork.Resultinvocation - an encapsulation of the action execution state.
Exception - if an error occurs when re-setting the headers.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||