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
 

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

Constructors in org.apache.cocoon.components.flow.javascript.fom with parameters of type Session
FOM_Cocoon.FOM_Session(org.mozilla.javascript.Scriptable scope, Session 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 Object XSPSessionHelper.getSessionAttribute(Session session, String name, Object defaultValue)
          Return the given session attribute value or a user-provided default if none was specified.
 Object JSGenerator.getSessionAttribute(Session session, String name, Object defaultValue)
           
static List XSPSessionHelper.getSessionAttributeNames(Session session)
          Get the session attribute names.
 String[] JSGenerator.getSessionAttributeNames(Session session)
           
static int XSPUtil.getSessionCount(Session session)
           
 

Uses of Session in org.apache.cocoon.environment
 

Methods in org.apache.cocoon.environment that return Session
 Session Request.getCocoonSession()
           
 Session Request.getCocoonSession(boolean create)
          In Cocoon 2.2 the org.apache.cocoon.environment.Session interface is deprecated, and the return type of getSession() changes to vanilla javax.servlet.HttpRequest.
 Session Request.getSession()
          Returns the current session associated with this request, or if the request does not have a session, creates one.
 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.
 

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
 Session CommandLineRequest.getCocoonSession()
           
 Session CommandLineRequest.getCocoonSession(boolean create)
           
 Session CommandLineRequest.getSession()
          Returns the current session associated with this request, or if the request does not have a session, creates one.
static Session CommandLineSession.getSession(boolean create)
          Get the current session object - if available
 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.getCocoonSession()
           
 Session HttpRequest.getCocoonSession(boolean create)
           
 Session HttpRequest.getSession()
           
 Session HttpRequest.getSession(boolean create)
          Creates a wrapper implementing Session for HttpSession.
 

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.getCocoonSession()
           
 Session PortletRequest.getCocoonSession(boolean create)
           
 Session PortletRequest.getSession()
           
 Session PortletRequest.getSession(boolean create)
           
 

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

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

Uses of Session in org.apache.cocoon.jxpath
 

Classes in org.apache.cocoon.jxpath that implement Session
 class JXPathCocoonContexts.SessionProxy
           
 

Methods in org.apache.cocoon.jxpath that return Session
 Session JXPathCocoonContexts.RequestProxy.getCocoonSession()
           
 Session JXPathCocoonContexts.RequestProxy.getCocoonSession(boolean create)
           
 Session JXPathCocoonContexts.RequestProxy.getSession()
           
 Session JXPathCocoonContexts.RequestProxy.getSession(boolean create)
           
 

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

Constructors in org.apache.cocoon.jxpath with parameters of type Session
JXPathCocoonContexts.SessionProxy(Session delegate)
           
 

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.processCleanBriefcaseEvent(CleanBriefcaseEvent event, Session session)
          Cleaning a briefcase or all
protected  void BasketManagerImpl.processShowBasketEvent(ShowBasketEvent event, Session session)
          Show the selected basket
 

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

Methods in org.apache.cocoon.webapps.session that return Session
 Session SessionManager.createSession()
          Deprecated. Create a new session for the user.
 Session SessionManager.getSession(boolean createFlag)
          Deprecated. 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()
          Deprecated. Create a new session for the user.
 Session DefaultSessionManager.getSession(boolean createFlag)
          Deprecated. 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()
          Deprecated. Get the current session if available or return null.
 



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