Class EditChartController
- java.lang.Object
-
- org.springframework.context.support.ApplicationObjectSupport
-
- org.springframework.web.context.support.WebApplicationObjectSupport
-
- org.springframework.web.servlet.support.WebContentGenerator
-
- org.springframework.web.servlet.mvc.AbstractController
-
- jetbrains.buildServer.controllers.BaseController
-
- jetbrains.buildServer.controllers.BaseActionController
-
- jetbrains.buildServer.controllers.BaseAjaxActionController
-
- jetbrains.buildServer.controllers.EditChartController
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.web.context.ServletContextAware,org.springframework.web.servlet.mvc.Controller
public class EditChartController extends BaseAjaxActionController
Created by Andrey Titov on 7/28/14.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEditChartController.AbstractManageChartActionstatic classEditChartController.AddChartActionstatic classEditChartController.DeleteChartActionstatic classEditChartController.EditChartActionstatic classEditChartController.GetAvailableValueTypesActionstatic classEditChartController.GetChartXmlActionstatic classEditChartController.ManageXmlActionstatic classEditChartController.ReorderChartsAction
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.controllers.BaseController
myServer
-
-
Constructor Summary
Constructors Constructor Description EditChartController(WebControllerManager webManager, ProjectManager manager, ChartProviderRegistry chartProviderRegistry, ConfigActionFactory actionFactory, SBuildServer server, BuildDataStorage storage, ValueProviderRegistry realValueProviderRegistry, SecurityContext securityContext, UIConfigsPersister persister)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.controllers.BaseAjaxActionController
doHandle
-
Methods inherited from class jetbrains.buildServer.controllers.BaseActionController
doAction, registerAction
-
Methods inherited from class jetbrains.buildServer.controllers.BaseController
getOrCreateMessages, handleRequest, handleRequestInternal, isGet, isPost, redirectTo, setExceptionResolvers, simpleView
-
Methods inherited from class org.springframework.web.servlet.mvc.AbstractController
isSynchronizeOnSession, setSynchronizeOnSession
-
Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator
applyCacheControl, applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, checkRequest, getAllowHeader, getCacheControl, getCacheSeconds, getSupportedMethods, getVaryByRequestHeaders, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, prepareResponse, preventCaching, setAlwaysMustRevalidate, setCacheControl, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader, setVaryByRequestHeaders
-
Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
-
-
-
-
Constructor Detail
-
EditChartController
public EditChartController(@NotNull WebControllerManager webManager, @NotNull ProjectManager manager, @NotNull ChartProviderRegistry chartProviderRegistry, @NotNull ConfigActionFactory actionFactory, @NotNull SBuildServer server, @NotNull BuildDataStorage storage, @NotNull ValueProviderRegistry realValueProviderRegistry, @NotNull SecurityContext securityContext, @NotNull UIConfigsPersister persister)
-
-