|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.plugin.servlet.filter.configuration.FilterMappings
public class FilterMappings
Listing of FilterMapping instances.
| Constructor Summary | |
|---|---|
FilterMappings()
|
|
| Method Summary | |
|---|---|
void |
addFilterMapping(String filterName,
String urlPattern,
String servletName,
MappingType... mappingTypes)
Adds a FilterMapping. |
FilterMapping[] |
getFilterMappings()
Obtains the FilterMapping instances in order. |
void |
inputProperties(PropertyList properties)
Configures the FilterMapping instances from the
PropertyList. |
void |
outputProperties(PropertyList properties)
Outputs the Property instances to the PropertyList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterMappings()
| Method Detail |
|---|
public void addFilterMapping(String filterName,
String urlPattern,
String servletName,
MappingType... mappingTypes)
Adds a FilterMapping.
The order of adding is maintained.
filterName - Filter name.urlPattern - URL pattern for matching path.servletName - Servlet name for matching.mappingTypes - MappingType that is applicable for the added
FilterMapping.public FilterMapping[] getFilterMappings()
FilterMapping instances in order.
FilterMapping instances in order.public void outputProperties(PropertyList properties)
Property instances to the PropertyList.
properties - PropertyList.public void inputProperties(PropertyList properties)
FilterMapping instances from the
PropertyList.
properties - PropertyList.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||