|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strutsme.client.ServerResultWrapper
public final class ServerResultWrapper
Wrapper class to get easy access to the result or response of a StrutsME-Server.
| Constructor Summary | |
|---|---|
ServerResultWrapper(SafeHashtable serverResult)
Constructor. |
|
| Method Summary | |
|---|---|
SafeHashtable |
getServerErrors()
Returns the server errors if there are any. |
java.lang.String |
getServerException()
Returns the exception of the server execution if there was one. |
java.lang.String |
getServerLastAction()
Returns the last executed action. |
SafeHashtable |
getServerMessages()
Returns the server messages if there are any. |
SafeHashtable |
getServerResult()
Returns the data for the last server form. |
java.lang.String |
getServerSessionId()
Returns the session id if there is any. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerResultWrapper(SafeHashtable serverResult)
serverResult - the response of a StrutsME-Server| Method Detail |
|---|
public SafeHashtable getServerMessages()
public SafeHashtable getServerErrors()
public java.lang.String getServerSessionId()
public java.lang.String getServerException()
public SafeHashtable getServerResult()
public java.lang.String getServerLastAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||