Class UIHttpManagerComponentReturnCode

java.lang.Object
com.orchestranetworks.ui.UIHttpManagerComponentReturnCode

public final class UIHttpManagerComponentReturnCode extends Object
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(jakarta.servlet.ServletRequest).

See Also: