public final class UIHttpManagerComponentHelper extends Object
| Constructor and Description | 
|---|
| UIHttpManagerComponentHelper() | 
| Modifier and Type | Method and Description | 
|---|---|
| static UIHttpManagerComponentReturnCode | getReturnCodeFromHttpRequest(HttpServletRequest aRequest)Extracts the return code generated by the EBX® Web Component;
 returns  nullif no return code is set in the request. | 
public static UIHttpManagerComponentReturnCode getReturnCodeFromHttpRequest(HttpServletRequest aRequest)
null 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).
 
aRequest - the request that has been remotely sent by the EBX® Web Component.