|
||||||||||
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.XmlValidatorFilter
public class XmlValidatorFilter
Xml Validator Filter
Properties read here:
.schema
: The path to the
default schema to use (from the webapp)..transform.class
: Required
The class used to transform the element filtered into bytes array.
Constructor Summary | |
---|---|
XmlValidatorFilter()
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 XmlValidatorFilter()
Method Detail |
---|
public void init(java.lang.String strBase)
IChainNode
strBase
init
in interface IChainNode
init
in class AbstractFilter
strBase
- the strBaseIChainNode.init(String)
public java.lang.Object doFilter(IContextChainManager filterManager, java.lang.Object element)
AbstractFilter
doFilter
in class AbstractFilter
filterManager
- the IContextChainManagerelement
- The object element
AbstractFilter.doFilter(IContextChainManager, Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |