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

Packages that use FactoryExtensionType
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. 
org.eclipse.jst.jsf.facesconfig.emf.util EMF generated util classes for JSF application configuration files. 
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return FactoryExtensionType
 FactoryExtensionType FacesConfigFactory.createFactoryExtensionType()
          Returns a new object of class 'Factory Extension Type'
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement FactoryExtensionType
 class FactoryExtensionTypeImpl
          An implementation of the model object 'Factory Extension Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return FactoryExtensionType
 FactoryExtensionType FacesConfigFactoryImpl.createFactoryExtensionType()
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type FactoryExtensionType
 java.lang.Object FacesConfigSwitch.caseFactoryExtensionType(FactoryExtensionType object)
          Returns the result of interpretting the object as an instance of 'Factory Extension Type'