Uses of Interface
org.apache.empire.jsf2.app.FacesImplementation

Packages that use FacesImplementation
org.apache.empire.jsf2.app   
org.apache.empire.jsf2.app.impl   
org.apache.empire.jsf2.pages   
 

Uses of FacesImplementation in org.apache.empire.jsf2.app
 

Methods in org.apache.empire.jsf2.app that return FacesImplementation
 FacesImplementation FacesApplication.getFacesImplementation()
          return the interface for Implementation specific features that are specific for Mojarra or MyFaces
 

Methods in org.apache.empire.jsf2.app with parameters of type FacesImplementation
 void FacesApplication.setImplementation(FacesImplementation facesImpl, javax.faces.application.Application applImpl)
           
 

Constructors in org.apache.empire.jsf2.app with parameters of type FacesImplementation
FacesApplicationFactory(Class<? extends FacesApplication> applicationClass, FacesImplementation facesImplementation, AppStartupListener startupListener)
           
 

Uses of FacesImplementation in org.apache.empire.jsf2.app.impl
 

Classes in org.apache.empire.jsf2.app.impl that implement FacesImplementation
 class MojarraImplementation
           
 class MyFacesImplementation
           
 

Uses of FacesImplementation in org.apache.empire.jsf2.pages
 

Methods in org.apache.empire.jsf2.pages with parameters of type FacesImplementation
 void PageDefinitions.registerPageBeans(FacesImplementation facesImpl)
          Register page beans with the BeanManager
 



Copyright © 2008–2014 Apache Software Foundation. All rights reserved.