Package com.orchestranetworks.ui
Class UIHttpManagerComponentHelper
- java.lang.Object
-
- com.orchestranetworks.ui.UIHttpManagerComponentHelper
-
public final class UIHttpManagerComponentHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UIHttpManagerComponentReturnCode
getReturnCodeFromHttpRequest(ServletRequest aRequest)
Extracts the return code generated by the EBX® Web Component; returnsnull
if no return code is set in the request.
-
-
-
Method Detail
-
getReturnCodeFromHttpRequest
public static UIHttpManagerComponentReturnCode getReturnCodeFromHttpRequest(ServletRequest aRequest)
Extracts the return code generated by the EBX® Web Component; returnsnull
if no return code is set in the request.This method can be called by a Java web application that is the target of a redirection from the EBX® Web Component. This redirection URL must have been generated using the method
UIHttpManagerComponent.setRedirectionURI(String)
.- Parameters:
aRequest
- the request that has been remotely sent by the EBX® Web Component.
-
-