fr.paris.lutece.plugins.comarquage.util.cache.genericimpl
Class AjoutLocalFilter

java.lang.Object
  extended by fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractChainNode
      extended by fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractFilter
          extended by fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AjoutLocalFilter
All Implemented Interfaces:
IChainNode

public class AjoutLocalFilter
extends AbstractFilter

Ajout Local Filter
Properties read here:


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

AjoutLocalFilter

public AjoutLocalFilter()
Constructor

Parameters:
strImplementationName -
strImplementationDescription -
Method Detail

doFilter

public java.lang.Object doFilter(IContextChainManager filterManager,
                                 java.lang.Object element)
Description copied from class: AbstractFilter
Do the filter job: by default, nothing happen (the entered element is returned)

Overrides:
doFilter in class AbstractFilter
Parameters:
filterManager - The context filter manager, used to call other filter or params
element - the element to filter
Returns:
The filtered element

init

public void init(java.lang.String strBase)
Description copied from interface: IChainNode
Init the instance with params based on prefix strBase

Specified by:
init in interface IChainNode
Overrides:
init in class AbstractFilter
Parameters:
strBase - The prefix of params to search
See Also:
IChainNode.init(String)


Copyright © 2008 Mairie de Paris. All Rights Reserved.