Uses of Interface
org.eclipse.jst.jsf.facesconfig.emf.ApplicationFactoryType

Packages that use ApplicationFactoryType
org.eclipse.jst.jsf.facesconfig.emf EMF model for JSF application configuration files. 
org.eclipse.jst.jsf.facesconfig.emf.impl EMF model implementations for JSF application configuration files (deprecated). 
org.eclipse.jst.jsf.facesconfig.emf.util EMF generated utility classes for JSF application configuration files (deprecated). 
 

Uses of ApplicationFactoryType in org.eclipse.jst.jsf.facesconfig.emf
 

Methods in org.eclipse.jst.jsf.facesconfig.emf that return ApplicationFactoryType
 ApplicationFactoryType FacesConfigFactory.createApplicationFactoryType()
          Returns a new object of class 'Application Factory Type'
 ApplicationFactoryType DocumentRoot.getApplicationFactory()
          Returns the value of the 'Application Factory' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type ApplicationFactoryType
 void DocumentRoot.setApplicationFactory(ApplicationFactoryType value)
          Sets the value of the 'Application Factory' containment reference
 

Uses of ApplicationFactoryType in org.eclipse.jst.jsf.facesconfig.emf.impl
 

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement ApplicationFactoryType
 class ApplicationFactoryTypeImpl
          An implementation of the model object 'Application Factory Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ApplicationFactoryType
 ApplicationFactoryType FacesConfigFactoryImpl.createApplicationFactoryType()
           
 ApplicationFactoryType DocumentRootImpl.getApplicationFactory()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ApplicationFactoryType
 NotificationChain DocumentRootImpl.basicSetApplicationFactory(ApplicationFactoryType newApplicationFactory, NotificationChain msgs)
           
 void DocumentRootImpl.setApplicationFactory(ApplicationFactoryType newApplicationFactory)
           
 

Uses of ApplicationFactoryType in org.eclipse.jst.jsf.facesconfig.emf.util
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type ApplicationFactoryType
 java.lang.Object FacesConfigSwitch.caseApplicationFactoryType(ApplicationFactoryType object)
          Returns the result of interpreting the object as an instance of 'Application Factory Type'