Package org.ajax4jsf.resource

Examples of org.ajax4jsf.resource.ResourceLifecycle


  public RichFacesStrategy(BridgeConfig config) {
    super(config);
    // Assert richfaces classes.
    AjaxContext.class.getName();
    lifecycle = new ResourceLifecycle();
    xmlFilter = new PortletXMLFilter();
    PortletContext portletContext = config.getPortletConfig()
        .getPortletContext();
    xmlFilter.init(portletContext);
    resourceBuilder = InternetResourceBuilder.getInstance();
View Full Code Here

TOP

Related Classes of org.ajax4jsf.resource.ResourceLifecycle

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.