Package | Description |
---|---|
org.apache.commons.latka | |
org.apache.commons.latka.event | |
org.apache.commons.latka.http | |
org.apache.commons.latka.jelly |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultLatkaEventInfo.didSessionSucceed(Session session)
Check to see if a particular Session succeeded or failed.
|
Modifier and Type | Method and Description |
---|---|
Session |
RequestEvent.getSession()
the session the event took place within
|
Session |
BaseRequestEvent.getSession() |
Modifier and Type | Method and Description |
---|---|
boolean |
LatkaEventInfo.didSessionSucceed(Session session)
Check to see if a particular Session succeeded or failed.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionImpl
An implementation of a Latka Session interface based on the Jakarta Commons
HttpClient package.
|
Modifier and Type | Method and Description |
---|---|
Session |
Request.getSession()
Retrieve the session associated with this request.
|
Session |
RequestImpl.getSession()
Retrieve the session associated with this request.
|
Modifier and Type | Field and Description |
---|---|
protected Session |
RequestTag._session |
protected Session |
SessionTag._session |
Modifier and Type | Method and Description |
---|---|
protected Session |
RequestTag.findSession() |
protected Session |
SessionTag.findSession(java.lang.String sessionId) |
Session |
SessionTag.getSession() |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.