|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.methodyne.bellvue.core.Sdata
The session data for each individual user session
Used to hold the user object, the reference to the DataLayer and the servlet environment...
Field Summary | |
java.util.Vector |
apps
GUI purpose |
java.util.Vector |
clipVector
GUI purpose |
java.lang.String |
currentApp
GUI purpose |
DataLayer |
dl
The ubiquitous datalayer for insert, update, delete, locking, etc.... |
java.lang.String |
dns
The IP address of a DNS server configured in web.xml |
java.util.HashMap |
errors
GUI purpose |
FormParser |
fp
parsed form data |
javax.servlet.http.HttpServletRequest |
req
From the servlet API |
javax.servlet.http.HttpServletResponse |
res
From the servlet API |
javax.servlet.ServletContext |
sctx
From the servlet API |
java.lang.Object |
selectedObjectRef
GUI purpose |
net.methodyne.bellvue.system.User |
user
The user |
View |
view
GUI purpose |
Constructor Summary | |
Sdata()
|
Method Summary | |
static int |
getSessionCount()
Session counter |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent event)
This gets automatically handled by the servlet container |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
This gets automatically handled by the servlet container Called when a sessin ends with an explicit invalidate() or its timeout period has been reached. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public FormParser fp
public java.lang.Object selectedObjectRef
public View view
public java.util.Vector clipVector
public java.util.HashMap errors
public net.methodyne.bellvue.system.User user
public java.util.Vector apps
public java.lang.String currentApp
public javax.servlet.ServletContext sctx
public javax.servlet.http.HttpServletRequest req
public javax.servlet.http.HttpServletResponse res
public DataLayer dl
public java.lang.String dns
Constructor Detail |
public Sdata()
Method Detail |
public static int getSessionCount()
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
valueBound
in interface javax.servlet.http.HttpSessionBindingListener
event
- public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
valueUnbound
in interface javax.servlet.http.HttpSessionBindingListener
event
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |