|
||||||||||
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
fr.paris.lutece.plugins.comarquage.util.cache.comarquageimpl.DiskCardKeyAdapter
public class DiskCardKeyAdapter
Adapt a CardKey
for the file system (Disk Accessor)
No properties read here.
Constructor Summary | |
---|---|
DiskCardKeyAdapter()
Public constuctor |
Method Summary | |
---|---|
java.lang.Object |
adaptKey(java.io.Serializable key)
Return an adaptation of the key in one technologie / view... |
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.AbstractKeyAdapter |
---|
getDescription, getPrefix, getSuffix, setPrefix, setSuffix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiskCardKeyAdapter()
Method Detail |
---|
public void init(java.lang.String strBase)
IKeyAdapter
strBase
init
in interface IKeyAdapter
init
in class AbstractKeyAdapter
strBase
- The prefix of params to searchIKeyAdapter.init(String)
public java.lang.Object adaptKey(java.io.Serializable key)
IKeyAdapter
key
- the key to adapt
IKeyAdapter.adaptKey(Serializable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |