Schnittstelle SessionBindingEvent


public interface SessionBindingEvent
This interface is modelled after javax.servlet.http.HttpSessionBindingListener.
Version:
$Id$
Autor:
Daniel Rall
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Returns the name with which the object is bound to or unbound from the session.
    Returns the session to or from which the object is bound or unbound.
  • Methodendetails

    • getName

      String getName()
      Returns the name with which the object is bound to or unbound from the session.
      Gibt zurück:
      The name used for binding.
    • getSession

      Session getSession()
      Returns the session to or from which the object is bound or unbound.
      Gibt zurück:
      A session object.