Package | Description |
---|---|
javax.servlet | |
javax.servlet.http | |
winstone |
Modifier and Type | Method and Description |
---|---|
ServletContext |
ServletContext.getContext(java.lang.String uripath) |
ServletContext |
ServletRequestEvent.getServletContext() |
ServletContext |
GenericServlet.getServletContext() |
ServletContext |
ServletContextEvent.getServletContext() |
ServletContext |
FilterConfig.getServletContext() |
ServletContext |
ServletConfig.getServletContext() |
Constructor and Description |
---|
ServletContextAttributeEvent(ServletContext source,
java.lang.String name,
java.lang.Object value) |
ServletContextEvent(ServletContext source)
Constructor
|
ServletRequestAttributeEvent(ServletContext sc,
ServletRequest request,
java.lang.String name,
java.lang.Object value) |
ServletRequestEvent(ServletContext sc,
ServletRequest request) |
Modifier and Type | Method and Description |
---|---|
ServletContext |
HttpSession.getServletContext() |
Modifier and Type | Class and Description |
---|---|
class |
WebAppConfiguration
Models the web.xml file's details ...
|
Modifier and Type | Method and Description |
---|---|
ServletContext |
WebAppConfiguration.getContext(java.lang.String uri) |
ServletContext |
WinstoneSession.getServletContext() |
ServletContext |
ServletConfiguration.getServletContext() |
ServletContext |
FilterConfiguration.getServletContext() |
Constructor and Description |
---|
FilterConfiguration(ServletContext context,
java.lang.ClassLoader loader) |
FilterConfiguration(ServletContext context,
java.lang.ClassLoader loader,
org.w3c.dom.Node elm)
Constructor
|
Copyright © 2013. All Rights Reserved.