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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return TagHandlerDelegateFactoryType
 TagHandlerDelegateFactoryType FacesConfigFactory.createTagHandlerDelegateFactoryType()
          Returns a new object of class 'Tag Handler Delegate Factory Type'
 TagHandlerDelegateFactoryType DocumentRoot.getTagHandlerDelegateFactory()
          Returns the value of the 'Tag Handler Delegate Factory' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type TagHandlerDelegateFactoryType
 void DocumentRoot.setTagHandlerDelegateFactory(TagHandlerDelegateFactoryType value)
          Sets the value of the 'Tag Handler Delegate Factory' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement TagHandlerDelegateFactoryType
 class TagHandlerDelegateFactoryTypeImpl
          An implementation of the model object 'Tag Handler Delegate Factory Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return TagHandlerDelegateFactoryType
 TagHandlerDelegateFactoryType FacesConfigFactoryImpl.createTagHandlerDelegateFactoryType()
           
 TagHandlerDelegateFactoryType DocumentRootImpl.getTagHandlerDelegateFactory()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type TagHandlerDelegateFactoryType
 NotificationChain DocumentRootImpl.basicSetTagHandlerDelegateFactory(TagHandlerDelegateFactoryType newTagHandlerDelegateFactory, NotificationChain msgs)
           
 void DocumentRootImpl.setTagHandlerDelegateFactory(TagHandlerDelegateFactoryType newTagHandlerDelegateFactory)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type TagHandlerDelegateFactoryType
 java.lang.Object FacesConfigSwitch.caseTagHandlerDelegateFactoryType(TagHandlerDelegateFactoryType object)
          Returns the result of interpreting the object as an instance of 'Tag Handler Delegate Factory Type'