- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class EndInit
extends javax.servlet.http.HttpServlet
This servlet is used to catch the end of the initialization of the web application, as the order of
initialization of a web application is :
- all listeners
- all filters
- all servlets
Using this servlet we can perform actions once the web application has completed, such as perform an
HTTP request to it to check if the web application has completed initialization or not.
- See Also:
- Serialized Form