Class AdminActionsController
- 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.admin.AdminActionsController
-
- 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 AdminActionsController extends BaseAjaxActionController
Controller for actions that can be called by administrator. Actions should obtain this controller from Spring and register in it.- Author:
- Pavel.Sher Date: 13.04.2007
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AdminActionsController.AdminControllerAction
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.controllers.BaseController
myServer
-
-
Constructor Summary
Constructors Constructor Description AdminActionsController(WebControllerManager controllerManager, SecurityContextEx securityContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerActionWithGlobalPermission(ControllerAction controllerAction, Permission permissionToCheck)
-
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
-
AdminActionsController
public AdminActionsController(@NotNull WebControllerManager controllerManager, SecurityContextEx securityContext)
-
-
Method Detail
-
registerActionWithGlobalPermission
public void registerActionWithGlobalPermission(@NotNull ControllerAction controllerAction, @NotNull Permission permissionToCheck)
-
-