|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChainNode
A cache/filter that work to find/filter a ressource
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 |
java.lang.Object |
getObject(IContextChainManager filterManager,
java.io.Serializable key,
java.lang.Object element)
Research an object in the cache section If cache/filter find the object from a "source", he must call @link #doFilter(IContextChainManager, Serializable, Object) before returning the object. |
void |
init(java.lang.String strBase)
Init the instance with params based on prefix strBase |
Method Detail |
---|
void init(java.lang.String strBase)
strBase
strBase
- The prefix of params to searchjava.lang.String getImplementationName()
java.lang.String getImplementationDescription()
java.lang.Object getObject(IContextChainManager filterManager, java.io.Serializable key, java.lang.Object element)
filterManager
- Context calling manager (needed to call some service or next element in filter's chain)key
- The unique key of objectelement
- The element to work (null
if no element given)
null
if no object found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |