Uses of Interface
io.vertigo.core.node.component.CoreComponent
Packages that use CoreComponent
Package
Description
-
Uses of CoreComponent in io.vertigo.core.analytics
Subinterfaces of CoreComponent in io.vertigo.core.analyticsModifier and TypeInterfaceDescriptioninterfaceMain access to all analytics functions. -
Uses of CoreComponent in io.vertigo.core.daemon
Subinterfaces of CoreComponent in io.vertigo.core.daemon -
Uses of CoreComponent in io.vertigo.core.impl.analytics
Subinterfaces of CoreComponent in io.vertigo.core.impl.analyticsClasses in io.vertigo.core.impl.analytics that implement CoreComponentModifier and TypeClassDescriptionfinal classMain analytics manager implementation. -
Uses of CoreComponent in io.vertigo.core.impl.analytics.health
Methods in io.vertigo.core.impl.analytics.health with parameters of type CoreComponentModifier and TypeMethodDescriptionstatic List<HealthCheckDefinition> HealthUtil.createHealthCheckDefinitions(String componentId, CoreComponent component, AspectPlugin aspectPlugin) Registers all methods annotated with @Suscriber on the object -
Uses of CoreComponent in io.vertigo.core.impl.analytics.metric
Methods in io.vertigo.core.impl.analytics.metric with parameters of type CoreComponentModifier and TypeMethodDescriptionstatic List<MetricDefinition> MetricUtil.createMetricDefinitions(String componentId, CoreComponent component, AspectPlugin aopPlugin) Registers all methods annotated with @Metrics -
Uses of CoreComponent in io.vertigo.core.impl.daemon
Classes in io.vertigo.core.impl.daemon that implement CoreComponent -
Uses of CoreComponent in io.vertigo.core.impl.locale
Classes in io.vertigo.core.impl.locale that implement CoreComponentModifier and TypeClassDescriptionfinal classThis class manages locales and provides localization services. -
Uses of CoreComponent in io.vertigo.core.impl.param
Subinterfaces of CoreComponent in io.vertigo.core.impl.paramModifier and TypeInterfaceDescriptioninterfaceInterface for an application configuration management plugin.Classes in io.vertigo.core.impl.param that implement CoreComponentModifier and TypeClassDescriptionfinal classThis class implements the default paramManager. -
Uses of CoreComponent in io.vertigo.core.impl.resource
Subinterfaces of CoreComponent in io.vertigo.core.impl.resourceModifier and TypeInterfaceDescriptioninterfaceResolves a resource by providing its URL.Classes in io.vertigo.core.impl.resource that implement CoreComponentModifier and TypeClassDescriptionfinal classStandard implementation for the resourceManager. -
Uses of CoreComponent in io.vertigo.core.locale
Subinterfaces of CoreComponent in io.vertigo.core.localeModifier and TypeInterfaceDescriptioninterfaceThe localization manager for applications managed by Vertigo, supporting multilingual or more specifically, multidictionary management. -
Uses of CoreComponent in io.vertigo.core.node.component
Subinterfaces of CoreComponent in io.vertigo.core.node.componentModifier and TypeInterfaceDescriptioninterfaceAn amplifier is a special core-component.interfaceAn interface for creating and managing proxy references for components with Aspect-Oriented Programming (AOP) support.interfaceDefines the common interface for components in the system.interfaceConnector<C>A connector is a particular core-component.interfaceThe manager class must be consireded as a simple marker to identify all the technical components.interfaceA plugin is a particular component.Methods in io.vertigo.core.node.component with type parameters of type CoreComponentModifier and TypeMethodDescription<C extends CoreComponent>
CAspectPlugin.unwrap(C component) Retrieves the original component instance from a proxy reference.<C extends CoreComponent>
CCreates a proxy reference for a component instance, applying the specified aspects at defined join points. -
Uses of CoreComponent in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return types with arguments of type CoreComponentModifier and TypeMethodDescriptionOptional<Class<? extends CoreComponent>> CoreComponentConfig.getApiClass()Class<? extends CoreComponent> CoreComponentConfig.getImplClass() -
Uses of CoreComponent in io.vertigo.core.param
Subinterfaces of CoreComponent in io.vertigo.core.paramModifier and TypeInterfaceDescriptioninterfaceManager interface for application configuration. -
Uses of CoreComponent in io.vertigo.core.plugins.analytics.log
Classes in io.vertigo.core.plugins.analytics.log that implement CoreComponentModifier and TypeClassDescriptionfinal classProcesses connector which only use a log4j logger.final classThis connector analyses the process and calculates duration and count.final classProcesses connector which use the log4j SocketAppender.final classProcesses connector which use the log4j SocketAppender. -
Uses of CoreComponent in io.vertigo.core.plugins.component.aop.javassist
Classes in io.vertigo.core.plugins.component.aop.javassist that implement CoreComponentModifier and TypeClassDescriptionfinal classThis class implements the aspects using the javassist library.Methods in io.vertigo.core.plugins.component.aop.javassist with type parameters of type CoreComponentModifier and TypeMethodDescription<C extends CoreComponent>
CJavassistAspectPlugin.unwrap(C component) <C extends CoreComponent>
CCreates a proxy reference for a component instance, applying the specified aspects at defined join points. -
Uses of CoreComponent in io.vertigo.core.plugins.param.env
Classes in io.vertigo.core.plugins.param.env that implement CoreComponentModifier and TypeClassDescriptionfinal classPlugin de gestion de configuration des variables d'environnement.final classPlugin de gestion de configuration des propriétés system. -
Uses of CoreComponent in io.vertigo.core.plugins.param.manifest
Classes in io.vertigo.core.plugins.param.manifest that implement CoreComponentModifier and TypeClassDescriptionfinal classPlugin de gestion de configuration du manifest local. -
Uses of CoreComponent in io.vertigo.core.plugins.param.properties
Classes in io.vertigo.core.plugins.param.properties that implement CoreComponentModifier and TypeClassDescriptionfinal classPlugin de gestion de configuration de fichiers properties. -
Uses of CoreComponent in io.vertigo.core.plugins.param.xml
Classes in io.vertigo.core.plugins.param.xml that implement CoreComponentModifier and TypeClassDescriptionfinal classParser XML du paramétrage de la config. -
Uses of CoreComponent in io.vertigo.core.plugins.resource.classpath
Classes in io.vertigo.core.plugins.resource.classpath that implement CoreComponentModifier and TypeClassDescriptionfinal classRésolution des URL liées au classPath. -
Uses of CoreComponent in io.vertigo.core.plugins.resource.local
Classes in io.vertigo.core.plugins.resource.local that implement CoreComponentModifier and TypeClassDescriptionfinal classRésolution des URL liées à l'emplacement local. -
Uses of CoreComponent in io.vertigo.core.plugins.resource.unsafeurl
Classes in io.vertigo.core.plugins.resource.unsafeurl that implement CoreComponentModifier and TypeClassDescriptionfinal classRésolution des URL par le standard java.net.URL. -
Uses of CoreComponent in io.vertigo.core.plugins.resource.url
Classes in io.vertigo.core.plugins.resource.url that implement CoreComponentModifier and TypeClassDescriptionfinal classRésolution des URL par le standard java.net.URL. -
Uses of CoreComponent in io.vertigo.core.resource
Subinterfaces of CoreComponent in io.vertigo.core.resourceModifier and TypeInterfaceDescriptioninterfaceResource Managers for resource selection.