|
||||||||||
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.AbstractKeyAdapter
public abstract class AbstractKeyAdapter
Abstract Key Adapter implements description basic
Properties read here:
.prefix
: The prefix to use for the generated string..suffix
: The suffix to use for the generated string.
Constructor Summary | |
---|---|
AbstractKeyAdapter(java.lang.String strDescription)
Construct the instance with the description of the implementation class. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Return a description of the implementation adapter |
java.lang.String |
getPrefix()
Return the prefix associated with this key adapter. |
java.lang.String |
getSuffix()
Return the suffix associated with this key adapter. |
void |
init(java.lang.String strBase)
Init the instance with params based on prefix strBase |
void |
setPrefix(java.lang.String prefix)
Set the prefix associated with this key adapter. |
void |
setSuffix(java.lang.String suffix)
Set the suffix associated with this key adapter. |
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.IKeyAdapter |
---|
adaptKey |
Constructor Detail |
---|
public AbstractKeyAdapter(java.lang.String strDescription)
strDescription
- The description of the implementation classMethod Detail |
---|
public void init(java.lang.String strBase)
IKeyAdapter
strBase
init
in interface IKeyAdapter
strBase
- The prefix of params to searchIKeyAdapter.init(String)
public final java.lang.String getDescription()
IKeyAdapter
getDescription
in interface IKeyAdapter
IKeyAdapter.getDescription()
public java.lang.String getPrefix()
public java.lang.String getSuffix()
public void setPrefix(java.lang.String prefix)
prefix
- the prefix associated with this key adapterpublic void setSuffix(java.lang.String suffix)
suffix
- the prefix associated with this key adapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |