15 Mart 2021 Pazartesi

Servlet Listener Kullanımı

Giriş 

Lister Arayüzleri
Bazı sınıflar şöyle

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.

@WebListener ile işaretlenir. Açıklaması şöyle
Interface for receiving notification events about ServletContext attribute changes.

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.

Açıklaması şöyle. @WebListener ile işaretlenir
Interface for receiving notification events about HttpSession lifecycle changes.

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.

Açıklaması şöyle
Interface for receiving notification events when an HttpSession is being passivated and and activated.

Açıklaması şöyle. @WebListener ile işaretlenir
Interface for receiving notification events about HttpSession id changes.

Hiç yorum yok:

Yorum Gönder