Package com.orchestranetworks.ui
Class UIHttpManagerComponentHelper
java.lang.Object
com.orchestranetworks.ui.UIHttpManagerComponentHelper
-
Method Summary
Modifier and TypeMethodDescriptiongetReturnCodeFromHttpRequest
(ServletRequest aRequest) Extracts the return code generated by the EBX® Web Component; returnsnull
if no return code is set in the request.
-
Method Details
-
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.
-