|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session | |
---|---|
org.experlog.openeas.api | |
org.experlog.openeas.api.demo |
Uses of Session in org.experlog.openeas.api |
---|
Methods in org.experlog.openeas.api that return Session | |
---|---|
static Session |
Session.findClient(java.lang.String id)
Find an existing session given a session id. |
static Session |
Session.getClient(java.lang.String id,
javax.servlet.http.HttpServletRequest req)
Find or create a session given a session id. |
Methods in org.experlog.openeas.api with parameters of type Session | |
---|---|
void |
Servlet.getRequest(Session session,
ServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
void |
Servlet.postRequest(Session session,
ServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
abstract boolean |
Action.service(Session s,
ServletRequest r,
java.lang.Object info)
|
Constructors in org.experlog.openeas.api with parameters of type Session | |
---|---|
DBDataSet(Session s,
java.lang.String sql)
|
|
DBDataSet(Session s,
java.lang.String sql,
java.lang.String datasource)
|
Uses of Session in org.experlog.openeas.api.demo |
---|
Methods in org.experlog.openeas.api.demo with parameters of type Session | |
---|---|
boolean |
DemoAction.service(Session s,
ServletRequest r,
java.lang.Object info)
The core of the Action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |