|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServletContext | |
|---|---|
| javax.servlet | |
| javax.servlet.http | |
| winstone | |
| Uses of ServletContext in javax.servlet |
|---|
| Methods in javax.servlet that return ServletContext | |
|---|---|
ServletContext |
ServletContext.getContext(java.lang.String uripath)
|
ServletContext |
GenericServlet.getServletContext()
|
ServletContext |
FilterConfig.getServletContext()
|
ServletContext |
ServletRequestEvent.getServletContext()
|
ServletContext |
ServletContextEvent.getServletContext()
|
ServletContext |
ServletConfig.getServletContext()
|
| Constructors in javax.servlet with parameters of type ServletContext | |
|---|---|
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)
|
|
| Uses of ServletContext in javax.servlet.http |
|---|
| Methods in javax.servlet.http that return ServletContext | |
|---|---|
ServletContext |
HttpSession.getServletContext()
|
| Uses of ServletContext in winstone |
|---|
| Classes in winstone that implement ServletContext | |
|---|---|
class |
WebAppConfiguration
Models the web.xml file's details ... |
| Methods in winstone that return ServletContext | |
|---|---|
ServletContext |
WebAppConfiguration.getContext(java.lang.String uri)
|
ServletContext |
FilterConfiguration.getServletContext()
|
ServletContext |
ServletConfiguration.getServletContext()
|
ServletContext |
WinstoneSession.getServletContext()
|
| Constructors in winstone with parameters of type ServletContext | |
|---|---|
FilterConfiguration(ServletContext context,
java.lang.ClassLoader loader)
|
|
FilterConfiguration(ServletContext context,
java.lang.ClassLoader loader,
org.w3c.dom.Node elm)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||