com.atlassian.confluence.servlet
Class ReadyToServeServlet
java.lang.Object
javax.servlet.GenericServlet
com.atlassian.confluence.servlet.ReadyToServeServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public final class ReadyToServeServlet
- extends GenericServlet
Trivial servlet used to log an application ready message to the lifecycle log.
Must be used at the end of the servlet load-on-start chain to be accurate.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadyToServeServlet
public ReadyToServeServlet()
init
public void init()
throws ServletException
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
service
public void service(ServletRequest servletRequest,
ServletResponse servletResponse)
throws ServletException,
IOException
- Specified by:
service
in interface Servlet
- Specified by:
service
in class GenericServlet
- Throws:
ServletException
IOException