Package org.eclipse.jst.jsf.designtime.context

JSF Design Time Context Simulation Classes.

See:
          Description

Interface Summary
IDTExternalContext Interface that must be implemented by all design time external contexts Clients may implement but should not sub-class.
IExternalContextFactoryLocator This interface is used to decouple the faces context from the DesignTimeApplicationManager Client must NOT implement or subclass.
 

Class Summary
AbstractDTExternalContext The parent of all IDTExternalContext implementations Clients must sub-class to create IDTExternalContext implementations
AbstractDTExternalContextFactory Super-class of all external context factories
AbstractExternalContextFactoryLocator Parent of all implementers of IExternalContextFactoryLocator
DefaultDTExternalContextFactory Creates external contexts for JSPs Clients may sub-class
DTFacesContext Represents a design-time version of the JSF FacesContext for a particular web application.
DTJSPExternalContext A designtime proxy for the Faces ExternalContext Clients may sub-class.
 

Package org.eclipse.jst.jsf.designtime.context Description

JSF Design Time Context Simulation Classes.