|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractChainNode
fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractFilter
fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.XmlHeaderCheckFilter
public class XmlHeaderCheckFilter
Constructor Summary | |
---|---|
XmlHeaderCheckFilter()
Public constructor |
Method Summary | |
---|---|
java.lang.Object |
doFilter(IContextChainManager filterManager,
java.lang.Object element)
Do the filter job: by default, nothing happen (the entered element is returned) |
void |
init(java.lang.String strBase)
Init the instance with params based on prefix strBase |
Methods inherited from class fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractFilter |
---|
getObject |
Methods inherited from class fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractChainNode |
---|
getImplementationDescription, getImplementationName, readInitKeyAdapter, readInitObjectTransform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlHeaderCheckFilter()
Method Detail |
---|
public void init(java.lang.String strBase)
IChainNode
strBase
init
in interface IChainNode
init
in class AbstractFilter
strBase
- The prefix of params to searchIChainNode.init(String)
public java.lang.Object doFilter(IContextChainManager filterManager, java.lang.Object element)
AbstractFilter
doFilter
in class AbstractFilter
filterManager
- The context filter manager, used to call other filter or paramselement
- the element to filter
AbstractFilter.doFilter(IContextChainManager, Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |