-
Interface Summary
Interface |
Description |
NotificationListener |
Allows a container lifecycle event to be notified before and after the event is delivered to an Extension .
|
-
Class Summary
Class |
Description |
AbstractAnnotatedTypeRegisteringEvent |
|
AbstractBeanDiscoveryEvent |
|
AbstractContainerEvent |
|
AbstractDefinitionContainerEvent |
|
AbstractDeploymentContainerEvent |
|
AbstractProcessClassBean<X,B extends AbstractClassBean<X>> |
|
AbstractProcessInjectionTarget<T> |
|
AbstractProcessProducerBean<T,X,B extends AbstractProducerBean<T,X,?>> |
|
AfterBeanDiscoveryImpl |
|
AfterDeploymentValidationImpl |
|
AfterTypeDiscoveryImpl |
|
BeforeBeanDiscoveryImpl |
|
BeforeShutdownImpl |
|
ContainerEvent |
Marker for lifecycle events dispatched by the Weld container.
|
ContainerLifecycleEventPreloader |
Allows observer methods for container lifecycle events to be resolved upfront while the deployment is waiting for classloader
or reflection API.
|
ContainerLifecycleEvents |
|
ProcessAnnotatedTypeEventResolvable |
For ProcessAnnotatedType we need a special Resolvable in order to support WithAnnotations properly.
|
ProcessAnnotatedTypeImpl<X> |
Container lifecycle event for each Java class or interface discovered by
the container.
|
ProcessBeanAttributesImpl<T> |
Container lifecycle event that allows bean metadata (BeanAttributes ) to be changed before the bean is registered.
|
ProcessBeanImpl<X> |
|
ProcessBeanInjectionTarget<X> |
|
ProcessInjectionPointImpl<T,X> |
|
ProcessManagedBeanImpl<X> |
|
ProcessObserverMethodImpl<T,X> |
Implementation of the event used to notify observers for each observer
method that is added.
|
ProcessProducerFieldImpl<T,X> |
|
ProcessProducerImpl<T,X> |
|
ProcessProducerMethodImpl<T,X> |
|
ProcessSessionBeanImpl<X> |
|
ProcessSimpleInjectionTarget<X> |
|
ProcessSyntheticAnnotatedTypeImpl<T> |
|
RequiredAnnotationDiscovery |
Wrapper over ReflectionCache capable of determining whether a given class
has a given annotation or not, as defined by the CDI 1.1 specification (11.5.6).
|
Package org.jboss.weld.bootstrap.events Description
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
distribution for a full listing of individual contributors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.