Class PanelServlet

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

public class PanelServlet extends jakarta.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: