Package org.jbpm.jsf.core.impl

Examples of org.jbpm.jsf.core.impl.JbpmJsfContextImpl


    }

    public void afterPhase(PhaseEvent phaseEvent) {
        log.fine("After phase " + phaseEvent.getPhaseId().toString());
        final FacesContext facesContext = phaseEvent.getFacesContext();
        final JbpmJsfContextImpl jbpmJsfContext = getJbpmJsfContext(facesContext);
        if (jbpmJsfContext != null) {
            if (facesContext.getResponseComplete()) {
                // No matter what phase, context should be closed.
                closeContext(jbpmJsfContext);
                removeJbpmJsfContext(facesContext);
View Full Code Here

TOP

Related Classes of org.jbpm.jsf.core.impl.JbpmJsfContextImpl

Copyright © 2018 www.massapicom. 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.