- WebIntegrationProcessor - Class in org.jboss.as.weld.deployment.processors
-
Deployment processor that integrates weld into the web tier
- WebIntegrationProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.WebIntegrationProcessor
-
- WeldAttachments - Class in org.jboss.as.weld.deployment
-
AttachmentKeys for weld attachments
- WeldAttachments() - Constructor for class org.jboss.as.weld.deployment.WeldAttachments
-
- WeldBeanManagerServiceProcessor - Class in org.jboss.as.weld.deployment.processors
-
DeploymentUnitProcessor that binds the bean manager to JNDI
- WeldBeanManagerServiceProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.WeldBeanManagerServiceProcessor
-
- WeldBootstrapService - Class in org.jboss.as.weld
-
Provides the initial bootstrap of the Weld container.
- WeldBootstrapService(WeldDeployment, Environment, String, Consumer<WeldBootstrapService>, Supplier<ExecutorServices>, Supplier<ExecutorService>, Supplier<SecurityServices>, Supplier<TransactionServices>) - Constructor for class org.jboss.as.weld.WeldBootstrapService
-
- WeldClassFileInfo - Class in org.jboss.as.weld.discovery
-
- WeldClassFileInfo(String, CompositeIndex, ComputingCache<DotName, Set<String>>, ClassLoader) - Constructor for class org.jboss.as.weld.discovery.WeldClassFileInfo
-
- WeldClassFileServices - Class in org.jboss.as.weld.discovery
-
- WeldClassFileServices(CompositeIndex, ClassLoader) - Constructor for class org.jboss.as.weld.discovery.WeldClassFileServices
-
- WeldClassIntrospector - Class in org.jboss.as.weld.deployment
-
- WeldComponentIntegrationProcessor - Class in org.jboss.as.weld.deployment.processors
-
- WeldComponentIntegrationProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.WeldComponentIntegrationProcessor
-
- WeldComponentService - Class in org.jboss.as.weld.injection
-
Interceptor that attaches all the nessesary information for weld injection to the interceptor context
- WeldComponentService(Supplier<WeldBootstrapService>, Class<?>, String, Set<Class<?>>, ClassLoader, String, boolean, ComponentDescription, boolean) - Constructor for class org.jboss.as.weld.injection.WeldComponentService
-
- WeldConfigurationProcessor - Class in org.jboss.as.weld.deployment.processors
-
Merges the per-deployment configuration defined in jboss-all.xml with the global configuration and attaches the result under
WeldConfiguration.ATTACHMENT_KEY.
- WeldConfigurationProcessor(boolean, boolean, boolean) - Constructor for class org.jboss.as.weld.deployment.processors.WeldConfigurationProcessor
-
- WeldConstructionStartInterceptor - Class in org.jboss.as.weld.injection
-
Initiates component construction.
- WeldContextSetup - Class in org.jboss.as.weld.arquillian
-
Sets up the session, request and conversation contexts for a weld deployment
- WeldContextSetup() - Constructor for class org.jboss.as.weld.arquillian.WeldContextSetup
-
- WeldDependencyProcessor - Class in org.jboss.as.weld.deployment.processors
-
Deployment processor which adds a module dependencies for modules needed for weld deployments.
- WeldDependencyProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.WeldDependencyProcessor
-
- WeldDeployment - Class in org.jboss.as.weld.deployment
-
Abstract implementation of CDI11Deployment.
- WeldDeployment(Set<BeanDeploymentArchiveImpl>, Collection<Metadata<Extension>>, Module, Set<ClassLoader>, DeploymentUnit, BeanDeploymentModule, Map<ModuleIdentifier, EEModuleDescriptor>) - Constructor for class org.jboss.as.weld.deployment.WeldDeployment
-
- WeldDeploymentCleanupProcessor - Class in org.jboss.as.weld.deployment.processors
-
A processor which takes care of after boot cleanup for Weld.
- WeldDeploymentCleanupProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.WeldDeploymentCleanupProcessor
-
- WeldDeploymentProcessor - Class in org.jboss.as.weld.deployment.processors
-
Deployment processor that installs the weld services and all other required services
- WeldDeploymentProcessor(boolean) - Constructor for class org.jboss.as.weld.deployment.processors.WeldDeploymentProcessor
-
- WeldEEModuleDescriptor - Class in org.jboss.as.weld.deployment
-
Implementation of Weld's EEModuleDescriptor
- WeldExecutorServices - Class in org.jboss.as.weld.services.bootstrap
-
Weld's ExecutorServices implementation.
- WeldExecutorServices() - Constructor for class org.jboss.as.weld.services.bootstrap.WeldExecutorServices
-
- WeldExecutorServices(Consumer<ExecutorServices>, int) - Constructor for class org.jboss.as.weld.services.bootstrap.WeldExecutorServices
-
- WeldExtension - Class in org.jboss.as.weld
-
Domain extension used to initialize the weld subsystem.
- WeldExtension() - Constructor for class org.jboss.as.weld.WeldExtension
-
- WeldImplicitDeploymentProcessor - Class in org.jboss.as.weld.deployment.processors
-
Deployment processor that finds implicit bean archives (as defined by the CDI spec).
- WeldImplicitDeploymentProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.WeldImplicitDeploymentProcessor
-
- WeldInjectionContextInterceptor - Class in org.jboss.as.weld.injection
-
Interceptor that attaches all the nessesary information for weld injection to the interceptor context
- WeldInjectionContextInterceptor(WeldComponentService) - Constructor for class org.jboss.as.weld.injection.WeldInjectionContextInterceptor
-
- WeldInjectionInterceptor - Class in org.jboss.as.weld.injection
-
Class that performs CDI injection and calls initializer methods after resource injection
has been run
- WeldInterceptorBindingsService - Class in org.jboss.as.weld.ejb
-
- WeldInterceptorBindingsService(Consumer<InterceptorBindings>, Supplier<WeldBootstrapService>, String, String, Class<?>, ComponentInterceptorSupport) - Constructor for class org.jboss.as.weld.ejb.WeldInterceptorBindingsService
-
- WeldInterceptorInjectionInterceptor - Class in org.jboss.as.weld.injection
-
Class that performs CDI injection and calls initializer methods on interceptor classes after resource injection
has been run
- WeldInterceptorInjectionInterceptor(Set<Class<?>>) - Constructor for class org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor
-
- WeldJBossAllConfiguration - Class in org.jboss.as.weld
-
Immutable representation of Weld configuration in jboss-all.xml.
- WeldJspExpressionFactoryWrapper - Class in org.jboss.as.weld.webtier.jsp
-
The Web Beans JSP initialization listener
- WeldJspExpressionFactoryWrapper() - Constructor for class org.jboss.as.weld.webtier.jsp.WeldJspExpressionFactoryWrapper
-
- WeldManagedReferenceFactory - Class in org.jboss.as.weld.injection
-
Managed reference factory that can be used to create and inject components.
- WeldModuleResourceLoader - Class in org.jboss.as.weld
-
A ResourceLoader that can load classes from a Module
- WeldModuleResourceLoader(Module) - Constructor for class org.jboss.as.weld.WeldModuleResourceLoader
-
- WeldPortableExtensionProcessor - Class in org.jboss.as.weld.deployment.processors
-
Deployment processor that loads CDI portable extensions.
- WeldPortableExtensionProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.WeldPortableExtensionProcessor
-
- WeldProvider - Class in org.jboss.as.weld
-
Service provider for CDI.
- WeldProvider() - Constructor for class org.jboss.as.weld.WeldProvider
-
- WeldResourceInjectionServices - Class in org.jboss.as.weld.services.bootstrap
-
- WeldResourceInjectionServices(ServiceRegistry, EEModuleDescription, Module, boolean) - Constructor for class org.jboss.as.weld.services.bootstrap.WeldResourceInjectionServices
-
- WeldSecurityServices - Class in org.jboss.as.weld.services.bootstrap
-
- WeldSecurityServices(Consumer<SecurityServices>, Supplier<?>) - Constructor for class org.jboss.as.weld.services.bootstrap.WeldSecurityServices
-
- WeldStartCompletionService - Class in org.jboss.as.weld
-
This service calls Bootstrap.endInitialization(), i.e.
- WeldStartCompletionService(Supplier<WeldBootstrapService>, Supplier<ExecutorService>, List<SetupAction>, ClassLoader, List<ServiceController>) - Constructor for class org.jboss.as.weld.WeldStartCompletionService
-
- WeldStartService - Class in org.jboss.as.weld
-
Service that actually finishes starting the weld container, after it has been bootstrapped by
WeldBootstrapService
- WeldStartService(Supplier<WeldBootstrapService>, List<SetupAction>, ClassLoader, ServiceName) - Constructor for class org.jboss.as.weld.WeldStartService
-
- WeldTransformers - Class in org.jboss.as.weld
-
- WeldTransformers() - Constructor for class org.jboss.as.weld.WeldTransformers
-
- wrap(ExpressionFactory, ServletContext) - Method in class org.jboss.as.weld.webtier.jsp.WeldJspExpressionFactoryWrapper
-