com.atlassian.confluence.servlet
Interface ServletManager
- All Known Implementing Classes:
- AxisSoapServer, DelegatingServletManager, ExportWordPageServer, GlueSoapServer, SimpleDisplayServlet, XmlRpcServer
public interface ServletManager
servletDestroyed
void servletDestroyed(SpringManagedServlet springManagedServlet)
service
void service(SpringManagedServlet springManagedServlet,
HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Throws:
ServletException
IOException
servletInitialised
void servletInitialised(SpringManagedServlet springManagedServlet,
ServletConfig servletConfig)
throws ServletException
- Throws:
ServletException