|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletContext | |
---|---|
javax.servlet | |
javax.servlet.http | |
javax.servlet.jsp | Classes and interfaces for the Core JSP 2.0 API. |
javax.servlet.jsp.jstl.core | Classes and interfaces related to the core tag library component of the JavaServer Pages Standard Tag Library (JSTL). |
org.apache.jasper | |
org.apache.jasper.compiler | |
org.apache.jasper.runtime | |
org.apache.jasper.servlet | |
org.apache.taglibs.standard.lang.jstl.test | |
org.mortbay.cometd | |
org.mortbay.cometd.continuation | |
org.mortbay.jetty.handler | |
org.mortbay.jetty.servlet | |
org.mortbay.jetty.spring.jee | |
org.mortbay.util.ajax |
Uses of ServletContext in javax.servlet |
---|
Methods in javax.servlet that return ServletContext | |
---|---|
ServletContext |
ServletContext.getContext(String uripath)
Returns a ServletContext object that
corresponds to a specified URL on the server. |
ServletContext |
ServletRequestEvent.getServletContext()
Returns the ServletContext of this web application. |
ServletContext |
ServletContextEvent.getServletContext()
Return the ServletContext that changed. |
ServletContext |
ServletConfig.getServletContext()
Returns a reference to the ServletContext in which the caller
is executing. |
ServletContext |
GenericServlet.getServletContext()
Returns a reference to the ServletContext in which this servlet
is running. |
ServletContext |
FilterConfig.getServletContext()
Returns a reference to the ServletContext in which the caller
is executing. |
Constructors in javax.servlet with parameters of type ServletContext | |
---|---|
ServletContextAttributeEvent(ServletContext source,
String name,
Object value)
Construct a ServletContextAttributeEvent from the given context for the given attribute name and attribute value. |
|
ServletContextEvent(ServletContext source)
Construct a ServletContextEvent from the given context. |
|
ServletRequestAttributeEvent(ServletContext sc,
ServletRequest request,
String name,
Object value)
Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose attributes are changing and the name and value of the attribute. |
|
ServletRequestEvent(ServletContext sc,
ServletRequest request)
Construct a ServletRequestEvent for the given ServletContext and ServletRequest. |
Uses of ServletContext in javax.servlet.http |
---|
Methods in javax.servlet.http that return ServletContext | |
---|---|
ServletContext |
HttpSession.getServletContext()
Returns the ServletContext to which this session belongs. |
Uses of ServletContext in javax.servlet.jsp |
---|
Methods in javax.servlet.jsp that return ServletContext | |
---|---|
abstract ServletContext |
PageContext.getServletContext()
The ServletContext instance. |
Methods in javax.servlet.jsp with parameters of type ServletContext | |
---|---|
abstract JspApplicationContext |
JspFactory.getJspApplicationContext(ServletContext context)
Obtains the JspApplicationContext instance associated
with the web application for the given ServletContext . |
Uses of ServletContext in javax.servlet.jsp.jstl.core |
---|
Methods in javax.servlet.jsp.jstl.core with parameters of type ServletContext | |
---|---|
static Object |
Config.get(ServletContext context,
String name)
Looks up a configuration variable in the "application" scope. |
static void |
Config.remove(ServletContext context,
String name)
Removes a configuration variable from the "application" scope. |
static void |
Config.set(ServletContext context,
String name,
Object value)
Sets the value of a configuration variable in the "application" scope. |
Uses of ServletContext in org.apache.jasper |
---|
Methods in org.apache.jasper that return ServletContext | |
---|---|
ServletContext |
JspCompilationContext.getServletContext()
|
Constructors in org.apache.jasper with parameters of type ServletContext | |
---|---|
EmbeddedServletOptions(ServletConfig config,
ServletContext context)
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext. |
|
JspCompilationContext(String jspUri,
boolean isErrPage,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt)
|
|
JspCompilationContext(String tagfile,
TagInfo tagInfo,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
URL tagFileJarUrl)
|
Uses of ServletContext in org.apache.jasper.compiler |
---|
Constructors in org.apache.jasper.compiler with parameters of type ServletContext | |
---|---|
JspConfig(ServletContext ctxt,
Options options)
|
|
JspRuntimeContext(ServletContext context,
Options options)
Create a JspRuntimeContext for a web application context. |
|
TagPluginManager(ServletContext ctxt)
|
|
TldLocationsCache(ServletContext ctxt,
Options options)
|
|
TldLocationsCache(ServletContext ctxt,
Options options,
boolean redeployMode)
Constructor. |
Uses of ServletContext in org.apache.jasper.runtime |
---|
Methods in org.apache.jasper.runtime that return ServletContext | |
---|---|
ServletContext |
PageContextImpl.getServletContext()
|
ServletContext |
JspContextWrapper.getServletContext()
|
Methods in org.apache.jasper.runtime with parameters of type ServletContext | |
---|---|
protected static JspApplicationContextImpl |
JspApplicationContextImpl.findJspApplicationContext(ServletContext context)
|
JspApplicationContext |
JspFactoryImpl.getJspApplicationContext(ServletContext context)
|
static void |
JspApplicationContextImpl.removeJspApplicationContext(ServletContext context)
|
void |
ResourceInjector.setContext(ServletContext servletContext)
Associates this ResourceInjector with the component environment of the given servlet context. |
Constructors in org.apache.jasper.runtime with parameters of type ServletContext | |
---|---|
JspApplicationContextImpl(ServletContext context)
|
Uses of ServletContext in org.apache.jasper.servlet |
---|
Classes in org.apache.jasper.servlet that implement ServletContext | |
---|---|
class |
JspCServletContext
Simple ServletContext implementation without
HTTP-specific methods. |
Methods in org.apache.jasper.servlet that return ServletContext | |
---|---|
ServletContext |
JspCServletContext.getContext(String uripath)
Return the servlet context for the specified path. |
ServletContext |
JspServletWrapper.getServletContext()
|
Constructors in org.apache.jasper.servlet with parameters of type ServletContext | |
---|---|
JspServletWrapper(ServletContext servletContext,
Options options,
String tagFilePath,
TagInfo tagInfo,
JspRuntimeContext rctxt,
URL tagFileJarUrl)
|
Uses of ServletContext in org.apache.taglibs.standard.lang.jstl.test |
---|
Methods in org.apache.taglibs.standard.lang.jstl.test that return ServletContext | |
---|---|
ServletContext |
PageContextImpl.getServletContext()
|
Uses of ServletContext in org.mortbay.cometd |
---|
Methods in org.mortbay.cometd with parameters of type ServletContext | |
---|---|
protected void |
AbstractBayeux.initialize(ServletContext context)
|
Uses of ServletContext in org.mortbay.cometd.continuation |
---|
Methods in org.mortbay.cometd.continuation with parameters of type ServletContext | |
---|---|
protected void |
ContinuationBayeux.initialize(ServletContext context)
|
Uses of ServletContext in org.mortbay.jetty.handler |
---|
Classes in org.mortbay.jetty.handler that implement ServletContext | |
---|---|
class |
ContextHandler.SContext
Context. |
Methods in org.mortbay.jetty.handler that return ServletContext | |
---|---|
ServletContext |
ContextHandler.SContext.getContext(String uripath)
|
Uses of ServletContext in org.mortbay.jetty.servlet |
---|
Classes in org.mortbay.jetty.servlet that implement ServletContext | |
---|---|
class |
Context.SContext
|
Fields in org.mortbay.jetty.servlet declared as ServletContext | |
---|---|
protected ServletContext |
ErrorPageErrorHandler._servletContext
|
Methods in org.mortbay.jetty.servlet that return ServletContext | |
---|---|
ServletContext |
ServletHandler.getServletContext()
|
ServletContext |
AbstractSessionManager.Session.getServletContext()
|
Uses of ServletContext in org.mortbay.jetty.spring.jee |
---|
Methods in org.mortbay.jetty.spring.jee with parameters of type ServletContext | |
---|---|
protected org.springframework.context.ApplicationContext |
JEEContextLoader.loadParentContext(ServletContext servletContext)
|
Uses of ServletContext in org.mortbay.util.ajax |
---|
Methods in org.mortbay.util.ajax that return ServletContext | |
---|---|
ServletContext |
AjaxFilter.getContext()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |