Uses of Enum
io.undertow.servlet.api.FilterMappingInfo.MappingType
Packages that use FilterMappingInfo.MappingType
-
Uses of FilterMappingInfo.MappingType in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return FilterMappingInfo.MappingTypeModifier and TypeMethodDescriptionFilterMappingInfo.getMappingType()
Returns the enum constant of this type with the specified name.static FilterMappingInfo.MappingType[]
FilterMappingInfo.MappingType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.undertow.servlet.api with parameters of type FilterMappingInfo.MappingTypeModifierConstructorDescriptionFilterMappingInfo
(String filterName, FilterMappingInfo.MappingType mappingType, String mapping, javax.servlet.DispatcherType dispatcher)