Package com.orchestranetworks.ui
Class UIHttpManagerComponentHelper
- java.lang.Object
- com.orchestranetworks.ui.UIHttpManagerComponentHelper
 
 - public final class UIHttpManagerComponentHelper extends Object 
-   Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static UIHttpManagerComponentReturnCodegetReturnCodeFromHttpRequest (ServletRequest aRequest)Extracts the return code generated by the EBX® Web Component; returnsnullif 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; returns- nullif 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.
 
 
 
-