KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > http > HttpSessionListener > Top Examples

  • org.apache.catalina.cluster.session.DeltaSession
    Similar to the StandardSession, this code is identical, but for update and some small issues, simply copied in the first release. This session will keep track of deltas during a request. <p> <b>IMPLEMENTATION NOTE </b>: An instance of this class represents both the internal (Ses ...
  • freemarker.ext.jsp.EventForwarding
    An instance of this class should be registered as a <tt>&lt;listener></tt> in the <tt>web.xml</tt> descriptor in order to correctly dispatch events to event listeners that are specified in TLD files. @author Attila Szegedi @version $Id: EventForwarding.java,v 1.5 200 ...
  • org.jboss.web.tomcat.tc5.session.ClusteredSession
    Abstract base class for session clustering based on StandardSession. Different session replication strategy can be implemented such as session- or attribute-based ones. @author Ben Wang @version $Revision: 1.5.2.8 $ ----------------------------------------------------- Instance Variables Descri ...
  • listeners.SessionListener
    Example listener for context-related application events, which were introduced in the 2.3 version of the Servlet API. This listener merely documents the occurrence of such events in the application log associated with our servlet context. @author Craig R. McClanahan @version $Revision: 1.2 $ $Da ...
  • org.exoplatform.portal.launcher.PortalSessionListener
    Created by The eXo Platform SARL . Date: Jan 25, 2003 Time: 5:25:52 PM
Popular Tags