Package org.jboss.portletbridge.context

Examples of org.jboss.portletbridge.context.InitFacesContext.release()


        renderKit
            .addRenderer(
                UIViewRoot.COMPONENT_FAMILY,
                UIViewRoot.COMPONENT_TYPE,
                richFacesHelper.getViewRootRenderer());
        context.release();
      }
    } catch (FacesException e) {
      throw new BridgeException("JSF Initialization error", e);
    }
  }
View Full Code Here


          .getFactory(FactoryFinder.RENDER_KIT_FACTORY);
      // Setup renderkit for portlet bridge. 
      FacesContext context = new InitFacesContext(application,
          portletContext);
      strategy.init(context, renderKitFactory);
      context.release();
    } catch (FacesException e) {
      throw new BridgeException("JSF Initialization error", e);
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.