Uses of Class
jakarta.servlet.DispatcherType
-
Packages that use DispatcherType Package Description jakarta.servlet jakarta.servlet.annotation -
-
Uses of DispatcherType in jakarta.servlet
Methods in jakarta.servlet that return DispatcherType Modifier and Type Method Description DispatcherTypeServletRequest. getDispatcherType()DispatcherTypeServletRequestWrapper. getDispatcherType()The default behavior of this method is to call getDispatcherType() on the wrapped request object.static DispatcherTypeDispatcherType. valueOf(java.lang.String name)Returns 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 DispatcherType Modifier and Type Method Description voidFilterRegistration. addMappingForServletNames(java.util.EnumSet<DispatcherType> dispatcherTypes, boolean isMatchAfter, java.lang.String... servletNames)Add a mapping for this filter to one or more named Servlets.voidFilterRegistration. addMappingForUrlPatterns(java.util.EnumSet<DispatcherType> dispatcherTypes, boolean isMatchAfter, java.lang.String... urlPatterns)Add a mapping for this filter to one or more URL patterns. -
Uses of DispatcherType in jakarta.servlet.annotation
Methods in jakarta.servlet.annotation that return DispatcherType Modifier and Type Method Description DispatcherType[]dispatcherTypes()
-