Lister Arayüzleri
Bazı sınıflar şöyle
- ServletContextListener Arayüzü
Servlet İlk Defa Yüklenirken Çağrılır. @WebListener ile işaretlenir. Açıklaması şöyle
Interface for receiving notification events about ServletContext lifecycle changes.
ServletContextAttributeListener Arayüzü
@WebListener ile işaretlenir. Açıklaması şöyle
Interface for receiving notification events about ServletContext attribute changes.
ServletRequestListener Arayüzü
Her Http İsteğinde Çağrılır. @WebListener ile işaretlenir. Açıklaması şöyle
Interface for receiving notification events about a ServletRequest coming into and going out of the scope of a web application.
ServletRequestAttributeListener
Açıklaması şöyle
Interface for receiving notification events about ServletRequest attribute changes.
HttpSessionListener Arayüzü
Açıklaması şöyle. @WebListener ile işaretlenir
Interface for receiving notification events about HttpSession lifecycle changes.
HttpSessionAttributeListener Arayüzü
Açıklaması şöyle. @WebListener ile işaretlenir
Interface for receiving notification events about HttpSession attribute changes.
HttpSessionBindingListener
Açıklaması şöyle
Interface for receiving notification events when an object is bound to or unbound from a HttpSession.
HttpSessionActivationListener Arayüzü
Açıklaması şöyle
Interface for receiving notification events when an HttpSession is being passivated and and activated.
HttpSessionIdListener Arayüzü
Açıklaması şöyle. @WebListener ile işaretlenir
Interface for receiving notification events about HttpSession id changes.
Hiç yorum yok:
Yorum Gönder