Uses of Enum
jakarta.servlet.DispatcherType
Packages that use DispatcherType
-
Uses of DispatcherType in jakarta.servlet
Methods in jakarta.servlet that return DispatcherTypeModifier and TypeMethodDescriptionServletRequest.getDispatcherType()ServletRequestWrapper.getDispatcherType()The default behavior of this method is to call getDispatcherType() on the wrapped request object.static DispatcherTypeReturns the enum constant of this type with the specified name.static DispatcherType[]DispatcherType.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in jakarta.servlet with type arguments of type DispatcherTypeModifier and TypeMethodDescriptionvoidFilterRegistration.addMappingForServletNames(EnumSet<DispatcherType> dispatcherTypes, boolean isMatchAfter, String... servletNames) Add a mapping for this filter to one or more named Servlets.voidFilterRegistration.addMappingForUrlPatterns(EnumSet<DispatcherType> dispatcherTypes, boolean isMatchAfter, String... urlPatterns) Add a mapping for this filter to one or more URL patterns.