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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return StateManagerType
 StateManagerType FacesConfigFactory.createStateManagerType()
          Returns a new object of class 'State Manager Type'
 StateManagerType DocumentRoot.getStateManager()
          Returns the value of the 'State Manager' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type StateManagerType
 void DocumentRoot.setStateManager(StateManagerType value)
          Sets the value of the 'State Manager' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement StateManagerType
 class StateManagerTypeImpl
          An implementation of the model object 'State Manager Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return StateManagerType
 StateManagerType FacesConfigFactoryImpl.createStateManagerType()
           
 StateManagerType DocumentRootImpl.getStateManager()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type StateManagerType
 NotificationChain DocumentRootImpl.basicSetStateManager(StateManagerType newStateManager, NotificationChain msgs)
           
 void DocumentRootImpl.setStateManager(StateManagerType newStateManager)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type StateManagerType
 java.lang.Object FacesConfigSwitch.caseStateManagerType(StateManagerType object)
          Returns the result of interpretting the object as an instance of 'State Manager Type'