Uses of Interface
io.vertigo.core.node.component.Component
-
-
Uses of Component in io.vertigo.core.analytics
Subinterfaces of Component in io.vertigo.core.analytics Modifier and Type Interface Description interface
AnalyticsManager
Main access to all analytics functions. -
Uses of Component in io.vertigo.core.daemon
Subinterfaces of Component in io.vertigo.core.daemon Modifier and Type Interface Description interface
DaemonManager
Manages daemons. -
Uses of Component in io.vertigo.core.impl.analytics
Classes in io.vertigo.core.impl.analytics that implement Component Modifier and Type Class Description class
AnalyticsManagerImpl
Main analytics manager implementation. -
Uses of Component in io.vertigo.core.impl.daemon
Classes in io.vertigo.core.impl.daemon that implement Component Modifier and Type Class Description class
DaemonManagerImpl
Manager of all the daemons. -
Uses of Component in io.vertigo.core.impl.locale
Classes in io.vertigo.core.impl.locale that implement Component Modifier and Type Class Description class
LocaleManagerImpl
-
Uses of Component in io.vertigo.core.impl.param
Classes in io.vertigo.core.impl.param that implement Component Modifier and Type Class Description class
ParamManagerImpl
This class implements the default paramManager. -
Uses of Component in io.vertigo.core.impl.resource
Classes in io.vertigo.core.impl.resource that implement Component Modifier and Type Class Description class
ResourceManagerImpl
Standard implementation for the resourceManager. -
Uses of Component in io.vertigo.core.locale
Subinterfaces of Component 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 Component in io.vertigo.core.node.component
Subinterfaces of Component in io.vertigo.core.node.component Modifier and Type Interface Description interface
Manager
The manager class must be consireded as a simple marker to identify all the technical components. -
Uses of Component in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return types with arguments of type Component Modifier and Type Method Description Optional<Class<? extends Component>>
ComponentConfig. getApiClassOpt()
Class<? extends Component>
ComponentConfig. getImplClass()
Method parameters in io.vertigo.core.node.config with type arguments of type Component Modifier and Type Method Description ModuleConfigBuilder
ModuleConfigBuilder. addComponent(Class<? extends Component> implClass, Param... params)
Adds a component defined by an implementation.ModuleConfigBuilder
ModuleConfigBuilder. addComponent(Class<? extends Component> apiClass, Class<? extends Component> implClass, Param... params)
Adds a component defined by an api and an implementation. -
Uses of Component in io.vertigo.core.param
Subinterfaces of Component in io.vertigo.core.param Modifier and Type Interface Description interface
ParamManager
Interface du gestionnaire de la configuration applicative. -
Uses of Component in io.vertigo.core.resource
Subinterfaces of Component in io.vertigo.core.resource Modifier and Type Interface Description interface
ResourceManager
Selecteurs de ressources.
-