LifecycleListener implements the lifecycle startup and shutdown calls (init()
and destroy()
) for subclasses of {@link AbstractApplicationBean}, {@link AbstractRequestBean}, and {@link AbstractSessionBean}.
It must be registered with the servlet container as a listener, through an entry in either the /WEB-INF/web.xml
resource or a tag library descriptor included in the web application.
|
|
|
|
|
|
|
|