Uses of Interface
org.apache.myfaces.util.Purgeable
-
Packages that use Purgeable Package Description org.apache.myfaces.application org.apache.myfaces.config org.apache.myfaces.context.servlet org.apache.myfaces.lifecycle org.apache.myfaces.renderkit -
-
Uses of Purgeable in org.apache.myfaces.application
Classes in org.apache.myfaces.application that implement Purgeable Modifier and Type Class Description class
ApplicationFactoryImpl
-
Uses of Purgeable in org.apache.myfaces.config
Classes in org.apache.myfaces.config that implement Purgeable Modifier and Type Class Description class
RuntimeConfig
Holds all configuration information (from the faces-config xml files) that is needed later during runtime. -
Uses of Purgeable in org.apache.myfaces.context.servlet
Classes in org.apache.myfaces.context.servlet that implement Purgeable Modifier and Type Class Description class
FacesContextImpl
class
FacesContextImplBase
Provides a base implementation of the FacesContext for the use in FacesContextImpl and StartupFacesContextImpl.class
StartupFacesContextImpl
A FacesContext implementation which will be set as the current instance during container startup and shutdown and which provides a basic set of FacesContext functionality. -
Uses of Purgeable in org.apache.myfaces.lifecycle
Classes in org.apache.myfaces.lifecycle that implement Purgeable Modifier and Type Class Description class
LifecycleFactoryImpl
-
Uses of Purgeable in org.apache.myfaces.renderkit
Classes in org.apache.myfaces.renderkit that implement Purgeable Modifier and Type Class Description class
RenderKitFactoryImpl
RenderKitFactory implementation as defined in Spec.
-