|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.MapProviderManager
public final class MapProviderManager
MapProviderManager : manages all map providers register.
Map providers are registered through SpringContextService.getBeansOfType(java.lang.Class
.
Such providers implement IMapProvider
and need to be declared in a spring context file.
IMapProvider
,
SpringContextService.getBeansOfType(java.lang.Class)
Method Summary | |
---|---|
static IMapProvider |
getMapProvider(java.lang.String strKey)
Gets the mapProvider for the provided key. |
static java.util.List<IMapProvider> |
getMapProvidersList()
Builds all available providers list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static IMapProvider getMapProvider(java.lang.String strKey)
strKey
- the key
null
if strKey
is blank, the map provider if found, null
otherwise.StringUtils.isBlank(String)
public static java.util.List<IMapProvider> getMapProvidersList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |