A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

A

addAdditionalClass(Class<?>) - Method in class org.jboss.as.weld.WeldModuleResourceLoader
 
addBeanClass(Class<?>) - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
addBeanClass(String) - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
addBeanDeploymentArchive(BeanDeploymentArchiveImpl) - Method in class org.jboss.as.weld.deployment.BeanDeploymentModule
Makes the BeanDeploymentArchiveImpl accessible to all bdas in the module
addBeanDeploymentArchive(BeanDeploymentArchive) - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
Adds an accessible BeanDeploymentArchive.
addBeanDeploymentArchives(Collection<? extends BeanDeploymentArchive>) - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
Adds multiple accessible BeanDeploymentArchives
addBeanDeploymentModule(BeanDeploymentModule) - Method in class org.jboss.as.weld.deployment.BeanDeploymentModule
Makes all BeanDeploymentArchiveImpls in the given module accessible to all bdas in this module
addBeanDeploymentModules(Collection<BeanDeploymentModule>) - Method in class org.jboss.as.weld.deployment.BeanDeploymentModule
Makes all BeanDeploymentArchiveImpls in the given modules accessible to all bdas in this module
addBeanManagerService(DeploymentUnit, ServiceBuilder<?>) - Method in class org.jboss.as.weld.WeldCapabilityImpl
 
addBeanManagerService(DeploymentUnit, ServiceBuilder<?>, Injector<BeanManager>) - Method in class org.jboss.as.weld.WeldCapabilityImpl
 
addClassLoaders(ClassLoader, Set<ClassLoader>) - Static method in class org.jboss.as.weld.services.ModuleGroupSingletonProvider
Maps a top level class loader to all CL's in the deployment
addEjbDescriptor(EjbDescriptor<?>) - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
ADDITIONAL_BEAN_DEPLOYMENT_MODULES - Static variable in class org.jboss.as.weld.deployment.WeldAttachments
top level list of all additional bean deployment modules
ADDITIONAL_CLASSES_BDA_SUFFIX - Static variable in class org.jboss.as.weld.deployment.WeldDeployment
 
addService(Class<S>, S) - Method in class org.jboss.as.weld.deployment.BeanDeploymentModule
Adds a service to all bean deployment archives in the module
addWeldService(Class<T>, T) - Method in class org.jboss.as.weld.deployment.WeldDeployment
 
addWeldService(Class<T>, T) - Method in class org.jboss.as.weld.WeldBootstrapService
Adds a Service to the deployment.
ALTERNATIVE - org.jboss.as.weld.CdiAnnotations
javax.enterprise.inject.Alternative CDI annotation.
ANNOTATION_PREDICATE - Static variable in class org.jboss.as.weld.util.Indices
 
AnnotationType - Class in org.jboss.as.weld.discovery
 
AnnotationType(Class<? extends Annotation>) - Constructor for class org.jboss.as.weld.discovery.AnnotationType
 
AnnotationType(DotName, boolean) - Constructor for class org.jboss.as.weld.discovery.AnnotationType
 
ANY - org.jboss.as.weld.CdiAnnotations
javax.enterprise.inject.Any CDI annotation.
APP_SCOPED - org.jboss.as.weld.CdiAnnotations
javax.enterprise.context.ApplicationScoped CDI annotation.
ATTACHMENT_KEY - Static variable in class org.jboss.as.weld.deployment.ExplicitBeanArchiveMetadataContainer
 
ATTACHMENT_KEY - Static variable in class org.jboss.as.weld.WeldJBossAllConfiguration
 

B

BEAN_DEFINING_ANNOTATIONS - Static variable in enum org.jboss.as.weld.CdiAnnotations
 
BEAN_DEFINING_ANNOTATIONS - Static variable in class org.jboss.as.weld.deployment.WeldAttachments
A set of bean defining annotations, as defined by the CDI specification.
BEAN_DEFINING_META_ANNOTATIONS - Static variable in enum org.jboss.as.weld.CdiAnnotations
 
BEAN_DEPLOYMENT_MODULE - Static variable in class org.jboss.as.weld.deployment.WeldAttachments
The BeanDeploymentModule for a deployment
BeanArchiveProcessor - Class in org.jboss.as.weld.deployment.processors
Deployment processor that builds bean archives and attaches them to the deployment
BeanArchiveProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.BeanArchiveProcessor
 
BeanDefiningAnnotationProcessor - Class in org.jboss.as.weld.deployment.processors
Determines the set of bean defining annotations as defined by the CDI specification and attaches them under WeldAttachments.BEAN_DEFINING_ANNOTATIONS.
BeanDefiningAnnotationProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.BeanDefiningAnnotationProcessor
 
BeanDeploymentArchiveImpl - Class in org.jboss.as.weld.deployment
Implementation of BeanDeploymentArchive.
BeanDeploymentArchiveImpl(Set<String>, Set<String>, BeansXml, Module, String, BeanDeploymentArchiveImpl.BeanArchiveType) - Constructor for class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
BeanDeploymentArchiveImpl(Set<String>, Set<String>, BeansXml, Module, String, BeanDeploymentArchiveImpl.BeanArchiveType, boolean) - Constructor for class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
BeanDeploymentArchiveImpl.BeanArchiveType - Enum in org.jboss.as.weld.deployment
 
BeanDeploymentModule - Class in org.jboss.as.weld.deployment
A collection of Bean Deployment archives that share similar bean visibility.
BeanDeploymentModule(String, DeploymentUnit, Collection<BeanDeploymentArchiveImpl>) - Constructor for class org.jboss.as.weld.deployment.BeanDeploymentModule
 
BeanManagerService - Class in org.jboss.as.weld.services
Service that provides access to the BeanManger for a (sub)deployment
BeanManagerService(String, Consumer<BeanManager>, Supplier<WeldBootstrapService>) - Constructor for class org.jboss.as.weld.services.BeanManagerService
 
BeansXmlProcessor - Class in org.jboss.as.weld.deployment.processors
Deployment processor that finds beans.xml files and attaches the information to the deployment
BeansXmlProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.BeansXmlProcessor
 
BOOTSTRAP_CLASSLOADER_BDA_ID - Static variable in class org.jboss.as.weld.deployment.WeldDeployment
 
BUILT_IN_SCOPE_NAMES - Static variable in enum org.jboss.as.weld.CdiAnnotations
 
BUILT_IN_SCOPES - Static variable in enum org.jboss.as.weld.CdiAnnotations
 

C

CdiAnnotationMarker - Class in org.jboss.as.weld.deployment
Marker for deployments that have CDI annotations present
CdiAnnotationProcessor - Class in org.jboss.as.weld.deployment
CdiAnnotationProcessor class.
CdiAnnotationProcessor() - Constructor for class org.jboss.as.weld.deployment.CdiAnnotationProcessor
 
CdiAnnotations - Enum in org.jboss.as.weld
Class that stores the DotNames of CDI annotations.
cdiAnnotationsPresent(DeploymentUnit) - Static method in class org.jboss.as.weld.deployment.CdiAnnotationMarker
 
CLASS_INFO_TO_FQCN - Static variable in class org.jboss.as.weld.util.Indices
 
CLASSES_RESOURCE_ROOT - Static variable in class org.jboss.as.weld.deployment.WeldAttachments
The ResourceRoot for WEB-INF/classes of a web archive.
classForName(String) - Method in class org.jboss.as.weld.WeldModuleResourceLoader
If the class name is found in additionalClasses then return it.
cleanup() - Method in class org.jboss.as.weld.discovery.WeldClassFileServices
 
cleanup() - Method in class org.jboss.as.weld.services.bootstrap.ProxyServicesImpl
 
cleanup() - Method in class org.jboss.as.weld.services.bootstrap.WeldExecutorServices
 
cleanup() - Method in class org.jboss.as.weld.services.bootstrap.WeldResourceInjectionServices
 
cleanup() - Method in class org.jboss.as.weld.services.bootstrap.WeldSecurityServices
 
cleanup() - Method in class org.jboss.as.weld.WeldModuleResourceLoader
 
cleanupAfterBoot() - Method in class org.jboss.as.weld.discovery.WeldClassFileServices
 
containsAnnotation(Class<? extends Annotation>) - Method in class org.jboss.as.weld.discovery.WeldClassFileInfo
 
CONV_SCOPED - org.jboss.as.weld.CdiAnnotations
javax.enterprise.context.ConversationScoped CDI annotation.
create(Class<? extends T>) - Method in class org.jboss.as.weld.services.ModuleGroupSingletonProvider
 
create(InterceptorContext) - Method in class org.jboss.as.weld.injection.WeldManagedReferenceFactory
 
createAndRegisterAdditionalBeanDeploymentArchive(Module, Class<?>) - Method in class org.jboss.as.weld.deployment.WeldDeployment
 
createFactory(Class<?>) - Method in class org.jboss.as.weld.deployment.WeldClassIntrospector
 
createInjectionTarget(Class<?>, Bean<T>, BeanManagerImpl, boolean) - Static method in class org.jboss.as.weld.injection.InjectionTargets
Creates a new InjectionTarget for a given class.
createInstance(Object) - Method in class org.jboss.as.weld.deployment.WeldClassIntrospector
 

D

DECORATOR - org.jboss.as.weld.CdiAnnotations
javax.decorator.Decorator CDI annotation.
DEFAULT - org.jboss.as.weld.CdiAnnotations
javax.enterprise.inject.Default CDI annotation.
DEFAULT_BOUND - Static variable in class org.jboss.as.weld.services.bootstrap.WeldExecutorServices
 
DefaultComponentSupport - Class in org.jboss.as.weld.injection
 
DefaultComponentSupport() - Constructor for class org.jboss.as.weld.injection.DefaultComponentSupport
 
DefaultImplicitBeanArchiveDetector - Class in org.jboss.as.weld.deployment.processors
 
DefaultImplicitBeanArchiveDetector() - Constructor for class org.jboss.as.weld.deployment.processors.DefaultImplicitBeanArchiveDetector
 
DefaultModuleServiceProvider - Class in org.jboss.as.weld.deployment.processors
 
DefaultModuleServiceProvider() - Constructor for class org.jboss.as.weld.deployment.processors.DefaultModuleServiceProvider
 
defineClass(Class<?>, String, byte[], int, int) - Method in class org.jboss.as.weld.services.bootstrap.ProxyServicesImpl
 
defineClass(Class<?>, String, byte[], int, int, ProtectionDomain) - Method in class org.jboss.as.weld.services.bootstrap.ProxyServicesImpl
 
DELEGATE - org.jboss.as.weld.CdiAnnotations
javax.decorator.Delegate CDI annotation.
dependencies() - Method in class org.jboss.as.weld.arquillian.WeldContextSetup
 
DEPENDENT - org.jboss.as.weld.CdiAnnotations
javax.enterprise.context.Dependent CDI annotation.
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.CdiAnnotationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.BeanArchiveProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.BeanDefiningAnnotationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.BeansXmlProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.DevelopmentModeProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.EarApplicationScopedObserverMethodProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.ExternalBeanArchiveProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.SimpleEnvEntryCdiResourceInjectionProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.WebIntegrationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.WeldBeanManagerServiceProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.WeldComponentIntegrationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.WeldConfigurationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.WeldDependencyProcessor
Add dependencies for modules required for weld deployments, if managed weld configurations are attached to the deployment
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.WeldDeploymentCleanupProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.WeldDeploymentProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.WeldImplicitDeploymentProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.weld.deployment.processors.WeldPortableExtensionProcessor
 
DEPLOYMENT_ROOT_BEAN_DEPLOYMENT_ARCHIVE - Static variable in class org.jboss.as.weld.deployment.WeldAttachments
The BeanDeploymentArchiveImpl that corresponds to the main resource root of a deployment or sub deployment.
deploymentClassLoaders - Static variable in class org.jboss.as.weld.services.ModuleGroupSingletonProvider
Map of the top level class loader to all class loaders in a deployment
DevelopmentModeProcessor - Class in org.jboss.as.weld.deployment.processors
Deployment processor that initializes Weld Probe if the development mode has been enabled.
DevelopmentModeProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.DevelopmentModeProcessor
 
DISPOSES - org.jboss.as.weld.CdiAnnotations
javax.enterprise.inject.Disposes CDI annotation.

E

EarApplicationScopedObserverMethodProcessor - Class in org.jboss.as.weld.deployment.processors
Processor that registers a CDI portable extension for EAR deployments, which adds support for EE facilities, to CDI app context lifecycle event handlers.
EarApplicationScopedObserverMethodProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.EarApplicationScopedObserverMethodProcessor
 
equals(Object) - Method in class org.jboss.as.weld.discovery.AnnotationType
 
EXPLICIT - org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl.BeanArchiveType
 
ExplicitBeanArchiveMetadata - Class in org.jboss.as.weld.deployment
Maintains information about an explicit bean archive
ExplicitBeanArchiveMetadata(VirtualFile, ResourceRoot, BeansXml, boolean) - Constructor for class org.jboss.as.weld.deployment.ExplicitBeanArchiveMetadata
 
ExplicitBeanArchiveMetadata(VirtualFile, VirtualFile, ResourceRoot, BeansXml, boolean) - Constructor for class org.jboss.as.weld.deployment.ExplicitBeanArchiveMetadata
 
ExplicitBeanArchiveMetadataContainer - Class in org.jboss.as.weld.deployment
Information about explicit CDI bean archives
ExplicitBeanArchiveMetadataContainer(Map<ResourceRoot, ExplicitBeanArchiveMetadata>) - Constructor for class org.jboss.as.weld.deployment.ExplicitBeanArchiveMetadataContainer
 
EXTERNAL - org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl.BeanArchiveType
 
ExternalBeanArchiveProcessor - Class in org.jboss.as.weld.deployment.processors
Deployment processor that builds bean archives from external deployments.
ExternalBeanArchiveProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.ExternalBeanArchiveProcessor
 

F

FACTORY - Static variable in class org.jboss.as.weld.injection.WeldInjectionInterceptor
 
FOR_CLASSINFO - Static variable in class org.jboss.as.weld.discovery.AnnotationType
 

G

getAdditionalBeansXmlFile() - Method in class org.jboss.as.weld.deployment.ExplicitBeanArchiveMetadata
 
getAnnotatedClasses(List<AnnotationInstance>) - Static method in class org.jboss.as.weld.util.Indices
Determines a list of classes the given annotation instances are defined on.
getBeanArchiveMetadata() - Method in class org.jboss.as.weld.deployment.ExplicitBeanArchiveMetadataContainer
 
getBeanArchiveType() - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
getBeanClasses() - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
returns an unmodifiable copy of the bean classes in this BDA
getBeanDeploymentArchive(Class<?>) - Method in class org.jboss.as.weld.deployment.WeldDeployment
 
getBeanDeploymentArchives() - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
Returns an unmodifiable copy of the bean deployment archives set
getBeanDeploymentArchives() - Method in class org.jboss.as.weld.deployment.BeanDeploymentModule
 
getBeanDeploymentArchives() - Method in class org.jboss.as.weld.deployment.WeldDeployment
getBeanDeploymentArchives() - Method in class org.jboss.as.weld.WeldBootstrapService
get all beans deployment archives in the deployment
getBeanManager() - Method in class org.jboss.as.weld.WeldBootstrapService
Gets the BeanManager linked to the root bean deployment archive.
getBeanManager(String) - Method in class org.jboss.as.weld.WeldBootstrapService
Gets the BeanManager for a given bean deployment archive id.
getBeansXml() - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
getBeansXml() - Method in class org.jboss.as.weld.deployment.ExplicitBeanArchiveMetadata
 
getBeansXmlFile() - Method in class org.jboss.as.weld.deployment.ExplicitBeanArchiveMetadata
 
getBindInfo(String) - Method in class org.jboss.as.weld.services.bootstrap.WeldResourceInjectionServices
 
getCDI() - Method in class org.jboss.as.weld.WeldProvider
 
getClassFileInfo(String) - Method in class org.jboss.as.weld.discovery.WeldClassFileServices
 
getClassLoader() - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
getClassLoader(Class<?>) - Method in class org.jboss.as.weld.services.bootstrap.ProxyServicesImpl
 
getClassName() - Method in class org.jboss.as.weld.discovery.WeldClassFileInfo
 
getDependencies(DeploymentUnit) - Method in class org.jboss.as.weld.injection.ResourceLookupDependenciesProvider
 
getDeploymentUnitId(DeploymentUnit) - Static method in class org.jboss.as.weld.util.Utils
 
getDevelopmentMode() - Method in class org.jboss.as.weld.WeldJBossAllConfiguration
 
getDotName() - Method in enum org.jboss.as.weld.CdiAnnotations
 
getEJBResourceName(InjectionPoint, String) - Method in class org.jboss.as.weld.services.bootstrap.WeldResourceInjectionServices
 
getEjbs() - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
getExtensions() - Method in class org.jboss.as.weld.deployment.WeldDeployment
getHandler(URL) - Method in class org.jboss.as.weld.deployment.PropertyReplacingBeansXmlParser
 
getId() - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
getInjectionTarget() - Method in class org.jboss.as.weld.injection.WeldComponentService
 
getInstance(Object) - Method in class org.jboss.as.weld.deployment.WeldClassIntrospector
 
getKnownClasses() - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
getLegacyEmptyBeansXmlTreatment() - Method in class org.jboss.as.weld.WeldJBossAllConfiguration
 
getModifiers() - Method in class org.jboss.as.weld.discovery.WeldClassFileInfo
 
getModule() - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
getModule() - Method in class org.jboss.as.weld.deployment.WeldDeployment
 
getModuleDescriptor() - Method in class org.jboss.as.weld.deployment.BeanDeploymentModule
 
getName() - Method in class org.jboss.as.weld.discovery.AnnotationType
 
getNestingType() - Method in class org.jboss.as.weld.discovery.WeldClassFileInfo
 
getNonPortableMode() - Method in class org.jboss.as.weld.WeldJBossAllConfiguration
 
getParserDescription() - Method in class org.jboss.as.weld.WeldSubsystem50Parser
 
getPrincipal() - Method in class org.jboss.as.weld.services.bootstrap.WeldSecurityServices
 
getRequireBeanDescriptor() - Method in class org.jboss.as.weld.WeldJBossAllConfiguration
 
getResource(String) - Method in class org.jboss.as.weld.WeldModuleResourceLoader
Loads a resource from the module class loader
getResourceName(InjectionPoint) - Method in class org.jboss.as.weld.services.bootstrap.WeldResourceInjectionServices
 
getResourceRoot() - Method in class org.jboss.as.weld.deployment.ExplicitBeanArchiveMetadata
 
getResources(String) - Method in class org.jboss.as.weld.WeldModuleResourceLoader
Loads resources from the module class loader
getRootDeploymentUnit(DeploymentUnit) - Static method in class org.jboss.as.weld.util.Utils
Returns the parent of the given deployment unit if such a parent exists.
getSecurityContextAssociator() - Method in class org.jboss.as.weld.services.bootstrap.WeldSecurityServices
 
getServices() - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
getServices() - Method in class org.jboss.as.weld.deployment.WeldDeployment
getServices(DeploymentUnit, DeploymentUnit, Module, ResourceRoot) - Method in class org.jboss.as.weld.deployment.processors.DefaultModuleServiceProvider
 
getSimpleName() - Method in enum org.jboss.as.weld.CdiAnnotations
 
getSubDeploymentClassLoaders() - Method in class org.jboss.as.weld.deployment.WeldDeployment
 
getSubsystemName() - Method in class org.jboss.as.weld.WeldTransformers
 
getSuperclassName() - Method in class org.jboss.as.weld.discovery.WeldClassFileInfo
 
getTaskExecutor() - Method in class org.jboss.as.weld.services.bootstrap.WeldExecutorServices
 
getThreadPoolSize() - Method in class org.jboss.as.weld.services.bootstrap.WeldExecutorServices
 
getValue() - Method in class org.jboss.as.weld.services.BeanManagerService
 

H

hasCdiConstructor() - Method in class org.jboss.as.weld.discovery.WeldClassFileInfo
 
hashCode() - Method in class org.jboss.as.weld.discovery.AnnotationType
 

I

ignorePrecalculatedJandexForModules(DeploymentUnit, String...) - Method in class org.jboss.as.weld.WeldCapabilityImpl
 
IMPLICIT - org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl.BeanArchiveType
 
Indices - Class in org.jboss.as.weld.util
Utilities for working with Jandex indices.
INGORE_PRECALCULATED_JANDEX_MODULES - Static variable in class org.jboss.as.weld.deployment.WeldAttachments
Modules which should not use a pre-calculated Jandex
INHERITED_NAME - Static variable in class org.jboss.as.weld.util.Indices
 
initialize(ExtensionContext) - Method in class org.jboss.as.weld.WeldExtension
initializeParsers(ExtensionParsingContext) - Method in class org.jboss.as.weld.WeldExtension
InjectionTargets - Class in org.jboss.as.weld.injection
Utility class for working with Jakarta Contexts and Dependency Injection InjectionTargets
install(DeploymentUnit, ServiceTarget) - Static method in class org.jboss.as.weld.deployment.WeldClassIntrospector
 
install(ServiceTarget, DeploymentUnit, boolean) - Method in class org.jboss.as.weld.deployment.processors.SecurityBootstrapDependencyInstaller
 
INSTANCE - Static variable in class org.jboss.as.weld.injection.WeldConstructionStartInterceptor
 
INSTANCE - Static variable in class org.jboss.as.weld.injection.WeldManagedReferenceFactory
 
INSTANCE - Static variable in class org.jboss.as.weld.webtier.jsp.WeldJspExpressionFactoryWrapper
 
INTERNAL_SERVICE_NAME - Static variable in class org.jboss.as.weld.WeldBootstrapService
The actual service name the bootstrap service is installed under.
isAccessible(BeanDeploymentArchive) - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
Determines if a class from this BeanDeploymentArchiveImpl instance can access a class in the BeanDeploymentArchive instance represented by the specified BeanDeploymentArchive parameter according to the Jakarta EE class accessibility requirements.
isAnnotation(ClassInfo) - Static method in class org.jboss.as.weld.util.Indices
 
isAnnotationDeclared(Class<? extends Annotation>) - Method in class org.jboss.as.weld.discovery.WeldClassFileInfo
 
isAssignableFrom(Class<?>) - Method in class org.jboss.as.weld.discovery.WeldClassFileInfo
 
isAssignableTo(Class<?>) - Method in class org.jboss.as.weld.discovery.WeldClassFileInfo
 
isClassesRoot(ResourceRoot) - Static method in class org.jboss.as.weld.util.Utils
 
isDeploymentRoot() - Method in class org.jboss.as.weld.deployment.ExplicitBeanArchiveMetadata
 
isImplicitBeanArchiveRequired(ComponentDescription) - Method in class org.jboss.as.weld.deployment.processors.DefaultImplicitBeanArchiveDetector
 
isInherited() - Method in class org.jboss.as.weld.discovery.AnnotationType
 
isPartOfWeldDeployment(DeploymentUnit) - Static method in class org.jboss.as.weld._private.WeldDeploymentMarker
returns true if the DeploymentUnit is part of a weld deployment
isPartOfWeldDeployment(DeploymentUnit) - Method in class org.jboss.as.weld.WeldCapabilityImpl
 
isProcessing(ComponentDescription) - Method in class org.jboss.as.weld.injection.DefaultComponentSupport
 
isRoot() - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
isStarted() - Method in class org.jboss.as.weld.WeldBootstrapService
 
isTopLevelClass() - Method in class org.jboss.as.weld.discovery.WeldClassFileInfo
 
isVetoed() - Method in class org.jboss.as.weld.discovery.WeldClassFileInfo
 
isWeldDeployment(DeploymentUnit) - Static method in class org.jboss.as.weld._private.WeldDeploymentMarker
returns true if the DeploymentUnit has a beans.xml in any of it's resource roots, or is a top level deployment that contains sub-deployments that are weld deployments.
isWeldDeployment(DeploymentUnit) - Method in class org.jboss.as.weld.WeldCapabilityImpl
 

J

Jsr299BindingsCreateInterceptor - Class in org.jboss.as.weld.interceptors
Interceptor that creates the CDI interceptors and attaches them to the component
Jsr299BindingsCreateInterceptor(Supplier<WeldBootstrapService>, Supplier<InterceptorBindings>, String, String, ComponentInterceptorSupport) - Constructor for class org.jboss.as.weld.interceptors.Jsr299BindingsCreateInterceptor
 

L

loadBeanClass(String) - Method in class org.jboss.as.weld.services.bootstrap.ProxyServicesImpl
 
loadBeanDeploymentArchive(Class<?>) - Method in class org.jboss.as.weld.deployment.WeldDeployment
loadClass(Class<?>, String) - Method in class org.jboss.as.weld.services.bootstrap.ProxyServicesImpl
 

M

mark(DeploymentUnit) - Static method in class org.jboss.as.weld._private.WeldDeploymentMarker
Mark this deployment and the top level deployment as being a weld deployment.
mark(DeploymentUnit) - Static method in class org.jboss.as.weld.deployment.CdiAnnotationMarker
Mark the deployment as a CDI one.
markAsWeldDeployment(DeploymentUnit) - Method in class org.jboss.as.weld.WeldCapabilityImpl
 
MODEL - org.jboss.as.weld.CdiAnnotations
javax.enterprise.inject.Model CDI annotation.
ModuleGroupSingletonProvider - Class in org.jboss.as.weld.services
Singleton Provider that uses the TCCL to figure out the current application.
ModuleGroupSingletonProvider() - Constructor for class org.jboss.as.weld.services.ModuleGroupSingletonProvider
 

N

NAME - Static variable in class org.jboss.as.weld.services.BeanManagerService
 
NAMESPACE - Static variable in class org.jboss.as.weld.WeldSubsystem50Parser
 
NEW - org.jboss.as.weld.CdiAnnotations
javax.enterprise.inject.New CDI annotation.
NORM_SCOPE - org.jboss.as.weld.CdiAnnotations
javax.enterprise.context.NormalScope CDI annotation.

O

OBSERVES - org.jboss.as.weld.CdiAnnotations
javax.enterprise.event.Observes CDI annotation.
of(String, DeploymentUnit) - Static method in class org.jboss.as.weld.deployment.WeldEEModuleDescriptor
 
org.jboss.as.weld - package org.jboss.as.weld
 
org.jboss.as.weld._private - package org.jboss.as.weld._private
 
org.jboss.as.weld.arquillian - package org.jboss.as.weld.arquillian
 
org.jboss.as.weld.deployment - package org.jboss.as.weld.deployment
 
org.jboss.as.weld.deployment.processors - package org.jboss.as.weld.deployment.processors
 
org.jboss.as.weld.discovery - package org.jboss.as.weld.discovery
 
org.jboss.as.weld.ejb - package org.jboss.as.weld.ejb
 
org.jboss.as.weld.injection - package org.jboss.as.weld.injection
 
org.jboss.as.weld.interceptors - package org.jboss.as.weld.interceptors
 
org.jboss.as.weld.services - package org.jboss.as.weld.services
 
org.jboss.as.weld.services.bootstrap - package org.jboss.as.weld.services.bootstrap
 
org.jboss.as.weld.util - package org.jboss.as.weld.util
 
org.jboss.as.weld.webtier.jsp - package org.jboss.as.weld.webtier.jsp
 

P

priority() - Method in class org.jboss.as.weld.arquillian.WeldContextSetup
 
processInvocation(InterceptorContext) - Method in class org.jboss.as.weld.injection.WeldConstructionStartInterceptor
 
processInvocation(InterceptorContext) - Method in class org.jboss.as.weld.injection.WeldInjectionContextInterceptor
 
processInvocation(InterceptorContext) - Method in class org.jboss.as.weld.injection.WeldInjectionInterceptor
 
processInvocation(InterceptorContext) - Method in class org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor
 
processInvocation(InterceptorContext) - Method in class org.jboss.as.weld.interceptors.Jsr299BindingsCreateInterceptor
 
PRODUCES - org.jboss.as.weld.CdiAnnotations
javax.enterprise.inject.Produces CDI annotation.
PropertyReplacingBeansXmlParser - Class in org.jboss.as.weld.deployment
Fork of BeansXmlParser to fix some minor XML parsing issues.
PropertyReplacingBeansXmlParser(DeploymentUnit) - Constructor for class org.jboss.as.weld.deployment.PropertyReplacingBeansXmlParser
 
ProxyServicesImpl - Class in org.jboss.as.weld.services.bootstrap
ProxyServices implementation that delegates to the module class loader if the bean class loader cannot be determined
ProxyServicesImpl(Module) - Constructor for class org.jboss.as.weld.services.bootstrap.ProxyServicesImpl
 
putIfValueNotNull(Map<K, V>, K, V) - Static method in class org.jboss.as.weld.util.Utils
 

R

registerAsComponent(String, DeploymentUnit) - Static method in class org.jboss.as.weld.util.Utils
 
registerExtensionInstance(Extension, DeploymentUnit) - Method in class org.jboss.as.weld.WeldCapabilityImpl
 
registerResourceInjectionPoint(String, String) - Method in class org.jboss.as.weld.services.bootstrap.WeldResourceInjectionServices
 
registerResourceInjectionPoint(InjectionPoint) - Method in class org.jboss.as.weld.services.bootstrap.WeldResourceInjectionServices
 
registerTransformers(SubsystemTransformerRegistration) - Method in class org.jboss.as.weld.WeldTransformers
 
removeClassLoader(ClassLoader) - Static method in class org.jboss.as.weld.services.ModuleGroupSingletonProvider
Removes the class loader mapping
REQ_SCOPED - org.jboss.as.weld.CdiAnnotations
javax.enterprise.context.RequestScoped CDI annotation.
resolveResource(String, String) - Method in class org.jboss.as.weld.services.bootstrap.WeldResourceInjectionServices
 
resolveResource(InjectionPoint) - Method in class org.jboss.as.weld.services.bootstrap.WeldResourceInjectionServices
 
ResourceLookupDependenciesProvider - Class in org.jboss.as.weld.injection
Adds binder service dependencies for any Resource lookups within java:jboss namespace that are processed by Weld.
ResourceLookupDependenciesProvider() - Constructor for class org.jboss.as.weld.injection.ResourceLookupDependenciesProvider
 

S

SCOPE - Static variable in enum org.jboss.as.weld.CdiAnnotations
 
SecurityBootstrapDependencyInstaller - Class in org.jboss.as.weld.deployment.processors
 
SecurityBootstrapDependencyInstaller() - Constructor for class org.jboss.as.weld.deployment.processors.SecurityBootstrapDependencyInstaller
 
SERVICE_NAME - Static variable in class org.jboss.as.weld.ejb.WeldInterceptorBindingsService
 
SERVICE_NAME - Static variable in class org.jboss.as.weld.services.bootstrap.WeldExecutorServices
 
SERVICE_NAME - Static variable in class org.jboss.as.weld.services.bootstrap.WeldSecurityServices
 
SERVICE_NAME - Static variable in class org.jboss.as.weld.services.TCCLSingletonService
 
SERVICE_NAME - Static variable in class org.jboss.as.weld.WeldBootstrapService
The service name that external services depend on
SERVICE_NAME - Static variable in class org.jboss.as.weld.WeldStartCompletionService
 
SERVICE_NAME - Static variable in class org.jboss.as.weld.WeldStartService
 
serviceName(DeploymentUnit) - Static method in class org.jboss.as.weld.deployment.WeldClassIntrospector
 
serviceName(DeploymentUnit) - Static method in class org.jboss.as.weld.services.BeanManagerService
Gets the Bean Manager MSC service name relative to the Deployment Unit.
SESS_SCOPED - org.jboss.as.weld.CdiAnnotations
javax.enterprise.context.SessionScoped CDI annotation.
setup(Map<String, Object>) - Method in class org.jboss.as.weld.arquillian.WeldContextSetup
 
SimpleEnvEntryCdiResourceInjectionProcessor - Class in org.jboss.as.weld.deployment.processors
Processes deployment descriptor env-entry configurations looking for cases where an injection target is specified and the env-entry-type is one of the 'Simple Environment Entry' Java types listed in Section 5.4 of the Jakarta EE 9.1 Platform specification.
SimpleEnvEntryCdiResourceInjectionProcessor() - Constructor for class org.jboss.as.weld.deployment.processors.SimpleEnvEntryCdiResourceInjectionProcessor
 
SINGLETON - org.jboss.as.weld.CdiAnnotations
javax.inject.Singleton annotation.
SPECIALIZES - org.jboss.as.weld.CdiAnnotations
javax.enterprise.inject.Specializes CDI annotation.
start(StartContext) - Method in class org.jboss.as.weld.deployment.WeldClassIntrospector
 
start(StartContext) - Method in class org.jboss.as.weld.ejb.WeldInterceptorBindingsService
 
start(StartContext) - Method in class org.jboss.as.weld.injection.WeldComponentService
 
start(StartContext) - Method in class org.jboss.as.weld.services.BeanManagerService
 
start(StartContext) - Method in class org.jboss.as.weld.services.bootstrap.WeldExecutorServices
 
start(StartContext) - Method in class org.jboss.as.weld.services.bootstrap.WeldSecurityServices
 
start(StartContext) - Method in class org.jboss.as.weld.services.TCCLSingletonService
 
start(StartContext) - Method in class org.jboss.as.weld.WeldBootstrapService
Starts the weld container
start(StartContext) - Method in class org.jboss.as.weld.WeldStartCompletionService
 
start(StartContext) - Method in class org.jboss.as.weld.WeldStartService
 
STEREOTYPE - org.jboss.as.weld.CdiAnnotations
javax.enterprise.inject.Stereotype CDI annotation.
stop(StopContext) - Method in class org.jboss.as.weld.deployment.WeldClassIntrospector
 
stop(StopContext) - Method in class org.jboss.as.weld.ejb.WeldInterceptorBindingsService
 
stop(StopContext) - Method in class org.jboss.as.weld.injection.WeldComponentService
 
stop(StopContext) - Method in class org.jboss.as.weld.services.BeanManagerService
 
stop(StopContext) - Method in class org.jboss.as.weld.services.bootstrap.WeldExecutorServices
 
stop(StopContext) - Method in class org.jboss.as.weld.services.bootstrap.WeldSecurityServices
 
stop(StopContext) - Method in class org.jboss.as.weld.services.TCCLSingletonService
 
stop(StopContext) - Method in class org.jboss.as.weld.WeldBootstrapService
This is a no-op if WeldStartService.start(StartContext) completes normally and the shutdown is performed in WeldStartService.stop(org.jboss.msc.service.StopContext).
stop(StopContext) - Method in class org.jboss.as.weld.WeldStartCompletionService
 
stop(StopContext) - Method in class org.jboss.as.weld.WeldStartService
Stops the container Executed in WeldStartService to shutdown the runtime before NamingService is closed.
SUBSYSTEM_NAME - Static variable in class org.jboss.as.weld.WeldExtension
 
supportsClassDefining() - Method in class org.jboss.as.weld.services.bootstrap.ProxyServicesImpl
 
SYNTHETIC - org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl.BeanArchiveType
 

T

TCCLSingletonService - Class in org.jboss.as.weld.services
Service that manages the weld SingletonProvider
TCCLSingletonService() - Constructor for class org.jboss.as.weld.services.TCCLSingletonService
 
teardown(Map<String, Object>) - Method in class org.jboss.as.weld.arquillian.WeldContextSetup
 
TO_FQCN - Static variable in class org.jboss.as.weld.discovery.AnnotationType
 
toString() - Method in class org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl
 
toString() - Method in class org.jboss.as.weld.discovery.AnnotationType
 
toString() - Method in class org.jboss.as.weld.discovery.WeldClassFileInfo
 
TYPED - org.jboss.as.weld.CdiAnnotations
javax.enterprise.inject.Typed CDI annotation.

U

undeploy(DeploymentUnit) - Method in class org.jboss.as.weld.deployment.processors.BeanArchiveProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.weld.deployment.processors.BeanDefiningAnnotationProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.weld.deployment.processors.BeansXmlProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.weld.deployment.processors.WeldBeanManagerServiceProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.weld.deployment.processors.WeldDeploymentProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.weld.deployment.processors.WeldPortableExtensionProcessor
 
Utils - Class in org.jboss.as.weld.util
Various utilities for working with WildFly APIs

V

valueOf(String) - Static method in enum org.jboss.as.weld.CdiAnnotations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl.BeanArchiveType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.weld.CdiAnnotations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.weld.deployment.BeanDeploymentArchiveImpl.BeanArchiveType
Returns an array containing the constants of this enum type, in the order they are declared.

W

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>, ServiceName, ServiceName) - Constructor for class org.jboss.as.weld.WeldBootstrapService
 
WeldCapabilityImpl - Class in org.jboss.as.weld
The implementation of WeldCapability.
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
Deployment unit processor that add the WeldManagedReferenceFactory instantiator to components that are part of a bean archive.
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, 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
 
WeldDeploymentMarker - Class in org.jboss.as.weld._private
Marker for top level deployments that contain a beans.xml file
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 Jakarta Contexts and Dependency 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 Jakarta Contexts and Dependency Injection 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 Jakarta Server Pages 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 Jakarta Contexts and Dependency Injection 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, PropertyReplacer, Module, boolean) - Constructor for class org.jboss.as.weld.services.bootstrap.WeldResourceInjectionServices
 
WeldSecurityServices - Class in org.jboss.as.weld.services.bootstrap
 
WeldSecurityServices(Consumer<SecurityServices>) - 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>, List<SetupAction>, ClassLoader) - 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
 
WeldSubsystem50Parser - Class in org.jboss.as.weld
 
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
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages