public class FilterEntry extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ORDER_NOT_DEFINED |
Constructor and Description |
---|
FilterEntry() |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String strName,
String strValue)
Add an init parameter
|
String |
getFilterClass()
Returns the filter
|
Map<String,String> |
getInitParameters()
Returns init parameters
|
String |
getMappingUrlPattern()
Returns the Mapping
|
String |
getName()
Returns the Name
|
int |
getOrder()
Returns the order.
|
void |
setFilterClass(String strFilterClass)
Sets the filter
|
void |
setMappingUrlPattern(String strMapping)
Sets the Mapping
|
void |
setName(String strName)
Sets the Name
|
void |
setOrder(int nOrder)
nOrder == == -1 means there is no priority set for the filter
|
public static final int ORDER_NOT_DEFINED
public String getName()
public void setName(String strName)
strName
- The Namepublic String getFilterClass()
public void setFilterClass(String strFilterClass)
strFilterClass
- The filterpublic String getMappingUrlPattern()
public void setMappingUrlPattern(String strMapping)
strMapping
- The Mappingpublic void addParameter(String strName, String strValue)
strName
- The parameter namestrValue
- The parameter valuepublic Map<String,String> getInitParameters()
public int getOrder()
getOrder()
== -1 means there is no priority set for the filterpublic void setOrder(int nOrder)
nOrder
- the orderCopyright © 2020 City of Paris. All rights reserved.