Uses of Interface
org.apache.commons.latka.http.Session

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 Apache Commons HttpClient package.
 

Methods in org.apache.commons.latka.http that return Session
 Session RequestImpl.getSession()
          Retrieve the session associated with this request.
 Session Request.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 SessionTag._session
           
protected  Session RequestTag._session
           
 

Methods in org.apache.commons.latka.jelly that return Session
protected  Session RequestTag.findSession()
           
protected  Session SessionTag.findSession(String sessionId)
           
 Session SessionTag.getSession()
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.