Package | Description |
---|---|
io.undertow.servlet.api |
Modifier and Type | Method | Description |
---|---|---|
FilterMappingInfo.MappingType |
FilterMappingInfo.getMappingType() |
|
static FilterMappingInfo.MappingType |
FilterMappingInfo.MappingType.valueOf(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.
|
Constructor | Description |
---|---|
FilterMappingInfo(String filterName,
FilterMappingInfo.MappingType mappingType,
String mapping,
javax.servlet.DispatcherType dispatcher) |
Copyright © 2018. All rights reserved.