|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Session | |
| org.apache.commons.latka | |
| org.apache.commons.latka.event | |
| org.apache.commons.latka.http | |
| org.apache.commons.latka.jelly | |
| Uses of Session in org.apache.commons.latka |
| Methods in org.apache.commons.latka with parameters of type Session | |
boolean |
DefaultLatkaEventInfo.didSessionSucceed(Session session)
Check to see if a particular Session succeeded or failed. |
| Uses of Session in org.apache.commons.latka.event |
| Methods in org.apache.commons.latka.event that return Session | |
Session |
RequestEvent.getSession()
the session the event took place within |
Session |
BaseRequestEvent.getSession()
|
| Methods in org.apache.commons.latka.event with parameters of type Session | |
boolean |
LatkaEventInfo.didSessionSucceed(Session session)
Check to see if a particular Session succeeded or failed. |
| Uses of Session in org.apache.commons.latka.http |
| Classes in org.apache.commons.latka.http that implement Session | |
class |
SessionImpl
An implementation of a Latka Session interface based on the Jakarta Commons HttpClient package. |
| Methods in org.apache.commons.latka.http that return Session | |
Session |
Request.getSession()
Retrieve the session associated with this request. |
Session |
RequestImpl.getSession()
Retrieve the session associated with this request. |
| Uses of Session in org.apache.commons.latka.jelly |
| Fields in org.apache.commons.latka.jelly declared as Session | |
protected Session |
RequestTag._session
|
protected Session |
SessionTag._session
|
| Methods in org.apache.commons.latka.jelly that return Session | |
protected Session |
RequestTag.findSession()
|
Session |
SessionTag.getSession()
|
protected Session |
SessionTag.findSession(java.lang.String sessionId)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||