Package com.liferay.faces.bridge.context.url

Examples of com.liferay.faces.bridge.context.url.BridgePartialActionURLImpl


    logger.debug("encodePartialActionURL fromURL=[{0}]", url);

    String currentFacesViewId = FacesContext.getCurrentInstance().getViewRoot().getViewId();

    BridgePartialActionURL bridgePartialActionURL = new BridgePartialActionURLImpl(url, currentFacesViewId, this);

    bridgePartialActionURL.setParameter(BridgeExt.FACES_AJAX_PARAMETER, Boolean.TRUE.toString());

    return bridgePartialActionURL;
  }
View Full Code Here

TOP

Related Classes of com.liferay.faces.bridge.context.url.BridgePartialActionURLImpl

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.