Interface SkipInterceptorsFlow
-
- All Known Implementing Classes:
AgentAbstractController,AgentPluginsController,AgentPollingProtocolController,AgentProtocolsController,DownloadToolContentController,InstalledToolInfoController,RuntimeErrorController,UpdatesDownloadController,XmlRpcController
public interface SkipInterceptorsFlowInterface that should be implemented by controllers whose request should not be processed byRequestInterceptors.- Since:
- 2024.03
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldSkipInterceptors(javax.servlet.http.HttpServletRequest request)Should this request be skipped byRequestInterceptors.
-
-
-
Method Detail
-
shouldSkipInterceptors
boolean shouldSkipInterceptors(@NotNull javax.servlet.http.HttpServletRequest request)Should this request be skipped byRequestInterceptors.- Since:
- 2024.03
-
-