Package org.openfaces.component.ajax

Examples of org.openfaces.component.ajax.SessionExpiration


    @Override
    public void encodeChildren(FacesContext context, UIComponent component) throws IOException {
        AjaxSettings ajaxSettings = (AjaxSettings) component;
        if (isAjaxSessionExpirationProcessing(context)) {

            SessionExpiration expirationFacet = ajaxSettings.getSessionExpiration();
            expirationFacet.encodeAll(context);
        }

        if (isAjaxErrorProcessing(context)) {

            // TODO [Eugene Goncharov]: add error processing here
View Full Code Here

TOP

Related Classes of org.openfaces.component.ajax.SessionExpiration

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.