Uses of Interface
io.vertigo.core.node.component.CoreComponent
-
-
Uses of CoreComponent in io.vertigo.core.analytics
Subinterfaces of CoreComponent in io.vertigo.core.analytics Modifier and Type Interface Description interfaceAnalyticsManagerMain access to all analytics functions. -
Uses of CoreComponent in io.vertigo.core.daemon
Subinterfaces of CoreComponent in io.vertigo.core.daemon Modifier and Type Interface Description interfaceDaemonManagerManages daemons. -
Uses of CoreComponent in io.vertigo.core.impl.analytics
Subinterfaces of CoreComponent in io.vertigo.core.impl.analytics Modifier and Type Interface Description interfaceAnalyticsConnectorPluginConnecteur des process.Classes in io.vertigo.core.impl.analytics that implement CoreComponent Modifier and Type Class Description classAnalyticsManagerImplMain 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 CoreComponent Modifier and Type Method Description static List<HealthCheckDefinition>HealthAnalyticsUtil. createHealthCheckDefinitions(String componentId, CoreComponent component, AopPlugin aopPlugin)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 CoreComponent Modifier and Type Method Description static List<MetricDefinition>MetricAnalyticsUtil. createMetricDefinitions(String componentId, CoreComponent component, AopPlugin 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 Modifier and Type Class Description classDaemonManagerImplManager of all the daemons. -
Uses of CoreComponent in io.vertigo.core.impl.locale
Classes in io.vertigo.core.impl.locale that implement CoreComponent Modifier and Type Class Description classLocaleManagerImpl -
Uses of CoreComponent in io.vertigo.core.impl.param
Subinterfaces of CoreComponent in io.vertigo.core.impl.param Modifier and Type Interface Description interfaceParamPluginInterface d'un plugin de gestion de configuration applicative.Classes in io.vertigo.core.impl.param that implement CoreComponent Modifier and Type Class Description classParamManagerImplThis class implements the default paramManager. -
Uses of CoreComponent in io.vertigo.core.impl.resource
Subinterfaces of CoreComponent in io.vertigo.core.impl.resource Modifier and Type Interface Description interfaceResourceResolverPluginRésout une ressource en fournissant son URL.Classes in io.vertigo.core.impl.resource that implement CoreComponent Modifier and Type Class Description classResourceManagerImplStandard implementation for the resourceManager. -
Uses of CoreComponent in io.vertigo.core.locale
Subinterfaces of CoreComponent 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 CoreComponent in io.vertigo.core.node.component
Subinterfaces of CoreComponent in io.vertigo.core.node.component Modifier and Type Interface Description interfaceAmplifierAn amplifier is a special core-component.interfaceAopPluginCreate proxy-reference from component's instance.interfaceComponentA component is the common core-component.interfaceConnector<C>A connector is a particular core-component.interfaceManagerThe manager class must be consireded as a simple marker to identify all the technical components.interfacePluginA plugin is a particular component.Methods in io.vertigo.core.node.component with type parameters of type CoreComponent Modifier and Type Method Description <C extends CoreComponent>
CAopPlugin. unwrap(C component)Unwrap the proxy<C extends CoreComponent>
CAopPlugin. wrap(C instance, Map<Method,List<Aspect>> joinPoints)Create a proxy-reference. -
Uses of CoreComponent in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return types with arguments of type CoreComponent Modifier and Type Method Description Optional<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.param Modifier and Type Interface Description interfaceParamManagerInterface du gestionnaire de la configuration applicative. -
Uses of CoreComponent in io.vertigo.core.plugins.analytics.log
Classes in io.vertigo.core.plugins.analytics.log that implement CoreComponent Modifier and Type Class Description classLoggerAnalyticsConnectorPluginProcesses connector which only use a log4j logger.classSmartLoggerAnalyticsConnectorPluginThis connector analyses the process and calculates duration and count.classSocketLoggerAnalyticsConnectorPluginProcesses connector which use the log4j SocketAppender.classSocketLoggerJsonAnalyticsConnectorPluginProcesses 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 CoreComponent Modifier and Type Class Description classJavassistAopPluginThis class implements the aspects using the javassist library.Methods in io.vertigo.core.plugins.component.aop.javassist with type parameters of type CoreComponent Modifier and Type Method Description <C extends CoreComponent>
CJavassistAopPlugin. unwrap(C component)<C extends CoreComponent>
CJavassistAopPlugin. wrap(C instance, Map<Method,List<Aspect>> joinPoints)Create a proxy-reference. -
Uses of CoreComponent in io.vertigo.core.plugins.param.env
Classes in io.vertigo.core.plugins.param.env that implement CoreComponent Modifier and Type Class Description classEnvParamPluginPlugin de gestion de configuration des variables d'environnement.classSystemPropertyParamPluginPlugin de gestion de configuration des propriétés system. -
Uses of CoreComponent in io.vertigo.core.plugins.param.properties
Classes in io.vertigo.core.plugins.param.properties that implement CoreComponent Modifier and Type Class Description classPropertiesParamPluginPlugin 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 CoreComponent Modifier and Type Class Description classXmlParamPluginParser 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 CoreComponent Modifier and Type Class Description classClassPathResourceResolverPluginRé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 CoreComponent Modifier and Type Class Description classLocalResourceResolverPluginRésolution des URL liées à l'emplacement local. -
Uses of CoreComponent in io.vertigo.core.plugins.resource.url
Classes in io.vertigo.core.plugins.resource.url that implement CoreComponent Modifier and Type Class Description classURLResourceResolverPluginRésolution des URL par le standard java.net.URL. -
Uses of CoreComponent in io.vertigo.core.resource
Subinterfaces of CoreComponent in io.vertigo.core.resource Modifier and Type Interface Description interfaceResourceManagerSelecteurs de ressources.
-