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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return VisitContextFactoryType
 VisitContextFactoryType FacesConfigFactory.createVisitContextFactoryType()
          Returns a new object of class 'Visit Context Factory Type'
 VisitContextFactoryType DocumentRoot.getVisitContextFactory()
          Returns the value of the 'Visit Context Factory' containment reference
 

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

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement VisitContextFactoryType
 class VisitContextFactoryTypeImpl
          An implementation of the model object 'Visit Context Factory Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return VisitContextFactoryType
 VisitContextFactoryType FacesConfigFactoryImpl.createVisitContextFactoryType()
           
 VisitContextFactoryType DocumentRootImpl.getVisitContextFactory()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type VisitContextFactoryType
 NotificationChain DocumentRootImpl.basicSetVisitContextFactory(VisitContextFactoryType newVisitContextFactory, NotificationChain msgs)
           
 void DocumentRootImpl.setVisitContextFactory(VisitContextFactoryType newVisitContextFactory)
           
 

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

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