public class

ServletModuleContainerServlet

extends HttpServlet
java.lang.Object
   ↳ javax.servlet.GenericServlet
     ↳ javax.servlet.http.HttpServlet
       ↳ com.atlassian.plugin.servlet.ServletModuleContainerServlet

Class Overview

Applications need to create a concrete subclass of this for use in their webapp. This servlets responsiblity is to retrieve the servlet to be used to serve the request from the ServletModuleManager. If no servlet can be found to serve the request, a 404 should be sent back to the client.

Summary

Public Constructors
ServletModuleContainerServlet()
Public Methods
void init(ServletConfig servletConfig)
Protected Methods
ServletModuleManager getServletModuleManager()
void service(HttpServletRequest request, HttpServletResponse response)
[Expand]
Inherited Methods
From class javax.servlet.http.HttpServlet
From class javax.servlet.GenericServlet
From class java.lang.Object
From interface javax.servlet.Servlet
From interface javax.servlet.ServletConfig

Public Constructors

public ServletModuleContainerServlet ()

Public Methods

public void init (ServletConfig servletConfig)

Throws
ServletException

Protected Methods

protected ServletModuleManager getServletModuleManager ()

Returns

protected void service (HttpServletRequest request, HttpServletResponse response)

Throws
ServletException
IOException