Uses of Class
io.undertow.servlet.api.FilterMappingInfo.MappingType
-
Packages that use FilterMappingInfo.MappingType Package Description io.undertow.servlet.api -
-
Uses of FilterMappingInfo.MappingType in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return FilterMappingInfo.MappingType Modifier and Type Method Description FilterMappingInfo.MappingType
FilterMappingInfo. getMappingType()
static FilterMappingInfo.MappingType
FilterMappingInfo.MappingType. valueOf(java.lang.String name)
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.MappingType Constructor Description FilterMappingInfo(java.lang.String filterName, FilterMappingInfo.MappingType mappingType, java.lang.String mapping, javax.servlet.DispatcherType dispatcher)
-