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

Packages that use ExternalContextFactoryType
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 ExternalContextFactoryType in org.eclipse.jst.jsf.facesconfig.emf
 

Methods in org.eclipse.jst.jsf.facesconfig.emf that return ExternalContextFactoryType
 ExternalContextFactoryType FacesConfigFactory.createExternalContextFactoryType()
          Returns a new object of class 'External Context Factory Type'
 ExternalContextFactoryType DocumentRoot.getExternalContextFactory()
          Returns the value of the 'External Context Factory' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type ExternalContextFactoryType
 void DocumentRoot.setExternalContextFactory(ExternalContextFactoryType value)
          Sets the value of the 'External Context Factory' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement ExternalContextFactoryType
 class ExternalContextFactoryTypeImpl
          An implementation of the model object 'External Context Factory Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ExternalContextFactoryType
 ExternalContextFactoryType FacesConfigFactoryImpl.createExternalContextFactoryType()
           
 ExternalContextFactoryType DocumentRootImpl.getExternalContextFactory()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ExternalContextFactoryType
 NotificationChain DocumentRootImpl.basicSetExternalContextFactory(ExternalContextFactoryType newExternalContextFactory, NotificationChain msgs)
           
 void DocumentRootImpl.setExternalContextFactory(ExternalContextFactoryType newExternalContextFactory)
           
 

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

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