public class JiraWebworkActionDispatcher
extends javax.servlet.http.HttpServlet
This servlet is one of the key planks of JIRA architecture.
This code was copied from the webwork ServletDispatcher originally and has since diverted some what for JIRA purposes. We no longer share any code.
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_VIEW_DATA |
static String |
CLEANUP |
static String |
GD |
static String |
STACK_HEAD
After a view is processed the value of the stack's head is put into the request attributes with this key.
|
Constructor and Description |
---|
JiraWebworkActionDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
init(javax.servlet.ServletConfig config)
Initialize dispatcher servlet
|
void |
service(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Service a request.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public static final String STACK_HEAD
public static final String GD
public static final String CLEANUP
public static final String ACTION_VIEW_DATA
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
config
- ServletConfigjavax.servlet.ServletException
public void service(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
httpServletRequest
- HttpServletRequesthttpServletResponse
- HttpServletResponsejavax.servlet.ServletException
IOException
Copyright © 2002-2021 Atlassian. All Rights Reserved.