SimpleServlets v5.5.0

Uses of Class
com.simpleservlets.pageprocessor.Session

Packages that use Session
com.simpleservlets.pageprocessor The PageProcessor library makes it easy to organize an application as a collection of "pages" under one servlet. 
 

Uses of Session in com.simpleservlets.pageprocessor
 

Fields in com.simpleservlets.pageprocessor declared as Session
 Session PageContext.session
          The PageProcessor user Session that is associated with the current request.
 

Methods in com.simpleservlets.pageprocessor that return Session
 Session Session.Manager.getSession(String idStr)
          Looks up the specified session or creates a new session if the specified session does not exist or has expired.
 

Methods in com.simpleservlets.pageprocessor with parameters of type Session
 void SessionInitializer.initializeSession(Session session)
           
 

Constructors in com.simpleservlets.pageprocessor with parameters of type Session
PageContext(HttpServletRequest request, HttpServletResponse response, Session session, String requestedPage, PageProcessor processor)
          Used primarily by PageProcessor to create a context to pass when each request comes in.
 


SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.