Class PropertyAutocompletionController
- 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.BaseAutocompletionController
-
- jetbrains.buildServer.controllers.admin.projects.PropertyAutocompletionController
-
- 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 PropertyAutocompletionController extends BaseAutocompletionController
- Author:
- dmitry.neverov
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAMETERS_AUTOCOMPLETION_LIMIT
-
Fields inherited from class jetbrains.buildServer.controllers.BaseAutocompletionController
mySecurityContext
-
Fields inherited from class jetbrains.buildServer.controllers.BaseController
myServer
-
-
Constructor Summary
Constructors Constructor Description PropertyAutocompletionController(SecurityContext securityContext, BuildAgentManagerEx agentManager, ParametersBeanFactory parametersBeanFactory, ExtensionsProvider extensionsProvider, ObjectFinder objectFinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Completion>
getCompletionData(javax.servlet.http.HttpServletRequest request)
-
Methods inherited from class jetbrains.buildServer.controllers.BaseAutocompletionController
doHandle, highlightMatchedPartsWithProperEscaping
-
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
-
-
-
-
Field Detail
-
PARAMETERS_AUTOCOMPLETION_LIMIT
public static final String PARAMETERS_AUTOCOMPLETION_LIMIT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PropertyAutocompletionController
public PropertyAutocompletionController(@NotNull SecurityContext securityContext, @NotNull BuildAgentManagerEx agentManager, @NotNull ParametersBeanFactory parametersBeanFactory, @NotNull ExtensionsProvider extensionsProvider, @NotNull ObjectFinder objectFinder)
-
-
Method Detail
-
getCompletionData
@NotNull protected List<Completion> getCompletionData(@NotNull javax.servlet.http.HttpServletRequest request)
- Specified by:
getCompletionData
in classBaseAutocompletionController
-
-