SimpleServlets v5.5.0

Uses of Interface
com.simpleservlets.pageprocessor.SessionInitializer

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

Uses of SessionInitializer in com.simpleservlets.pageprocessor
 

Methods in com.simpleservlets.pageprocessor that return SessionInitializer
 SessionInitializer Session.Manager.getSessionInitializer()
          Retrieves the SessionInitializer used to initialize sessions just after they are created.
 

Methods in com.simpleservlets.pageprocessor with parameters of type SessionInitializer
 void Session.Manager.setSessionInitializer(SessionInitializer sessionInitializer)
          Specifies the SessionInitializer used to initialize sessions just after they are created.
 


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.