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

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.XmlHeaderCheckFilter
All Implemented Interfaces:
IChainNode

public class XmlHeaderCheckFilter
extends AbstractFilter


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

XmlHeaderCheckFilter

public XmlHeaderCheckFilter()
Public constructor

Method Detail

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)

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
See Also:
AbstractFilter.doFilter(IContextChainManager, Object)


Copyright © 2012 Mairie de Paris. All Rights Reserved.