Examples of resetRequestAttributes()


Examples of org.jboss.portletbridge.context.PortletBridgeContext.resetRequestAttributes()

    if (null != redirectViewId) {
      PortletBridgeContext bridgeContext = PortletBridgeContext
              .getCurrentInstance(context);
      PortletRequest request = (PortletRequest) context
              .getExternalContext().getRequest();
      bridgeContext.resetRequestAttributes(request);
      windowState.restoreBeans(context);
      renderErrorPage(context, windowState, e, redirectViewId);
    } else {
      throw new BridgeException("Error processing render lifecycle", e);
    }
View Full Code Here

Examples of org.jboss.portletbridge.context.PortletBridgeContext.resetRequestAttributes()

              .getRedirectRequestParameters();

          // release old FacesContext.
          facesContext.release();
          // Reset attributes to initial state
          bridgeContext.resetRequestAttributes(request);
          wrappedResponse.resetBuffer();
          if (redirectParams != null) {
            windowState.setRequestParameters(redirectParams);
          }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.