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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return ResourceHandlerType
 ResourceHandlerType FacesConfigFactory.createResourceHandlerType()
          Returns a new object of class 'Resource Handler Type'
 ResourceHandlerType DocumentRoot.getResourceHandler()
          Returns the value of the 'Resource Handler' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type ResourceHandlerType
 void DocumentRoot.setResourceHandler(ResourceHandlerType value)
          Sets the value of the 'Resource Handler' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement ResourceHandlerType
 class ResourceHandlerTypeImpl
          An implementation of the model object 'Resource Handler Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ResourceHandlerType
 ResourceHandlerType FacesConfigFactoryImpl.createResourceHandlerType()
           
 ResourceHandlerType DocumentRootImpl.getResourceHandler()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ResourceHandlerType
 NotificationChain DocumentRootImpl.basicSetResourceHandler(ResourceHandlerType newResourceHandler, NotificationChain msgs)
           
 void DocumentRootImpl.setResourceHandler(ResourceHandlerType newResourceHandler)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type ResourceHandlerType
 java.lang.Object FacesConfigSwitch.caseResourceHandlerType(ResourceHandlerType object)
          Returns the result of interpreting the object as an instance of 'Resource Handler Type'