Uses of Class
eu.rarogsoftware.rarog.platform.core.plugins.web.servlets.SmartSwitchingServlet
Packages that use SmartSwitchingServlet
Package
Description
-
Uses of SmartSwitchingServlet in eu.rarogsoftware.rarog.platform.app.configuration
Methods in eu.rarogsoftware.rarog.platform.app.configuration that return types with arguments of type SmartSwitchingServletModifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.ServletRegistrationBean<SmartSwitchingServlet>
WebMvcConfiguration.dispatcherServletRegistration
(SmartSwitchingServlet dispatcherServlet, org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties webMvcProperties, org.springframework.beans.factory.ObjectProvider<jakarta.servlet.MultipartConfigElement> multipartConfig) Methods in eu.rarogsoftware.rarog.platform.app.configuration with parameters of type SmartSwitchingServletModifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.ServletRegistrationBean<SmartSwitchingServlet>
WebMvcConfiguration.dispatcherServletRegistration
(SmartSwitchingServlet dispatcherServlet, org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties webMvcProperties, org.springframework.beans.factory.ObjectProvider<jakarta.servlet.MultipartConfigElement> multipartConfig) org.springframework.security.web.SecurityFilterChain
SecurityConfig.securityFilterChain
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, AutoImportingFilter[] autoImportingFilters, MultiFactorEnforcingFilter multiFactorEnforcingFilter, AnonymousAllowedMatcher anonymousAllowedMatcher, CustomServletAwareAuthorizationManager servletAwareAuthorizationManager, CsrfDisabledMatcher csrfDisabledMatcher, SmartSwitchingServlet smartSwitchingServlet, PluginSecurityFilterResolver pluginSecurityFilterResolver) -
Uses of SmartSwitchingServlet in eu.rarogsoftware.rarog.platform.core.plugins.web.servlets
Constructors in eu.rarogsoftware.rarog.platform.core.plugins.web.servlets with parameters of type SmartSwitchingServletModifierConstructorDescriptionCustomServletAwareAuthorizationManager
(SmartSwitchingServlet smartSwitchingServlet)