Uses of Enum Class
org.springframework.boot.web.servlet.DispatcherType
Packages that use DispatcherType
Package
Description
Auto-configuration for Spring Security.
Auto-configuration for Spring Session.
Classes and utilities designed to work with the
jakarta.servlet
specification.-
Uses of DispatcherType in org.springframework.boot.security.autoconfigure
Methods in org.springframework.boot.security.autoconfigure that return types with arguments of type DispatcherTypeMethod parameters in org.springframework.boot.security.autoconfigure with type arguments of type DispatcherTypeModifier and TypeMethodDescriptionvoid
SecurityProperties.Filter.setDispatcherTypes
(Set<DispatcherType> dispatcherTypes) -
Uses of DispatcherType in org.springframework.boot.session.autoconfigure
Methods in org.springframework.boot.session.autoconfigure that return types with arguments of type DispatcherTypeMethod parameters in org.springframework.boot.session.autoconfigure with type arguments of type DispatcherTypeModifier and TypeMethodDescriptionvoid
SessionProperties.Servlet.setFilterDispatcherTypes
(Set<DispatcherType> filterDispatcherTypes) -
Uses of DispatcherType in org.springframework.boot.web.servlet
Subclasses with type arguments of type DispatcherType in org.springframework.boot.web.servletModifier and TypeClassDescriptionenum
Enumeration of filter dispatcher types, identical toDispatcherType
and used in configuration as the servlet API may not be present.Methods in org.springframework.boot.web.servlet that return DispatcherTypeModifier and TypeMethodDescriptionstatic DispatcherType
Returns the enum constant of this class with the specified name.static DispatcherType[]
DispatcherType.values()
Returns an array containing the constants of this enum class, in the order they are declared.