public class FormHandlerExecutor.FormHandlerInvocationResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
mCapturedLocation |
protected int |
mCapturedStatusCode |
protected java.lang.String |
mCapturedStatusCodeMessage |
protected java.io.PrintWriter |
mPrintWriter |
protected java.io.StringWriter |
mStringWriter |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCapturedLocation() |
java.lang.String |
getCapturedResponseString() |
int |
getCapturedStatusCode() |
java.lang.String |
getCapturedStatusCodeMessage() |
java.util.Collection |
getFormExceptions()
Gets the form exceptions.
|
java.lang.Object |
getFormHandler()
Return the form handler.
|
DynamoHttpServletRequest |
getRequest()
Return the request.
|
DynamoHttpServletResponse |
getResponse()
Return the response.
|
boolean |
getResult()
Returns property result.
|
boolean |
isFormError()
Checks if is form error.
|
boolean |
isFormExceptions()
Checks if is form exceptions.
|
void |
setResult(boolean pResult)
Sets property result.
|
protected int mCapturedStatusCode
protected java.lang.String mCapturedStatusCodeMessage
protected java.io.StringWriter mStringWriter
protected java.io.PrintWriter mPrintWriter
protected java.lang.String mCapturedLocation
public int getCapturedStatusCode()
public java.lang.String getCapturedStatusCodeMessage()
public java.lang.String getCapturedResponseString()
public java.lang.String getCapturedLocation()
public DynamoHttpServletRequest getRequest()
TestingDynamoHttpServletRequest valuepublic DynamoHttpServletResponse getResponse()
TestingDynamoHttpServletResponse valuepublic void setResult(boolean pResult)
pResult - a boolean valuepublic boolean getResult()
boolean valuepublic java.lang.Object getFormHandler()
public java.util.Collection getFormExceptions()
public boolean isFormExceptions()
public boolean isFormError()