Uses of Interface
org.apache.cocoon.environment.Session

Packages that use Session
org.apache.cocoon.components.flow.javascript.fom   
org.apache.cocoon.components.language.markup.xsp   
org.apache.cocoon.environment   
org.apache.cocoon.environment.commandline   
org.apache.cocoon.environment.http   
org.apache.cocoon.environment.portlet   
org.apache.cocoon.environment.wrapper   
org.apache.cocoon.jxpath   
org.apache.cocoon.portal.coplets.basket   
org.apache.cocoon.webapps.session   
org.apache.cocoon.webapps.session.components   
org.apache.cocoon.webapps.session.transformation   
 

Uses of Session in org.apache.cocoon.components.flow.javascript.fom
 

Classes in org.apache.cocoon.components.flow.javascript.fom that implement Session
static class FOM_Cocoon.FOM_Session
           
 

Methods in org.apache.cocoon.components.flow.javascript.fom that return Session
 Session FOM_Cocoon.getSession()
          Get the current session
 Session FOM_Cocoon.FOM_Request.getSession(boolean create)
           
 Session FOM_Cocoon.FOM_Request.getSession()
           
 Session AO_FOM_Cocoon.getSession()
          Get the current session
 

Uses of Session in org.apache.cocoon.components.language.markup.xsp
 

Methods in org.apache.cocoon.components.language.markup.xsp with parameters of type Session
static int XSPUtil.getSessionCount(Session session)
           
static Object XSPSessionHelper.getSessionAttribute(Session session, String name, Object defaultValue)
          Return the given session attribute value or a user-provided default if none was specified.
static List XSPSessionHelper.getSessionAttributeNames(Session session)
          Get the session attribute names.
 Object JSGenerator.getSessionAttribute(Session session, String name, Object defaultValue)
           
 String[] JSGenerator.getSessionAttributeNames(Session session)
           
 

Uses of Session in org.apache.cocoon.environment
 

Methods in org.apache.cocoon.environment that return Session
 Session Request.getSession(boolean create)
          Returns the current Session associated with this request or, if if there is no current session and create is true, returns a new session.
 Session Request.getSession()
          Returns the current session associated with this request, or if the request does not have a session, creates one.
 

Uses of Session in org.apache.cocoon.environment.commandline
 

Classes in org.apache.cocoon.environment.commandline that implement Session
 class CommandLineSession
          Command-line version of Http Session.
 

Methods in org.apache.cocoon.environment.commandline that return Session
static Session CommandLineSession.getSession(boolean create)
          Get the current session object - if available
 Session CommandLineRequest.getSession()
          Returns the current session associated with this request, or if the request does not have a session, creates one.
 Session CommandLineRequest.getSession(boolean create)
          Returns the current Session associated with this request or, if if there is no current session and create is true, returns a new session.
 

Uses of Session in org.apache.cocoon.environment.http
 

Classes in org.apache.cocoon.environment.http that implement Session
 class HttpSession
          Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
 

Methods in org.apache.cocoon.environment.http that return Session
 Session HttpRequest.getSession(boolean create)
           
 Session HttpRequest.getSession()
           
 

Uses of Session in org.apache.cocoon.environment.portlet
 

Classes in org.apache.cocoon.environment.portlet that implement Session
 class PortletSession
          Provides access to the JSR-168 (Portlet) environment session.
 

Methods in org.apache.cocoon.environment.portlet that return Session
 Session PortletRequest.getSession(boolean create)
           
 Session PortletRequest.getSession()
           
 

Uses of Session in org.apache.cocoon.environment.wrapper
 

Methods in org.apache.cocoon.environment.wrapper that return Session
 Session RequestWrapper.getSession(boolean create)
           
 Session RequestWrapper.getSession()
           
 

Uses of Session in org.apache.cocoon.jxpath
 

Methods in org.apache.cocoon.jxpath with parameters of type Session
 org.apache.commons.jxpath.JXPathContext JXPathCocoonContexts.getSessionContext(Session session, Context cocoonContext)
          Returns a JXPathContext bound to the "session" scope.
 

Uses of Session in org.apache.cocoon.portal.coplets.basket
 

Methods in org.apache.cocoon.portal.coplets.basket with parameters of type Session
protected  void BasketManagerImpl.processShowBasketEvent(ShowBasketEvent event, Session session)
          Show the selected basket
protected  void BasketManagerImpl.processCleanBasketEvent(CleanBasketEvent event, Session session)
          Cleaning a basket or all
 

Uses of Session in org.apache.cocoon.webapps.session
 

Methods in org.apache.cocoon.webapps.session that return Session
 Session SessionManager.createSession()
          Create a new session for the user.
 Session SessionManager.getSession(boolean createFlag)
          Get the session for the current user.
 

Uses of Session in org.apache.cocoon.webapps.session.components
 

Methods in org.apache.cocoon.webapps.session.components that return Session
 Session DefaultSessionManager.createSession()
          Create a new session for the user.
 Session DefaultSessionManager.getSession(boolean createFlag)
          Get the session for the current user.
 

Uses of Session in org.apache.cocoon.webapps.session.transformation
 

Methods in org.apache.cocoon.webapps.session.transformation that return Session
 Session AbstractSessionTransformer.getSession()
          Get the current session if available or return null.
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.