|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.filter.FilterEntry
public class FilterEntry
Filter Entry used to load filter from the plugin XML file
Field Summary | |
---|---|
static int |
ORDER_NOT_DEFINED
|
Constructor Summary | |
---|---|
FilterEntry()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ORDER_NOT_DEFINED
Constructor Detail |
---|
public FilterEntry()
Method Detail |
---|
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 filter
public void setOrder(int nOrder)
nOrder
- the order
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |