Package org.jboss.portletbridge

Examples of org.jboss.portletbridge.AjaxPortletBridge


      portletConfig.addInitParameter(Bridge.BRIDGE_PACKAGE_PREFIX + "defaultViewId.edit", "/foo.xhtml");
    HashMap<String, String> viewIdMap = new HashMap<String, String>();
    viewIdMap.put("edit", "/foo.xml");
    portletContext.setAttribute(Bridge.BRIDGE_PACKAGE_PREFIX + portletConfig.getPortletName() +"."+ Bridge.DEFAULT_VIEWID_MAP, viewIdMap);

        portletBridge = new AjaxPortletBridge();
        portletBridge.init(portletConfig);
         Context appContext = new ApplicationContext( externalContext.getApplicationMap() );
         installComponents(appContext);
   }
View Full Code Here

TOP

Related Classes of org.jboss.portletbridge.AjaxPortletBridge

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.