Class UIHttpManagerComponentHelper


  • public final class UIHttpManagerComponentHelper
    extends Object
    • Method Detail

      • getReturnCodeFromHttpRequest

        public static UIHttpManagerComponentReturnCode getReturnCodeFromHttpRequest​(ServletRequest aRequest)
        Extracts the return code generated by the EBX® Web Component; returns 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).

        Parameters:
        aRequest - the request that has been remotely sent by the EBX® Web Component.