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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return PhaseListenerType
 PhaseListenerType FacesConfigFactory.createPhaseListenerType()
          Returns a new object of class 'Phase Listener Type'
 PhaseListenerType DocumentRoot.getPhaseListener()
          Returns the value of the 'Phase Listener' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type PhaseListenerType
 void DocumentRoot.setPhaseListener(PhaseListenerType value)
          Sets the value of the 'Phase Listener' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement PhaseListenerType
 class PhaseListenerTypeImpl
          An implementation of the model object 'Phase Listener Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return PhaseListenerType
 PhaseListenerType FacesConfigFactoryImpl.createPhaseListenerType()
           
 PhaseListenerType DocumentRootImpl.getPhaseListener()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type PhaseListenerType
 NotificationChain DocumentRootImpl.basicSetPhaseListener(PhaseListenerType newPhaseListener, NotificationChain msgs)
           
 void DocumentRootImpl.setPhaseListener(PhaseListenerType newPhaseListener)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type PhaseListenerType
 java.lang.Object FacesConfigSwitch.casePhaseListenerType(PhaseListenerType object)
          Returns the result of interpreting the object as an instance of 'Phase Listener Type'