Class PanelServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.atlassian.jira.projectconfig.servlet.PanelServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class PanelServlet extends javax.servlet.http.HttpServlet
Servlet used to render the project configuration panels. It matches URLs of the form "/project-config/(projectkey)/(pannel)/(other)" and tries to render the ProjectConfigTab with id "pannel" for the project with key "projectkey". The "other" is passed to the pannel when rendering as the path info.
Since:
v4.4
See Also: