|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.protocol.http.portlet.WicketResponseState
public class WicketResponseState
| Constructor Summary | |
|---|---|
WicketResponseState()
|
|
| Method Summary | |
|---|---|
int |
getErrorCode()
Gets errorCode. |
java.lang.String |
getErrorMessage()
Gets errorMessage. |
java.lang.String |
getRedirectLocation()
Gets redirectLocation. |
int |
getStatusCode()
Gets statusCode. |
void |
reset()
|
void |
setErrorCode(int errorCode)
Sets errorCode. |
void |
setErrorMessage(java.lang.String errorMessage)
Sets errorMessage. |
void |
setRedirectLocation(java.lang.String redirectLocation)
Sets redirectLocation. |
void |
setStatusCode(int statusCode)
Sets statusCode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WicketResponseState()
| Method Detail |
|---|
public int getErrorCode()
public void setErrorCode(int errorCode)
errorCode - errorCodepublic java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String errorMessage)
errorMessage - errorMessagepublic java.lang.String getRedirectLocation()
public void setRedirectLocation(java.lang.String redirectLocation)
redirectLocation - redirectLocationpublic int getStatusCode()
public void setStatusCode(int statusCode)
statusCode - statusCodepublic void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||