Package com.atlassian.crowd.security
Class NotFoundServlet
java.lang.Object
com.atlassian.crowd.security.NotFoundServlet
- All Implemented Interfaces:
javax.servlet.Servlet
-
Constructor Details
-
NotFoundServlet
public NotFoundServlet()
-
-
Method Details
-
init
public void init(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException - Specified by:
init
in interfacejavax.servlet.Servlet
- Throws:
javax.servlet.ServletException
-
getServletConfig
public javax.servlet.ServletConfig getServletConfig()- Specified by:
getServletConfig
in interfacejavax.servlet.Servlet
-
service
public void service(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) throws javax.servlet.ServletException, IOException - Specified by:
service
in interfacejavax.servlet.Servlet
- Throws:
javax.servlet.ServletException
IOException
-
getServletInfo
- Specified by:
getServletInfo
in interfacejavax.servlet.Servlet
-
destroy
public void destroy()- Specified by:
destroy
in interfacejavax.servlet.Servlet
-