| Package | Description |
|---|---|
| javax.servlet |
The javax.servlet package contains a number of classes and interfaces that
describe and define the contracts between a servlet class and the
runtime environment provided for an instance of such a class by a
conforming servlet container.
|
| javax.servlet.http |
The javax.servlet.http package contains a number of classes and interfaces
that describe and define the contracts between a servlet class
running under the HTTP protocol and the runtime environment provided
for an instance of such a class by a conforming servlet container.
|
| javax.servlet.jsp |
Classes and interfaces for the Core JSP 2.1 API.
|
| javax.servlet.jsp.jstl.core |
Classes and interfaces related to the core tag library component of the JavaServer Pages Standard Tag Library (JSTL).
|
| javax.xml.rpc.server | |
| org.apache.commons.configuration.web | |
| org.apache.juddi.v3.client.config | |
| org.apache.taglibs.standard.lang.jstl.test | |
| org.picketlink.identity.federation.web.core | |
| org.picketlink.identity.federation.web.servlets |
| Modifier and Type | Method and Description |
|---|---|
ServletContext |
ServletContext.getContext(String uripath)
Returns a
ServletContext object that
corresponds to a specified URL on the server. |
ServletContext |
ServletRequestWrapper.getServletContext()
Gets the servlet context to which the wrapped servlet request was last
dispatched.
|
ServletContext |
ServletRequestEvent.getServletContext()
Returns the ServletContext of this web application.
|
ServletContext |
ServletRequest.getServletContext()
Gets the servlet context to which this ServletRequest was last
dispatched.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncContext.dispatch(ServletContext context,
String path)
Dispatches the request and response objects of this AsyncContext
to the given path scoped to the given context.
|
void |
ServletContainerInitializer.onStartup(Set<Class<?>> c,
ServletContext ctx)
Notifies this ServletContainerInitializer of the startup
of the application represented by the given ServletContext.
|
| Constructor and Description |
|---|
ServletContextAttributeEvent(ServletContext source,
String name,
Object value)
Constructs a ServletContextAttributeEvent from the given
ServletContext, 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.
|
| Modifier and Type | Method and Description |
|---|---|
ServletContext |
HttpSession.getServletContext()
Returns the ServletContext to which this session belongs.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ServletContext |
PageContext.getServletContext()
The ServletContext instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract JspApplicationContext |
JspFactory.getJspApplicationContext(ServletContext context)
Obtains the
JspApplicationContext instance associated
with the web application for the given ServletContext. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ServletContext |
ServletEndpointContext.getServletContext()
The method getServletContext returns the ServletContext associated with the web application that contain this endpoint.
|
| Modifier and Type | Field and Description |
|---|---|
protected ServletContext |
ServletContextConfiguration.context
Stores the wrapped servlet context.
|
| Constructor and Description |
|---|
ServletContextConfiguration(ServletContext context)
Create a ServletContextConfiguration using the servlet context
initialization parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static Transport |
WebHelper.getTransport(ServletContext servletContext) |
static Transport |
WebHelper.getTransport(ServletContext servletContext,
UDDINode remoteNode) |
static UDDIClerkManager |
WebHelper.getUDDIClerkManager(ServletContext servletContext)
Checks the servlet context for the manager defined in the web context.
|
static UDDINode |
WebHelper.getUDDIHomeNode(ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
ServletContext |
PageContextImpl.getServletContext() |
| Modifier and Type | Field and Description |
|---|---|
protected ServletContext |
HTTPContext.servletContext |
| Modifier and Type | Method and Description |
|---|---|
ServletContext |
HTTPContext.getServletContext() |
| Modifier and Type | Method and Description |
|---|---|
HTTPContext |
HTTPContext.setServletContext(ServletContext sctx) |
| Constructor and Description |
|---|
HTTPContext(HttpServletRequest httpReq,
HttpServletResponse httpResp,
ServletContext sctx) |
| Modifier and Type | Field and Description |
|---|---|
protected ServletContext |
IDPServlet.context |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.