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

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

public class XslFilter
extends AbstractFilter

XSL Filter
Properties read here:


Constructor Summary
XslFilter()
          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

XslFilter

public XslFilter()
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 base
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 IContextChainManager
element - The element
Returns:
doFilter
See Also:
AbstractFilter.doFilter(IContextChainManager, Object)


Copyright © 2012 Mairie de Paris. All Rights Reserved.