fr.paris.lutece.plugins.comarquage.util.cache.genericimpl
Class HttpAccess

java.lang.Object
  extended by fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractChainNode
      extended by fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractAccessor
          extended by fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.HttpAccess
All Implemented Interfaces:
IChainNode

public class HttpAccess
extends AbstractAccessor

Http net Object Accessor
Properties read here:


Constructor Summary
HttpAccess()
          Public constructor
 
Method Summary
 java.lang.Object doSearch(IContextChainManager filterManager, java.io.Serializable key)
          Realise the search of the object
 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.AbstractAccessor
getObject
 
Methods inherited from class fr.paris.lutece.plugins.comarquage.util.cache.genericimpl.AbstractChainNode
getImplementationDescription, getImplementationName, readInitKeyAdapter, readInitObjectTransform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpAccess

public HttpAccess()
Public constructor

Method Detail

init

public void init(java.lang.String strBase)
Description copied from interface: IChainNode
Init the instance with params based on prefix strBase

Specified by:
init in interface IChainNode
Overrides:
init in class AbstractAccessor
Parameters:
strBase - the prefix of params to search
See Also:
IChainNode.init(String)

doSearch

public java.lang.Object doSearch(IContextChainManager filterManager,
                                 java.io.Serializable key)
Description copied from class: AbstractAccessor
Realise the search of the object

Specified by:
doSearch in class AbstractAccessor
Parameters:
filterManager - The context filter/cache manager, used to call next filter or ask parameters
key - the key of the element
Returns:
the element in cache
See Also:
AbstractCache.doSearch(IContextChainManager, Serializable)


Copyright © 2012 Mairie de Paris. All Rights Reserved.