StartupServlet

public class StartupServlet extends HttpServlet

StartupServlet is the main startup servlet of Corvus. It will initialize the Corvus kernel once the servlet is being initialized.

Author:Hugo Y. K. Lam

Methods

destroy

public void destroy()

Invoked when the servlet is out of service.

See also: javax.servlet.Servlet.destroy()

init

public void init(ServletConfig config)

Initializes the servlet.

See also: javax.servlet.Servlet.init(javax.servlet.ServletConfig)