| Package | Description |
|---|---|
| io.undertow.servlet.api |
| Modifier and Type | Method and 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 and Description |
|---|
FilterMappingInfo(String filterName,
FilterMappingInfo.MappingType mappingType,
String mapping,
javax.servlet.DispatcherType dispatcher) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.