| Package | Description |
|---|---|
| net.officefloor.plugin.servlet.filter | |
| net.officefloor.plugin.servlet.filter.configuration | |
| net.officefloor.plugin.servlet.mapping |
| Modifier and Type | Method and Description |
|---|---|
MappingType[] |
FilterServicer.getMappingTypes()
Obtains the
MappingType instances on which this
FilterServicer is applicable. |
MappingType[] |
FilterServicerImpl.getMappingTypes() |
| Modifier and Type | Method and Description |
|---|---|
FilterChain |
FilterChainFactory.createFilterChain(ServicerMapping mapping,
MappingType mappingType,
FilterChain target)
Constructs a
FilterChain to a target FilterChain to allow
create chains of chains. |
FilterChain |
FilterChainFactoryImpl.createFilterChain(ServicerMapping mapping,
MappingType mappingType,
FilterChain target) |
| Constructor and Description |
|---|
FilterServicerImpl(String filterMapping,
String servletName,
MappingType[] mappingTypes,
FilterContainerFactory factory)
Initiate.
|
| Modifier and Type | Method and Description |
|---|---|
MappingType[] |
FilterMapping.getMappingTypes()
Obtains the
MappingType instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterMappings.addFilterMapping(String filterName,
String urlPattern,
String servletName,
MappingType... mappingTypes)
Adds a
FilterMapping. |
void |
FilterMapping.setMappingTypes(MappingType[] mappingTypes)
Specifies the
MappingType instances. |
| Constructor and Description |
|---|
FilterMapping(String filterName,
String urlPattern,
String servletName,
MappingType... mappingTypes)
Initiate.
|
| Modifier and Type | Method and Description |
|---|---|
static MappingType |
MappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingType[] |
MappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2015. All rights reserved.