Uses of Enum Class
javax.servlet.DispatcherType
Packages that use DispatcherType
-
Uses of DispatcherType in javax.servlet
Methods in javax.servlet that return DispatcherTypeModifier and TypeMethodDescriptiondefault DispatcherTypeServletRequest.getDispatcherType()Gets the dispatcher type of this request.ServletRequestWrapper.getDispatcherType()Gets the dispatcher type of the wrapped request.static DispatcherTypeReturns 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.Method parameters in javax.servlet with type arguments of type DispatcherTypeModifier and TypeMethodDescriptionvoidFilterRegistration.addMappingForServletNames(EnumSet<DispatcherType> dispatcherTypes, boolean isMatchAfter, String... servletNames) Adds a filter mapping with the given servlet names and dispatcher types for the Filter represented by this FilterRegistration.voidFilterRegistration.addMappingForUrlPatterns(EnumSet<DispatcherType> dispatcherTypes, boolean isMatchAfter, String... urlPatterns) Adds a filter mapping with the given url patterns and dispatcher types for the Filter represented by this FilterRegistration.