Class ServletExternalContextImplBase

java.lang.Object
jakarta.faces.context.ExternalContext
org.apache.myfaces.context.servlet.ServletExternalContextImplBase
Direct Known Subclasses:
ServletExternalContextImpl, StartupServletExternalContextImpl

public abstract class ServletExternalContextImplBase extends ExternalContext
Provides a base implementation of the ExternalContext for Servlet environments. This impl provides all methods which only rely on the ServletContext and thus are also provided at startup and shutdown.
Version:
$Revision$ $Date$
Author:
Jakob Korherr (latest modification by $Author$)