Package org.primefaces.application

Examples of org.primefaces.application.PrimeFacesPhaseListener.beforePhase()


      PrimeFacesPhaseListener listener = new PrimeFacesPhaseListener();
      PhaseEvent phaseEvent = new PhaseEvent(FacesContext.getCurrentInstance(), PhaseId.RENDER_RESPONSE, lifecycle);

      requestContext.setAjaxRedirectUrl(url);
     
      listener.beforePhase(phaseEvent)//send ajax redirect request
     
      RequestContext.getCurrentInstance().release();
    } else {
      RequestContext.getCurrentInstance().release();
      super.redirect(url);
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.