Uses of Interface
io.vertigo.core.node.component.Component
Packages that use Component
Package
Description
-
Uses of Component in io.vertigo.core.analytics
Subinterfaces of Component in io.vertigo.core.analyticsModifier and TypeInterfaceDescriptioninterfaceMain access to all analytics functions. -
Uses of Component in io.vertigo.core.daemon
Subinterfaces of Component in io.vertigo.core.daemon -
Uses of Component in io.vertigo.core.impl.analytics
Classes in io.vertigo.core.impl.analytics that implement ComponentModifier and TypeClassDescriptionfinal classMain analytics manager implementation. -
Uses of Component in io.vertigo.core.impl.daemon
Classes in io.vertigo.core.impl.daemon that implement Component -
Uses of Component in io.vertigo.core.impl.locale
Classes in io.vertigo.core.impl.locale that implement ComponentModifier and TypeClassDescriptionfinal classThis class manages locales and provides localization services. -
Uses of Component in io.vertigo.core.impl.param
Classes in io.vertigo.core.impl.param that implement ComponentModifier and TypeClassDescriptionfinal classThis class implements the default paramManager. -
Uses of Component in io.vertigo.core.impl.resource
Classes in io.vertigo.core.impl.resource that implement ComponentModifier and TypeClassDescriptionfinal classStandard implementation for the resourceManager. -
Uses of Component in io.vertigo.core.locale
Subinterfaces of Component in io.vertigo.core.localeModifier and TypeInterfaceDescriptioninterfaceThe localization manager for applications managed by Vertigo, supporting multilingual or more specifically, multidictionary management. -
Uses of Component in io.vertigo.core.node.component
Subinterfaces of Component in io.vertigo.core.node.componentModifier and TypeInterfaceDescriptioninterfaceThe 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 ComponentModifier and TypeMethodDescriptionComponentConfig.apiClassOpt()Returns the value of theapiClassOptrecord component.ComponentConfig.implClass()Returns the value of theimplClassrecord component.Method parameters in io.vertigo.core.node.config with type arguments of type ComponentModifier and TypeMethodDescriptionModuleConfigBuilder.addComponent(Class<? extends Component> implClass, Param... params) Adds a component defined by an implementation.ModuleConfigBuilder.addComponent(Class<? extends Component> apiClass, Class<? extends Component> implClass, Param... params) Adds a component defined by an api and an implementation.Constructor parameters in io.vertigo.core.node.config with type arguments of type ComponentModifierConstructorDescriptionComponentConfig(Optional<Class<? extends Component>> apiClassOpt, Class<? extends Component> implClass, List<Param> params) Creates an instance of aComponentConfigrecord class.ComponentConfig(Optional<Class<? extends Component>> apiClassOpt, Class<? extends Component> implClass, List<Param> params) Creates an instance of aComponentConfigrecord class. -
Uses of Component in io.vertigo.core.param
Subinterfaces of Component in io.vertigo.core.paramModifier and TypeInterfaceDescriptioninterfaceManager interface for application configuration. -
Uses of Component in io.vertigo.core.resource
Subinterfaces of Component in io.vertigo.core.resourceModifier and TypeInterfaceDescriptioninterfaceResource Managers for resource selection.