Uses of Class
org.jboss.as.ee.component.ComponentConfiguration
Packages that use ComponentConfiguration
Package
Description
-
Uses of ComponentConfiguration in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return ComponentConfigurationModifier and TypeMethodDescriptionComponentDescription.createConfiguration(org.jboss.as.server.deployment.reflect.ClassReflectionIndex classIndex, ClassLoader moduleClassLoader, org.jboss.modules.ModuleLoader moduleLoader) ViewConfiguration.getComponentConfiguration()Get the component configuration for this view.Methods in org.jboss.as.ee.component that return types with arguments of type ComponentConfigurationMethods in org.jboss.as.ee.component with parameters of type ComponentConfigurationModifier and TypeMethodDescriptionvoidComponentRegistry.addComponent(ComponentConfiguration componentConfiguration) voidEEModuleConfiguration.addComponentConfiguration(ComponentConfiguration configuration) voidComponentConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration) Apply this configurator to the given component configuration.voidNamespaceConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration) Apply this configurator to the given component configuration.voidNamespaceViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) voidViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) Apply this configurator to the given configuration.ComponentCreateServiceFactory.constructService(ComponentConfiguration configuration) Construct a new component creation service from the given configuration.ViewDescription.createViewConfiguration(Class<?> viewClass, ComponentConfiguration componentConfiguration, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory) Creates view configuration.protected voidAbstractComponentConfigurator.mergeInjectionsForClass(Class<?> clazz, Class<?> actualClass, EEModuleClassDescription classDescription, EEModuleDescription moduleDescription, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, ComponentDescription description, ComponentConfiguration configuration, org.jboss.as.server.deployment.DeploymentPhaseContext context, Deque<org.jboss.invocation.InterceptorFactory> injectors, Object instanceKey, Deque<org.jboss.invocation.InterceptorFactory> uninjectors, boolean metadataComplete) Sets up all resource injections for a class.protected booleanBasicComponentCreateService.requiresInterceptors(Method method, ComponentConfiguration componentConfiguration) Constructors in org.jboss.as.ee.component with parameters of type ComponentConfigurationModifierConstructorDescriptionBasicComponentCreateService(ComponentConfiguration componentConfiguration) Construct a new instance.ViewConfiguration(Class<?> viewClass, ComponentConfiguration componentConfiguration, org.jboss.msc.service.ServiceName viewServiceName, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory) Construct a new instance. -
Uses of ComponentConfiguration in org.jboss.as.ee.component.deployers
Methods in org.jboss.as.ee.component.deployers with parameters of type ComponentConfigurationModifier and TypeMethodDescriptionprotected voidComponentInstallProcessor.deployComponent(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, ComponentConfiguration configuration, List<org.jboss.msc.service.ServiceName> jndiDependencies, org.jboss.msc.service.ServiceName bindingDependencyService) -
Uses of ComponentConfiguration in org.jboss.as.ee.logging
Methods in org.jboss.as.ee.logging with parameters of type ComponentConfigurationModifier and TypeMethodDescriptionfinal org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionEeLogger_$logger.cannotLoadViewClass(Throwable cause, String className, ComponentConfiguration component) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionEeLogger.cannotLoadViewClass(Throwable cause, String className, ComponentConfiguration component) Creates an exception indicating the view class, represented by theclassNameparameter, for the component.