|
||||||||||
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.AjoutLocalFilter
public class AjoutLocalFilter
Ajout Local Filter
Properties read here:
.transformA.class
: Required The class used to transform the element filtered into bytes array..transformB.class
: Required The class used to transform the result into string.
Constructor Summary | |
---|---|
AjoutLocalFilter()
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 AjoutLocalFilter()
strImplementationName
- strImplementationDescription
- Method Detail |
---|
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
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |