| Package | Description |
|---|---|
| org.jboss.as.ee.component | |
| org.jboss.as.ee.component.deployers | |
| org.jboss.as.ee.logging |
| Modifier and Type | Method and Description |
|---|---|
ComponentConfiguration |
ComponentDescription.createConfiguration(org.jboss.as.server.deployment.reflect.ClassReflectionIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
ComponentConfiguration |
ViewConfiguration.getComponentConfiguration()
Get the component configuration for this view.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ComponentConfiguration> |
EEModuleConfiguration.getComponentConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentRegistry.addComponent(ComponentConfiguration componentConfiguration) |
void |
EEModuleConfiguration.addComponentConfiguration(ComponentConfiguration configuration) |
void |
ViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
Apply this configurator to the given configuration.
|
void |
NamespaceViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
void |
ComponentConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration)
Apply this configurator to the given component configuration.
|
void |
NamespaceConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration)
Apply this configurator to the given component configuration.
|
BasicComponentCreateService |
ComponentCreateServiceFactory.constructService(ComponentConfiguration configuration)
Construct a new component creation service from the given configuration.
|
ViewConfiguration |
ViewDescription.createViewConfiguration(Class<?> viewClass,
ComponentConfiguration componentConfiguration,
org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory)
Creates view configuration.
|
protected void |
AbstractComponentConfigurator.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 boolean |
BasicComponentCreateService.requiresInterceptors(Method method,
ComponentConfiguration componentConfiguration) |
| Constructor and Description |
|---|
BasicComponentCreateService(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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ComponentInstallProcessor.deployComponent(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext,
ComponentConfiguration configuration,
List<org.jboss.msc.service.ServiceName> jndiDependencies,
org.jboss.msc.service.ServiceName bindingDependencyService) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
EeLogger_$logger.cannotLoadViewClass(Throwable cause,
String className,
ComponentConfiguration component) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
EeLogger.cannotLoadViewClass(Throwable cause,
String className,
ComponentConfiguration component)
Creates an exception indicating the view class, represented by the
className parameter, for the
component. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.