|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IChainNode | |
---|---|
fr.paris.lutece.plugins.comarquage.util.cache | |
fr.paris.lutece.plugins.comarquage.util.cache.comarquageimpl | |
fr.paris.lutece.plugins.comarquage.util.cache.genericimpl |
Uses of IChainNode in fr.paris.lutece.plugins.comarquage.util.cache |
---|
Methods in fr.paris.lutece.plugins.comarquage.util.cache that return IChainNode | |
---|---|
IChainNode |
IChainManager.getFilter(java.lang.String strInstanceName)
Return the filter named instanceName A RuntimeException will be throw if no cache/filter exist with
this name. |
Uses of IChainNode in fr.paris.lutece.plugins.comarquage.util.cache.comarquageimpl |
---|
Classes in fr.paris.lutece.plugins.comarquage.util.cache.comarquageimpl that implement IChainNode | |
---|---|
class |
SwitcherAccess
Accessor that allows switching between between public / local card Properties read here: base .next.public : Required
base.next.local : Required
base.localMask : Required
|
Uses of IChainNode in fr.paris.lutece.plugins.comarquage.util.cache.genericimpl |
---|
Classes in fr.paris.lutece.plugins.comarquage.util.cache.genericimpl that implement IChainNode | |
---|---|
class |
AbstractAccessor
Common abstract accessor (get only, no store) No properties read here. |
class |
AbstractCache
Common abstract cache Properties read here: base .timeout : The timeout (in milliseconds) for client that wait a ressource already in search. |
class |
AbstractChainNode
Common abstract filter No properties read here. |
class |
AbstractFilter
Common abstract filter No properties read here. |
class |
AjoutLocalFilter
Ajout Local Filter Properties read here: base .transformA.class : Required The class used to transform the element filtered into bytes array. |
class |
DiskCache
Disk Access Filter Properties read here: base .basePath : Required The filesystem path where cached files will be store. |
class |
EmptyFilter
Empty Filter Properties read here: |
class |
HttpAccess
Http net Object Accessor Properties read here: base .proxyHost : The host proxy to
use for http access. |
class |
LimitedAccess
Limit access to sub-nodes Properties read here: base .timeout : The timeout (in milliseconds) for client that wait a ressource already in search. |
class |
LocalDiskCache
Real Disk Access Filter Properties read here: base .basePath : Required The filesystem path where cached files will be store. |
class |
LogTimeAccess
Log the time for sub-nodes calls Properties read here: |
class |
MemCache
Memory Object Accessor Properties read here: base .delay : The delay (in ms) between two scan in cache to reject old object. |
class |
XmlHeaderCheckFilter
|
class |
XmlValidatorFilter
Xml Validator Filter Properties read here: base .schema : The path to the
default schema to use (from the webapp). |
class |
XslFilter
XSL Filter Properties read here: base .xslBaseVar : Required The path to the default schema to use. |
Methods in fr.paris.lutece.plugins.comarquage.util.cache.genericimpl that return IChainNode | |
---|---|
IChainNode |
ChainManagerImpl.getFilter(java.lang.String strInstanceName)
|
IChainNode |
ContextChainManagerImpl.getFilter(java.lang.String strInstanceName)
|
Methods in fr.paris.lutece.plugins.comarquage.util.cache.genericimpl with parameters of type IChainNode | |
---|---|
void |
ChainManagerImpl.addFilter(java.lang.String strInstanceName,
IChainNode filter)
Add filter to map |
void |
ChainManagerImpl.addFilter(java.lang.String strInstanceName,
IChainNode filter,
java.lang.String strNextFilter)
Add filter and next filter to maps |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |