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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return RedirectType
 RedirectType FacesConfigFactory.createRedirectType()
          Returns a new object of class 'Redirect Type'
 RedirectType NavigationCaseType.getRedirect()
          Returns the value of the 'Redirect' containment reference
 RedirectType DocumentRoot.getRedirect()
          Returns the value of the 'Redirect' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type RedirectType
 void NavigationCaseType.setRedirect(RedirectType value)
          Sets the value of the 'Redirect' containment reference
 void DocumentRoot.setRedirect(RedirectType value)
          Sets the value of the 'Redirect' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement RedirectType
 class RedirectTypeImpl
          An implementation of the model object 'Redirect Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return RedirectType
 RedirectType FacesConfigFactoryImpl.createRedirectType()
           
 RedirectType NavigationCaseTypeImpl.getRedirect()
           
 RedirectType DocumentRootImpl.getRedirect()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type RedirectType
 NotificationChain NavigationCaseTypeImpl.basicSetRedirect(RedirectType newRedirect, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetRedirect(RedirectType newRedirect, NotificationChain msgs)
           
 void NavigationCaseTypeImpl.setRedirect(RedirectType newRedirect)
           
 void DocumentRootImpl.setRedirect(RedirectType newRedirect)
           
 

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

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