public class SpringManagedServlet
extends javax.servlet.http.HttpServlet
ServletManager
interface.
Primarily used for the SOAP and XML-RPC servlets, as their lifecycle has to be managed through the Spring container as plugins are reloaded.
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_NAME_KEY |
static org.apache.log4j.Category |
log
Deprecated.
Since 5.5, use private logger
|
Constructor and Description |
---|
SpringManagedServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init(javax.servlet.ServletConfig servletConfig) |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public static final String COMPONENT_NAME_KEY
@Deprecated public static final org.apache.log4j.Category log
public void init(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2003–2019 Atlassian. All rights reserved.