Uses of Interface
io.vertigo.core.node.component.Manager
Packages that use Manager
Package
Description
-
Uses of Manager in io.vertigo.core.analytics
Subinterfaces of Manager in io.vertigo.core.analyticsModifier and TypeInterfaceDescriptioninterfaceMain access to all analytics functions. -
Uses of Manager in io.vertigo.core.daemon
Subinterfaces of Manager in io.vertigo.core.daemon -
Uses of Manager in io.vertigo.core.impl.analytics
Classes in io.vertigo.core.impl.analytics that implement ManagerModifier and TypeClassDescriptionfinal classMain analytics manager implementation. -
Uses of Manager in io.vertigo.core.impl.daemon
Classes in io.vertigo.core.impl.daemon that implement Manager -
Uses of Manager in io.vertigo.core.impl.locale
Classes in io.vertigo.core.impl.locale that implement ManagerModifier and TypeClassDescriptionfinal classThis class manages locales and provides localization services. -
Uses of Manager in io.vertigo.core.impl.param
Classes in io.vertigo.core.impl.param that implement ManagerModifier and TypeClassDescriptionfinal classThis class implements the default paramManager. -
Uses of Manager in io.vertigo.core.impl.resource
Classes in io.vertigo.core.impl.resource that implement ManagerModifier and TypeClassDescriptionfinal classStandard implementation for the resourceManager. -
Uses of Manager in io.vertigo.core.locale
Subinterfaces of Manager in io.vertigo.core.localeModifier and TypeInterfaceDescriptioninterfaceThe localization manager for applications managed by Vertigo, supporting multilingual or more specifically, multidictionary management. -
Uses of Manager in io.vertigo.core.param
Subinterfaces of Manager in io.vertigo.core.paramModifier and TypeInterfaceDescriptioninterfaceManager interface for application configuration. -
Uses of Manager in io.vertigo.core.resource
Subinterfaces of Manager in io.vertigo.core.resourceModifier and TypeInterfaceDescriptioninterfaceResource Managers for resource selection.