saffron.web.servlet
Class WaldenServlet.Session
java.lang.Object
|
+--saffron.web.servlet.WaldenServlet.Session
- Enclosing class:
- WaldenServlet
- static class WaldenServlet.Session
- extends Object
Holds the httpSession required by WaldenServlet
.
Method Summary |
void |
destroy(HttpSessionEvent event)
|
static WaldenServlet.Session |
getInstance(HttpSession session)
Retrieves the one and only instance of Context in
this servlet's httpSession. |
void |
init(HttpSessionEvent 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
httpSession
private HttpSession httpSession
interpreter
Interpreter interpreter
WaldenServlet.Session
WaldenServlet.Session()
- Creates a
Context
. Only WaldenListener
calls
this; you should probably call getInstance(HttpSession)
.
getInstance
public static WaldenServlet.Session getInstance(HttpSession session)
- Retrieves the one and only instance of
Context
in
this servlet's httpSession.
init
public void init(HttpSessionEvent event)
destroy
public void destroy(HttpSessionEvent event)