|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softwareag.mdm.ui.UIHttpManagerComponentReturnCode
Represents the return code of a user interaction initiated by UIHttpManagerComponent
.
The return code is added to the redirection URI
(see method UIHttpManagerComponent.setRedirectionURI(String)
).
When the target application receives the redirection, it can extract the return code
from the incoming request by calling
UIHttpManagerComponentHelper.getReturnCodeFromHttpRequest(HttpServletRequest)
.
UIHttpManagerComponent.setRedirectionURI(String)
Field Summary | |
static UIHttpManagerComponentReturnCode |
MERGE_CANCEL
This code is returned when merge has been cancelled by user. |
static UIHttpManagerComponentReturnCode |
MERGE_DONE
This code is returned when merge has been processed successfully. |
Method Summary | |
String |
format()
|
String |
getLabel(Locale aLocale)
Returns a localized label for this return code. |
boolean |
isMergeCancelled()
|
boolean |
isMergeDone()
|
static UIHttpManagerComponentReturnCode |
parse(String aCode)
Parses the string specified so as to return a return code object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final UIHttpManagerComponentReturnCode MERGE_DONE
public static final UIHttpManagerComponentReturnCode MERGE_CANCEL
Method Detail |
public boolean isMergeDone()
MERGE_DONE
public boolean isMergeCancelled()
MERGE_CANCEL
public String format()
parse(String)
public static UIHttpManagerComponentReturnCode parse(String aCode)
format()
public String getLabel(Locale aLocale)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.