Uses of Interface
io.vertigo.core.node.component.Manager
-
-
Uses of Manager in io.vertigo.core.analytics
Subinterfaces of Manager in io.vertigo.core.analytics Modifier and Type Interface Description interface
AnalyticsManager
Main access to all analytics functions. -
Uses of Manager in io.vertigo.core.daemon
Subinterfaces of Manager in io.vertigo.core.daemon Modifier and Type Interface Description interface
DaemonManager
Manages daemons. -
Uses of Manager in io.vertigo.core.impl.analytics
Classes in io.vertigo.core.impl.analytics that implement Manager Modifier and Type Class Description class
AnalyticsManagerImpl
Main analytics manager implementation. -
Uses of Manager in io.vertigo.core.impl.daemon
Classes in io.vertigo.core.impl.daemon that implement Manager Modifier and Type Class Description class
DaemonManagerImpl
Manager of all the daemons. -
Uses of Manager in io.vertigo.core.impl.locale
Classes in io.vertigo.core.impl.locale that implement Manager Modifier and Type Class Description class
LocaleManagerImpl
-
Uses of Manager in io.vertigo.core.impl.param
Classes in io.vertigo.core.impl.param that implement Manager Modifier and Type Class Description class
ParamManagerImpl
This class implements the default paramManager. -
Uses of Manager in io.vertigo.core.impl.resource
Classes in io.vertigo.core.impl.resource that implement Manager Modifier and Type Class Description class
ResourceManagerImpl
Standard implementation for the resourceManager. -
Uses of Manager in io.vertigo.core.locale
Subinterfaces of Manager in io.vertigo.core.locale Modifier and Type Interface Description interface
LocaleManager
Toute application gérée par kapser est multilingue ou plus précisémment multidictionnaires. -
Uses of Manager in io.vertigo.core.param
Subinterfaces of Manager in io.vertigo.core.param Modifier and Type Interface Description interface
ParamManager
Interface du gestionnaire de la configuration applicative. -
Uses of Manager in io.vertigo.core.resource
Subinterfaces of Manager in io.vertigo.core.resource Modifier and Type Interface Description interface
ResourceManager
Selecteurs de ressources.
-