Package com.atlassian.confluence.servlet
Class ServletModuleContainerServlet
- java.lang.Object
 - 
- javax.servlet.GenericServlet
 - 
- javax.servlet.http.HttpServlet
 - 
- com.atlassian.plugin.servlet.ServletModuleContainerServlet
 - 
- com.atlassian.confluence.servlet.ServletModuleContainerServlet
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class ServletModuleContainerServlet extends com.atlassian.plugin.servlet.ServletModuleContainerServlet- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ServletModuleContainerServlet() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.plugin.servlet.ServletModuleManagergetServletModuleManager()voidinit(javax.servlet.ServletConfig servletConfig)protected voidservice(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)- 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service 
 - 
 
 - 
 
- 
- 
Method Detail
- 
init
public void init(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException- Specified by:
 initin interfacejavax.servlet.Servlet- Overrides:
 initin classcom.atlassian.plugin.servlet.ServletModuleContainerServlet- Throws:
 javax.servlet.ServletException
 
- 
getServletModuleManager
@Nullable public com.atlassian.plugin.servlet.ServletModuleManager getServletModuleManager()
- Overrides:
 getServletModuleManagerin classcom.atlassian.plugin.servlet.ServletModuleContainerServlet
 
- 
service
protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException- Overrides:
 servicein classcom.atlassian.plugin.servlet.ServletModuleContainerServlet- Throws:
 javax.servlet.ServletExceptionIOException
 
 - 
 
 -