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 interfaceAnalyticsManagerMain 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 interfaceDaemonManagerManages 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 classAnalyticsManagerImplMain 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 classDaemonManagerImplManager 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 classLocaleManagerImpl -
Uses of Component in io.vertigo.core.impl.param
Classes in io.vertigo.core.impl.param that implement Component Modifier and Type Class Description classParamManagerImplThis 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 classResourceManagerImplStandard 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 interfaceLocaleManagerToute 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 interfaceManagerThe 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 ModuleConfigBuilderModuleConfigBuilder. addComponent(Class<? extends Component> implClass, Param... params)Adds a component defined by an implementation.ModuleConfigBuilderModuleConfigBuilder. 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 interfaceParamManagerInterface 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 interfaceResourceManagerSelecteurs de ressources.
-