Uses of Interface
org.eclipse.jst.jsf.context.IDelegatingFactory

Packages that use IDelegatingFactory
org.eclipse.jst.jsf.context Model context framework. 
org.eclipse.jst.jsf.context.structureddocument Model context for SSE structured documents. 
org.eclipse.jst.jsf.designtime.resolver Model Context Resolvers for EL symbols. 
 

Uses of IDelegatingFactory in org.eclipse.jst.jsf.context
 

Classes in org.eclipse.jst.jsf.context that implement IDelegatingFactory
 class AbstractDelegatingFactory
          An abstract implementation of the IDelegatingFactory interface Clients may extend this class.
 

Uses of IDelegatingFactory in org.eclipse.jst.jsf.context.structureddocument
 

Classes in org.eclipse.jst.jsf.context.structureddocument that implement IDelegatingFactory
 class AbstractStructuredDocumentContextFactory
          Abstract implementation of IStructuredDocumentContextFactory that must be used by all implementers of new factories for document contexts.
 

Uses of IDelegatingFactory in org.eclipse.jst.jsf.designtime.resolver
 

Classes in org.eclipse.jst.jsf.designtime.resolver that implement IDelegatingFactory
 class StructuredDocumentSymbolResolverFactory
          Factory create resolver capable of resolving symbols in a structured document Clients may not sub-class.