Uses of Interface
org.eclipse.jst.jsf.designtime.context.IExternalContextFactoryLocator

Packages that use IExternalContextFactoryLocator
org.eclipse.jst.jsf.designtime.context JSF Design Time Context Simulation Classes. 
 

Uses of IExternalContextFactoryLocator in org.eclipse.jst.jsf.designtime.context
 

Classes in org.eclipse.jst.jsf.designtime.context that implement IExternalContextFactoryLocator
 class AbstractExternalContextFactoryLocator
          Parent of all implementers of IExternalContextFactoryLocator
 

Constructors in org.eclipse.jst.jsf.designtime.context with parameters of type IExternalContextFactoryLocator
DTFacesContext(IAdaptable contextObject, IExternalContextFactoryLocator locator)
           
DTFacesContext(IExternalContextFactoryLocator locator)
          Deprecated. Use DTFacesContext(IAdaptable, IExternalContextFactoryLocator)