net.sf.saffron.web.servlet
Class WaldenServlet.Session

java.lang.Object
  |
  +--net.sf.saffron.web.servlet.WaldenServlet.Session
Enclosing class:
WaldenServlet

static class WaldenServlet.Session
extends Object

Holds the httpSession required by WaldenServlet.


Field Summary
private static String ATTRNAME
           
private  HttpSession httpSession
           
(package private)  Interpreter interpreter
           
 
Constructor Summary
(package private) WaldenServlet.Session()
          Creates a Context.
 
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
 

Field Detail

ATTRNAME

private static final String ATTRNAME
See Also:
Constant Field Values

interpreter

Interpreter interpreter

httpSession

private HttpSession httpSession
Constructor Detail

WaldenServlet.Session

WaldenServlet.Session()
Creates a Context. Only WaldenListener calls this; you should probably call getInstance(HttpSession).

Method Detail

getInstance

public static WaldenServlet.Session getInstance(HttpSession session)
Retrieves the one and only instance of Context in this servlet's httpSession.


destroy

public void destroy(HttpSessionEvent event)

init

public void init(HttpSessionEvent event)

SourceForge.net_Logo