Class EditChartController.ManageXmlAction
- java.lang.Object
-
- jetbrains.buildServer.controllers.EditChartController.ManageXmlAction
-
- All Implemented Interfaces:
ControllerAction
- Direct Known Subclasses:
EditChartController.AbstractManageChartAction
,EditChartController.GetChartXmlAction
,EditChartController.ReorderChartsAction
- Enclosing class:
- EditChartController
public abstract static class EditChartController.ManageXmlAction extends Object implements ControllerAction
-
-
Field Summary
Fields Modifier and Type Field Description protected String
myActionName
protected ProjectManager
myManager
protected SecurityContext
mySecurityContext
-
Constructor Summary
Constructors Constructor Description ManageXmlAction(ProjectManager manager, String actionName, SecurityContext securityContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canProcess(javax.servlet.http.HttpServletRequest request)
Returns true if specified request can be processed by this action.protected SProject
getProject(javax.servlet.http.HttpServletRequest request)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.web.openapi.ControllerAction
process
-
-
-
-
Field Detail
-
myManager
@NotNull protected final ProjectManager myManager
-
myActionName
@NotNull protected final String myActionName
-
mySecurityContext
@NotNull protected final SecurityContext mySecurityContext
-
-
Constructor Detail
-
ManageXmlAction
public ManageXmlAction(@NotNull ProjectManager manager, @NotNull String actionName, @NotNull SecurityContext securityContext)
-
-
Method Detail
-
canProcess
public boolean canProcess(@NotNull javax.servlet.http.HttpServletRequest request)
Description copied from interface:ControllerAction
Returns true if specified request can be processed by this action.- Specified by:
canProcess
in interfaceControllerAction
- Parameters:
request
- request- Returns:
- true, if this action can process given request
-
getProject
protected SProject getProject(javax.servlet.http.HttpServletRequest request)
-
-