|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MappingType | |
|---|---|
| net.officefloor.plugin.servlet.filter | |
| net.officefloor.plugin.servlet.filter.configuration | |
| net.officefloor.plugin.servlet.mapping | |
| Uses of MappingType in net.officefloor.plugin.servlet.filter |
|---|
| Methods in net.officefloor.plugin.servlet.filter that return MappingType | |
|---|---|
MappingType[] |
FilterServicerImpl.getMappingTypes()
|
MappingType[] |
FilterServicer.getMappingTypes()
Obtains the MappingType instances on which this
FilterServicer is applicable. |
| Methods in net.officefloor.plugin.servlet.filter with parameters of type MappingType | |
|---|---|
javax.servlet.FilterChain |
FilterChainFactoryImpl.createFilterChain(ServicerMapping mapping,
MappingType mappingType,
javax.servlet.FilterChain target)
|
javax.servlet.FilterChain |
FilterChainFactory.createFilterChain(ServicerMapping mapping,
MappingType mappingType,
javax.servlet.FilterChain target)
Constructs a FilterChain to a target FilterChain to allow
create chains of chains. |
| Constructors in net.officefloor.plugin.servlet.filter with parameters of type MappingType | |
|---|---|
FilterServicerImpl(String filterMapping,
String servletName,
MappingType[] mappingTypes,
FilterContainerFactory factory)
Initiate. |
|
| Uses of MappingType in net.officefloor.plugin.servlet.filter.configuration |
|---|
| Methods in net.officefloor.plugin.servlet.filter.configuration that return MappingType | |
|---|---|
MappingType[] |
FilterMapping.getMappingTypes()
Obtains the MappingType instances. |
| Methods in net.officefloor.plugin.servlet.filter.configuration with parameters of type MappingType | |
|---|---|
void |
FilterMappings.addFilterMapping(String filterName,
String urlPattern,
String servletName,
MappingType... mappingTypes)
Adds a FilterMapping. |
void |
FilterMapping.setMappingTypes(MappingType[] mappingTypes)
Specifies the MappingType instances. |
| Constructors in net.officefloor.plugin.servlet.filter.configuration with parameters of type MappingType | |
|---|---|
FilterMapping(String filterName,
String urlPattern,
String servletName,
MappingType... mappingTypes)
Initiate. |
|
| Uses of MappingType in net.officefloor.plugin.servlet.mapping |
|---|
| Methods in net.officefloor.plugin.servlet.mapping that return MappingType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||