|
||||||||||
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
public abstract class AbstractChainNode
Common abstract filter
No properties read here.
Constructor Summary | |
---|---|
AbstractChainNode(java.lang.String strImplementationName,
java.lang.String strImplementationDescription)
The public constructor |
Method Summary | |
---|---|
java.lang.String |
getImplementationDescription()
Return the description of this filter's implementation |
java.lang.String |
getImplementationName()
Return the name of this filter's implementation |
void |
init(java.lang.String strBase)
Init the instance with params based on prefix strBase |
protected IKeyAdapter |
readInitKeyAdapter(java.lang.String strBase)
Read and init a IKeyAdapter object |
protected IObjectTransform |
readInitObjectTransform(java.lang.String strBase)
Read and init a IObjectTransform object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.paris.lutece.plugins.comarquage.util.cache.IChainNode |
---|
getObject |
Constructor Detail |
---|
public AbstractChainNode(java.lang.String strImplementationName, java.lang.String strImplementationDescription)
strImplementationName
- the name of the implementation classstrImplementationDescription
- the description of the implementationMethod Detail |
---|
public void init(java.lang.String strBase)
IChainNode
strBase
init
in interface IChainNode
strBase
- The prefix of params to searchIChainNode.init(String)
public final java.lang.String getImplementationDescription()
IChainNode
getImplementationDescription
in interface IChainNode
IChainNode.getImplementationDescription( )
public final java.lang.String getImplementationName()
IChainNode
getImplementationName
in interface IChainNode
IChainNode.getImplementationName( )
protected IObjectTransform readInitObjectTransform(java.lang.String strBase)
IObjectTransform
object
strBase
- Base of the IObjectTransform
properties
IObjectTransform
objectIObjectTransform
protected IKeyAdapter readInitKeyAdapter(java.lang.String strBase)
IKeyAdapter
object
strBase
- Base of the IKeyAdapter
properties
IKeyAdapter
objectIKeyAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |