net.sf.saffron.web.servlet
Class WaldenServlet.Context
java.lang.Object
|
+--net.sf.saffron.web.servlet.WaldenServlet.Context
- Enclosing class:
- WaldenServlet
- static class WaldenServlet.Context
- extends Object
Holds the context required by WaldenServlet
.
Method Summary |
void |
destroy(ServletContextEvent event)
|
static WaldenServlet.Context |
getInstance(ServletContext context)
Retrieves the one and only instance of Context in this
servlet's httpSession. |
void |
init(ServletContextEvent event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRNAME
private static final String ATTRNAME
- See Also:
- Constant Field Values
context
private ServletContext context
WaldenServlet.Context
WaldenServlet.Context()
- Creates a
Context
. Only WaldenListener
calls
this; you should probably call getInstance(ServletContext)
.
getInstance
public static WaldenServlet.Context getInstance(ServletContext context)
- Retrieves the one and only instance of
Context
in this
servlet's httpSession.
destroy
public void destroy(ServletContextEvent event)
init
public void init(ServletContextEvent event)