org.beangle.commons.web

session

package session

Visibility
  1. Public
  2. All

Type Members

  1. class HttpSessionCreationEvent extends Event

    HttpSession Creation Event

    HttpSession Creation Event

    Annotations
    @SerialVersionUID()
  2. class HttpSessionDestroyedEvent extends Event

    HttpSession Destroyed Event

    HttpSession Destroyed Event

    Annotations
    @SerialVersionUID()
  3. class HttpSessionEventPublisher extends HttpSessionListener

    Declared in web.xml as

    Declared in web.xml as

    <listener>
        <listener-class>org.beangle.commons.web.session.HttpSessionEventPublisher</listener-class>
    </listener>
    

    Publishes HttpSessionApplicationEvents to the Bean Root Context. Maps javax.servlet.http.HttpSessionListener.sessionCreated() to HttpSessionCreationEvent. Maps javax.servlet.http.HttpSessionListener.sessionDestroyed() to HttpSessionDestroyedEvent.

Ungrouped