|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContextChainManager
Filter manager, manage call in filter's chain
Method Summary | |
---|---|
java.lang.Object |
callNextFilter(java.io.Serializable key,
java.lang.Object element)
Call the next filter in chain |
java.lang.String |
getCurrentFilterName()
Return the name of the current filter |
java.io.Serializable |
getIntialKey()
Return the intial Key |
java.lang.String |
getNextFilterName()
Return the name of the next filter |
Methods inherited from interface fr.paris.lutece.plugins.comarquage.util.cache.IChainManager |
---|
callFilter, emptyCaches, getCachesSize, getFilter, getPluginName, init |
Method Detail |
---|
java.lang.Object callNextFilter(java.io.Serializable key, java.lang.Object element)
key
- The key of the elementelement
- The element to filter or null
if search in cache is needed
java.lang.String getCurrentFilterName()
java.lang.String getNextFilterName()
java.io.Serializable getIntialKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |