A B C D E F G H I K L M N O P Q R S T U V W

A

AbstractImmutableBean<T> - Class in org.jboss.weld.extensions.bean
A base class for implementing Bean.
AbstractImmutableBean(Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, String) - Constructor for class org.jboss.weld.extensions.bean.AbstractImmutableBean
Create a new, immutable bean.
AbstractImmutableProducer<T> - Class in org.jboss.weld.extensions.bean
A base class for implementing Producer.
AbstractImmutableProducer(Set<InjectionPoint>) - Constructor for class org.jboss.weld.extensions.bean.AbstractImmutableProducer
 
AbstractJndiBeanManagerProvider - Class in org.jboss.weld.extensions.beanManager
A base for building a BeanManagerProvider backed by JNDI
AbstractJndiBeanManagerProvider() - Constructor for class org.jboss.weld.extensions.beanManager.AbstractJndiBeanManagerProvider
 
add(Annotation) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotationBuilder
 
add(Class<?>, Type) - Method in class org.jboss.weld.extensions.reflection.HierarchyDiscovery
 
add(E, int) - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Adds a number of occurrences of an element to this multiset.
add(E) - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Adds a single occurrence of the specified element to this multiset.
add(V) - Method in class org.jboss.weld.extensions.util.collections.WrappedListIterator
 
addAll(Set<Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotationBuilder
 
addAll(AnnotationStore) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotationBuilder
 
addAll(AnnotatedElement) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotationBuilder
 
addCriteria(PropertyCriteria) - Method in class org.jboss.weld.extensions.properties.query.PropertyQuery
Add a criteria to query
addQualifier(Annotation) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Add to the qualifiers used for bean creation.
addQualifier(Annotation) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Add to the qualifiers used for bean creation.
addQualifiers(Annotation...) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Add to the qualifiers used for bean creation.
addQualifiers(Collection<Annotation>) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Add to the qualifiers used for bean creation.
addQualifiers(Annotation...) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Add to the qualifiers used for bean creation.
addQualifiers(Collection<Annotation>) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Add to the qualifiers used for bean creation.
addResourceLoader(ResourceLoader) - Static method in class org.jboss.weld.extensions.resourceLoader.DelegatingResourceLoader
Deprecated.  
addToClass(Annotation) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the type declaration.
addToConstructor(Constructor<X>, Annotation) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified constructor.
addToConstructor(AnnotatedConstructor<X>, Annotation) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified constructor.
addToConstructorParameter(Constructor<X>, int, Annotation) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified constructor parameter.
addToField(Field, Annotation) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified field.
addToField(AnnotatedField<? super X>, Annotation) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified field.
addToMethod(Method, Annotation) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified method.
addToMethod(AnnotatedMethod<? super X>, Annotation) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified method.
addToMethodParameter(Method, int, Annotation) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified method parameter.
addToParameter(AnnotatedParameter<? super X>, Annotation) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified parameter.
addType(Type) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Add to the type closure used for bean creation.
addType(Type) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Add to the type closure used for bean creation.
addTypes(Type...) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Add to the type closure used for bean creation.
addTypes(Collection<Type>) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Add to the type closure used for bean creation.
addTypes(Type...) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Add to the type closure used for bean creation.
addTypes(Collection<Type>) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Add to the type closure used for bean creation.
alreadyPresent(Class<? extends Annotation>) - Method in interface org.jboss.weld.extensions.messages.AnnotatedMessages
 
alternative(boolean) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define that the created bean will (or will not) be an alternative.
alternative(boolean) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Define that the created bean will (or will not) be an alternative.
AlternativeLiteral - Class in org.jboss.weld.extensions.literal
 
AlternativeLiteral() - Constructor for class org.jboss.weld.extensions.literal.AlternativeLiteral
 
AnnotatedMessages - Interface in org.jboss.weld.extensions.messages
Messages used for logging in the reflection.annotated package
AnnotatedPropertyCriteria - Class in org.jboss.weld.extensions.properties.query
A criteria that matches a property based on its annotations
AnnotatedPropertyCriteria(Class<? extends Annotation>) - Constructor for class org.jboss.weld.extensions.properties.query.AnnotatedPropertyCriteria
 
Annotateds - Class in org.jboss.weld.extensions.reflection.annotated
Utilities for working with Annotateds.
AnnotatedTypeBuilder<X> - Class in org.jboss.weld.extensions.reflection.annotated
Class for constructing a new AnnotatedType.
AnnotatedTypeBuilder() - Constructor for class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Create a new builder.
AnnotationBuilder - Class in org.jboss.weld.extensions.reflection.annotated
Helper class used to build annotation stores
AnnotationInspector - Class in org.jboss.weld.extensions.reflection
Inspect an AnnotatedElement or Annotated to obtain it's meta annotations and annotations, taking into account stereotypes.
AnnotationInstanceProvider - Class in org.jboss.weld.extensions.reflection
Provides dynamic annotation creation.
AnnotationInstanceProvider() - Constructor for class org.jboss.weld.extensions.reflection.AnnotationInstanceProvider
 
AnnotationRedefiner<A extends Annotation> - Interface in org.jboss.weld.extensions.reflection.annotated
An implementation AnnotationRedefiner can be applied to an AnnotatedTypeBuilder, and receives callbacks for each annotation of the type is it applied for.
AnyLiteral - Class in org.jboss.weld.extensions.literal
 
AnyLiteral() - Constructor for class org.jboss.weld.extensions.literal.AnyLiteral
 
ApplicationScopedLiteral - Class in org.jboss.weld.extensions.literal
 
ApplicationScopedLiteral() - Constructor for class org.jboss.weld.extensions.literal.ApplicationScopedLiteral
 
ApplyScope - Annotation Type in org.jboss.weld.extensions.bean.generic
Specifies that the managed bean or producer should inherit the scope of the generic configuration producer.
Arrays2 - Class in org.jboss.weld.extensions.util.collections
A collection of utilities for working with Arrays that goes beyond that in the JDK.
asMap() - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Returns a map view that associates each key with the corresponding values in the multimap.
asMap() - Method in interface org.jboss.weld.extensions.util.collections.SetMultimap
Returns a map view that associates each key with the corresponding values in the multimap.
asSet(T...) - Static method in class org.jboss.weld.extensions.util.collections.Arrays2
Create a set from an array.

B

BeanBuilder<T> - Class in org.jboss.weld.extensions.bean
A builder class for creating immutable beans.
BeanBuilder(BeanManager) - Constructor for class org.jboss.weld.extensions.bean.BeanBuilder
Instantiate a new bean builder.
beanClass(Class<?>) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define the bean class used for bean creation.
beanLifecycle(ContextualLifecycle<T>) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define the ContextualLifecycle used for bean creation.
BeanManagerAccessor - Class in org.jboss.weld.extensions.beanManager
Static accessors for objects not able to obtain CDI injection that need a reference to the BeanManager.
BeanManagerAware - Class in org.jboss.weld.extensions.beanManager
Super-class for objects not able to obtain CDI injection that need a reference to the BeanManager.
BeanManagerAware() - Constructor for class org.jboss.weld.extensions.beanManager.BeanManagerAware
 
BeanManagerProvider - Interface in org.jboss.weld.extensions.beanManager
BeanManagerProvider is the SPI for BeanManagerAware which allows third parties to register a way of obtaining the BeanManager outside of CDI managed objects.
Beans - Class in org.jboss.weld.extensions.bean
A set of utility methods for working with beans.

C

cast(Object) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Perform a runtime cast.
Category - Annotation Type in org.jboss.weld.extensions.log
Specifies a Category for the injected logger.
checkArgument(boolean, String, Object...) - Static method in class org.jboss.weld.extensions.util.collections.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean) - Static method in class org.jboss.weld.extensions.util.collections.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkNotNull(T) - Static method in class org.jboss.weld.extensions.util.collections.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkReturnValue(Object, Bean<?>, InjectionPoint, BeanManager) - Static method in class org.jboss.weld.extensions.bean.Beans
 
checkState(boolean, Object) - Static method in class org.jboss.weld.extensions.util.collections.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean) - Static method in class org.jboss.weld.extensions.util.collections.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
classForName(String, ClassLoader...) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Loads and initializes a class for the given name.
clear() - Method in class org.jboss.weld.extensions.reflection.Synthetic.Provider
 
clear() - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Removes all key-value pairs from the multimap.
Client - Annotation Type in org.jboss.weld.extensions.core
Qualifier annotation provided for the purposes of identifing beans associated with the currently logged in user.
ClientLiteral - Class in org.jboss.weld.extensions.literal
 
ClientLiteral() - Constructor for class org.jboss.weld.extensions.literal.ClientLiteral
 
Collections2 - Class in org.jboss.weld.extensions.util.collections
 
compare(Sortable, Sortable) - Method in class org.jboss.weld.extensions.util.Sortable.Comparator
 
compareAnnotatedCallable(AnnotatedCallable<?>, AnnotatedCallable<?>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Compare AnnotatedCallables for equality.
compareAnnotatedField(AnnotatedField<?>, AnnotatedField<?>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Compares AnnotatedFields for equality.
compareAnnotatedTypes(AnnotatedType<?>, AnnotatedType<?>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Compares two AnnotatedTypes for equality.
Composite - Annotation Type in org.jboss.weld.extensions.el
Qualifier used to identify a ELResolver that contains the default EL resolvers and any user registered el resolvers
contains(Object) - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Determines whether this multiset contains the specified element.
containsAll(Collection<?>) - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Returns true if this multiset contains at least one occurrence of each element in the specified collection.
containsEntry(Object, Object) - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Returns true if the multimap contains the specified key-value pair.
containsKey(Object) - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Returns true if the multimap contains any values for the specified key.
containsValue(Object) - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Returns true if the multimap contains the specified value for any key.
contextDestroyed(ServletContextEvent) - Method in class org.jboss.weld.extensions.resourceLoader.servlet.ResourceListener
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.weld.extensions.resourceLoader.servlet.ResourceListener
 
ContextualLifecycle<T> - Interface in org.jboss.weld.extensions.bean
Callbacks used by BeanBuilder and ImmutableBean to allow control of the creation and destruction of a custom bean.
ConversationScopedLiteral - Class in org.jboss.weld.extensions.literal
 
ConversationScopedLiteral() - Constructor for class org.jboss.weld.extensions.literal.ConversationScopedLiteral
 
CoreExtension - Class in org.jboss.weld.extensions.core
Extension to install the "core" extensions.
count(Object) - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Returns the number of occurrences of an element in this multiset (the count of the element).
create() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Use the bean builder's current state to define the bean.
create(Bean<T>, CreationalContext<T>) - Method in interface org.jboss.weld.extensions.bean.ContextualLifecycle
Callback invoked by a Weld Extensions created bean when Contextual.create(CreationalContext) is called.
create(Bean<T>, CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.DelegatingContextualLifecycle
 
create(CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
create(CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.ImmutableBean
 
create(CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.ImmutableNarrowingBean
 
create() - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Use the bean builder's current state to define the bean.
create() - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Create an AnnotatedType.
create(Bean<T>, CreationalContext<T>) - Method in class org.jboss.weld.extensions.servicehandler.ServiceHandlerBeanLifecycle
 
create(CreationalContext<M>) - Method in class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
 
createCallableId(AnnotatedCallable<X>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Generates a deterministic signature for an AnnotatedCallable.
createConstructorId(Constructor<X>, Set<Annotation>, List<AnnotatedParameter<X>>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Creates a deterministic signature for a Constructor.
createFieldId(AnnotatedField<X>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Generates a deterministic signature for an AnnotatedField.
createFieldId(Field, Collection<Annotation>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Creates a deterministic signature for a Field.
createInjectionPoints(AnnotatedMethod<X>, Bean<?>, BeanManager) - Static method in class org.jboss.weld.extensions.bean.Beans
Given a method, and the bean on which the method is declared, create a collection of injection points representing the parameters of the method.
createMethodId(Method, Set<Annotation>, List<AnnotatedParameter<X>>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Creates a deterministic signature for a Method.
createParameterId(AnnotatedParameter<X>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Creates a string representation of an AnnotatedParameter.
createParameterId(Type, Set<Annotation>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Creates a string representation of a given type and set of annotations.
createParameterListId(List<AnnotatedParameter<X>>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Generates a unique string representation of a list of AnnotatedParameters.
createProperty(Field) - Static method in class org.jboss.weld.extensions.properties.Properties
Create a JavaBean style property from the field
createProperty(Method) - Static method in class org.jboss.weld.extensions.properties.Properties
Create a JavaBean style property from the specified method
createProperty(Member) - Static method in class org.jboss.weld.extensions.properties.Properties
Create a JavaBean style property from the specified member
createQuery(Class<?>) - Static method in class org.jboss.weld.extensions.properties.query.PropertyQueries
Create a new PropertyQuery
createTypeId(AnnotatedType<X>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Generates a deterministic signature for an AnnotatedType.
createTypeId(Class<X>, Collection<Annotation>, Collection<AnnotatedMethod<? super X>>, Collection<AnnotatedField<? super X>>, Collection<AnnotatedConstructor<X>>) - Static method in class org.jboss.weld.extensions.reflection.annotated.Annotateds
Generates a unique signature for a concrete class.

D

DecoratorLiteral - Class in org.jboss.weld.extensions.literal
 
DecoratorLiteral() - Constructor for class org.jboss.weld.extensions.literal.DecoratorLiteral
 
DefaultBean - Annotation Type in org.jboss.weld.extensions.bean.defaultbean
Annotation that signifies that a bean should only be registered if no other instance with the same type and qualifiers is registered.
DefaultBeanExtension - Class in org.jboss.weld.extensions.bean.defaultbean
Registers beans annotated @DefaultBean During the ProcessAnnotatedTypePhase beans and producers annotated with @Default have a synthetic qualifier added to them and existing qualifiers removed.
DefaultBeanExtension() - Constructor for class org.jboss.weld.extensions.bean.defaultbean.DefaultBeanExtension
 
DefaultBeanLiteral - Class in org.jboss.weld.extensions.literal
 
DefaultBeanLiteral(Class<?>) - Constructor for class org.jboss.weld.extensions.literal.DefaultBeanLiteral
 
DefaultLiteral - Class in org.jboss.weld.extensions.literal
 
DefaultLiteral() - Constructor for class org.jboss.weld.extensions.literal.DefaultLiteral
 
delegate() - Method in class org.jboss.weld.extensions.bean.ForwardingBean
All calls to this Bean instance are forwarded to the delegate unless overridden.
delegate() - Method in class org.jboss.weld.extensions.bean.ForwardingInjectionTarget
All calls to this InjectionTarget instance are forwarded to the delegate unless overridden.
delegate() - Method in class org.jboss.weld.extensions.bean.ForwardingObserverMethod
All calls to this ObserverMethod instance are forwarded to the delegate unless overridden.
DelegateLiteral - Class in org.jboss.weld.extensions.literal
 
DelegateLiteral() - Constructor for class org.jboss.weld.extensions.literal.DelegateLiteral
 
DelegatingContextualLifecycle<T> - Class in org.jboss.weld.extensions.bean
An implementation of ContextualLifecycle that is backed by an InjectionTarget.
DelegatingContextualLifecycle(InjectionTarget<T>) - Constructor for class org.jboss.weld.extensions.bean.DelegatingContextualLifecycle
Instantiate a new ContextualLifecycle backed by an InjectionTarget.
DelegatingResourceLoader - Class in org.jboss.weld.extensions.resourceLoader
Deprecated. this resource loader can easily leak between application instances
DelegatingResourceLoader() - Constructor for class org.jboss.weld.extensions.resourceLoader.DelegatingResourceLoader
Deprecated.  
DependentLiteral - Class in org.jboss.weld.extensions.literal
 
DependentLiteral() - Constructor for class org.jboss.weld.extensions.literal.DependentLiteral
 
destroy(Bean<T>, T, CreationalContext<T>) - Method in interface org.jboss.weld.extensions.bean.ContextualLifecycle
Callback invoked by a Weld Extensions created bean when Contextual.destroy(Object, CreationalContext) is called.
destroy(Bean<T>, T, CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.DelegatingContextualLifecycle
 
destroy(T, CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
destroy(T, CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.generic.GenericProducerMethod
 
destroy(T, CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.ImmutableBean
 
destroy(T, CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.ImmutableNarrowingBean
 
destroy(Bean<T>, T, CreationalContext<T>) - Method in class org.jboss.weld.extensions.servicehandler.ServiceHandlerBeanLifecycle
 
destroy(M, CreationalContext<M>) - Method in class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
 
dispose(T) - Method in class org.jboss.weld.extensions.bean.DummyInjectionTarget
 
dispose(T) - Method in class org.jboss.weld.extensions.bean.ForwardingInjectionTarget
 
DisposesLiteral - Class in org.jboss.weld.extensions.literal
 
DisposesLiteral() - Constructor for class org.jboss.weld.extensions.literal.DisposesLiteral
 
DummyFunctionMapper - Class in org.jboss.weld.extensions.el
A dummy function mapper that is installed by default.
DummyFunctionMapper() - Constructor for class org.jboss.weld.extensions.el.DummyFunctionMapper
 
DummyInjectionTarget<T> - Class in org.jboss.weld.extensions.bean
Injection target implementation that does nothing
DummyInjectionTarget() - Constructor for class org.jboss.weld.extensions.bean.DummyInjectionTarget
 
DummyVariableMapper - Class in org.jboss.weld.extensions.el
A dummy variable mapper that is installed by default.
DummyVariableMapper() - Constructor for class org.jboss.weld.extensions.el.DummyVariableMapper
 
during() - Method in class org.jboss.weld.extensions.literal.ObservesLiteral
 

E

elementSet() - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Returns the set of distinct elements contained in this multiset.
ELExtension - Class in org.jboss.weld.extensions.el
Extension that adds classes from the el package as AnnotatedTypes
ELExtension() - Constructor for class org.jboss.weld.extensions.el.ELExtension
 
ELResolverProducer - Class in org.jboss.weld.extensions.el
Creates the composite EL Resolver which contains the default EL resolvers, the CDI EL resolver and any user registered resolvers.
ELResolverProducer() - Constructor for class org.jboss.weld.extensions.el.ELResolverProducer
 
EMPTY_ANNOTATION_ARRAY - Static variable in class org.jboss.weld.extensions.reflection.Reflections
An empty array of type Annotation, useful converting lists to arrays.
EMPTY_OBJECT_ARRAY - Static variable in class org.jboss.weld.extensions.reflection.Reflections
An empty array of type Object, useful for converting lists to arrays.
entries() - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Returns a collection of all key-value pairs.
entries() - Method in interface org.jboss.weld.extensions.util.collections.SetMultimap
Returns a collection of all key-value pairs.
entrySet() - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Returns a view of the contents of this multiset, grouped into Multiset.Entry instances, each providing an element of the multiset and the count of that element.
equal(Object, Object) - Static method in class org.jboss.weld.extensions.util.collections.Objects
Determines whether two possibly-null objects are equal.
equals(Object) - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
equals(Object) - Method in class org.jboss.weld.extensions.bean.ForwardingObserverMethod
 
equals(Object) - Method in class org.jboss.weld.extensions.reflection.ParameterizedTypeImpl
 
equals(Object) - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Compares the specified object with this multimap for equality.
equals(Object) - Method in interface org.jboss.weld.extensions.util.collections.Multiset.Entry
equals(Object) - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Compares the specified object with this multiset for equality.
equals(Object) - Method in interface org.jboss.weld.extensions.util.collections.SetMultimap
Compares the specified object to this multimap for equality.
evaluateMethodExpression(String, Class<T>, Object[], Class<?>[]) - Method in class org.jboss.weld.extensions.el.Expressions
Evaluate a MethodExpression, passing arguments and argument types to the method.
evaluateMethodExpression(String, Class<T>) - Method in class org.jboss.weld.extensions.el.Expressions
Evaluate a MethodExpression with no parameters.
evaluateMethodExpression(String) - Method in class org.jboss.weld.extensions.el.Expressions
Evaluate a MethodExpression with no parameters, inferring the return type.
evaluateMethodExpression(String, Object...) - Method in class org.jboss.weld.extensions.el.Expressions
Evaluate a MethodExpression, passing arguments to the method.
evaluateValueExpression(String, Class<T>) - Method in class org.jboss.weld.extensions.el.Expressions
Evaluate a ValueExpression.
evaluateValueExpression(String) - Method in class org.jboss.weld.extensions.el.Expressions
Evaluate a ValueExpression inferring the return type.
Exact - Annotation Type in org.jboss.weld.extensions.core
An injection point qualifier that may be used to select the exact bean to be injected, by specifying its implementation class.
ExactLiteral - Class in org.jboss.weld.extensions.literal
 
ExactLiteral(Class<?>) - Constructor for class org.jboss.weld.extensions.literal.ExactLiteral
 
Expressions - Class in org.jboss.weld.extensions.el
Provides various utility methods for working with EL expressions.
Expressions(ELContext, ExpressionFactory) - Constructor for class org.jboss.weld.extensions.el.Expressions
Create a new instance of the Expressions class, providing the ELContext and ExpressionFactory to be used.

F

fieldMatches(Field) - Method in class org.jboss.weld.extensions.properties.query.AnnotatedPropertyCriteria
 
fieldMatches(Field) - Method in class org.jboss.weld.extensions.properties.query.NamedPropertyCriteria
 
fieldMatches(Field) - Method in interface org.jboss.weld.extensions.properties.query.PropertyCriteria
Tests whether the specified field matches the criteria
fieldMatches(Field) - Method in class org.jboss.weld.extensions.properties.query.TypedPropertyCriteria
 
FieldProperty<V> - Interface in org.jboss.weld.extensions.properties
 
findDeclaredConstructor(Class<?>, Class<?>...) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Search the class hierarchy for a constructor with the given arguments.
findDeclaredField(Class<?>, String) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Search the class hierarchy for a field with the given name.
findDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Search the class hierarchy for a method with the given name and arguments.
ForwardingBean<T> - Class in org.jboss.weld.extensions.bean
An implementation of Bean that forwards all calls to the ForwardingBean.delegate().
ForwardingBean() - Constructor for class org.jboss.weld.extensions.bean.ForwardingBean
 
ForwardingInjectionTarget<T> - Class in org.jboss.weld.extensions.bean
An implementation of InjectionTarget that forwards all calls to ForwardingInjectionTarget.delegate().
ForwardingInjectionTarget() - Constructor for class org.jboss.weld.extensions.bean.ForwardingInjectionTarget
 
ForwardingObserverMethod<T> - Class in org.jboss.weld.extensions.bean
An implementation of ObserverMethod that forwards all calls to ForwardingObserverMethod.delegate().
ForwardingObserverMethod() - Constructor for class org.jboss.weld.extensions.bean.ForwardingObserverMethod
 

G

Generic - Annotation Type in org.jboss.weld.extensions.bean.generic
Qualifier used to identify generic bean injection points.
GenericBeanExtension - Class in org.jboss.weld.extensions.bean.generic
Extension that wires in Generic Beans
GenericBeanExtension() - Constructor for class org.jboss.weld.extensions.bean.generic.GenericBeanExtension
 
GenericConfiguration - Annotation Type in org.jboss.weld.extensions.bean.generic
Defines a set of generic beans which can inject the configuration annotation, any other generic bean for the same configuration type, and the product of the generic producer.
GenericConfigurationLiteral - Class in org.jboss.weld.extensions.literal
 
GenericConfigurationLiteral(Class<? extends Annotation>) - Constructor for class org.jboss.weld.extensions.literal.GenericConfigurationLiteral
 
GenericLiteral - Class in org.jboss.weld.extensions.literal
 
GenericLiteral() - Constructor for class org.jboss.weld.extensions.literal.GenericLiteral
 
GenericProducerMethod<T,X> - Class in org.jboss.weld.extensions.bean.generic
 
GenericType - Annotation Type in org.jboss.weld.extensions.bean.generic
A meta annotation used to indicate that the annotation is a generic configuration annotation.
GenericTypeLiteral - Class in org.jboss.weld.extensions.literal
 
GenericTypeLiteral(Class<?>) - Constructor for class org.jboss.weld.extensions.literal.GenericTypeLiteral
 
get(Class<T>, Map<String, ?>) - Method in class org.jboss.weld.extensions.reflection.AnnotationInstanceProvider
Returns an instance of the given annotation type with attribute values specified in the map.
get(Annotation) - Method in class org.jboss.weld.extensions.reflection.Synthetic.Provider
Get a synthetic qualifier.
get() - Method in class org.jboss.weld.extensions.reflection.Synthetic.Provider
Get a synthetic qualifier.
get(K) - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Returns a collection view of all values associated with a key.
get(K) - Method in interface org.jboss.weld.extensions.util.collections.SetMultimap
Returns a collection view of all values associated with a key.
get() - Method in interface org.jboss.weld.extensions.util.collections.Supplier
Retrieves an instance of the appropriate type.
getActualTypeArguments() - Method in class org.jboss.weld.extensions.reflection.ParameterizedTypeImpl
 
getAllDeclaredConstructors(Class<?>) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Get all the declared constructors on the class hierarchy.
getAllDeclaredFields(Class<?>) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Get all the declared fields on the class hierarchy.
getAllDeclaredMethods(Class<?>) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Get all the declared methods on the class hierarchy.
getAnnotated() - Method in class org.jboss.weld.extensions.bean.ImmutableInjectionPoint
 
getAnnotatedElement() - Method in interface org.jboss.weld.extensions.properties.FieldProperty
 
getAnnotatedElement() - Method in interface org.jboss.weld.extensions.properties.MethodProperty
 
getAnnotatedElement() - Method in interface org.jboss.weld.extensions.properties.Property
Get the element responsible for retrieving the property value
getAnnotatedElement() - Method in class org.jboss.weld.extensions.reflection.annotated.RedefinitionContext
Access to the AnnotatedElement on which this annotation is defined.
getAnnotation(Class<T>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotationBuilder
 
getAnnotation(AnnotatedElement, Class<A>, boolean, BeanManager) - Static method in class org.jboss.weld.extensions.reflection.AnnotationInspector
Inspect AnnoatedElement element for a specific type of annotation.
getAnnotationBuilder() - Method in class org.jboss.weld.extensions.reflection.annotated.RedefinitionContext
Access to the annotations present on the element.
getAnnotations(Annotated, Class<? extends Annotation>) - Static method in class org.jboss.weld.extensions.reflection.AnnotationInspector
Inspects an annotated element for any annotations with the given meta annotation.
getAnnotationsWithMetaAnnotation(Set<Annotation>, Class<? extends Annotation>) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Search for annotations with the specified meta annotation type
getAnnotationType() - Method in exception org.jboss.weld.extensions.reflection.NullMemberException
 
getBaseType() - Method in interface org.jboss.weld.extensions.properties.Property
Returns the property type
getBaseType() - Method in class org.jboss.weld.extensions.reflection.annotated.RedefinitionContext
Access to the Type of the element on which this annotation is defined
getBean() - Method in class org.jboss.weld.extensions.bean.ImmutableInjectionPoint
 
getBeanClass() - Method in class org.jboss.weld.extensions.bean.AbstractImmutableBean
 
getBeanClass() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
The bean class currently defined for bean creation.
getBeanClass() - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
getBeanClass() - Method in class org.jboss.weld.extensions.bean.ForwardingObserverMethod
 
getBeanClass() - Method in class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
 
getBeanLifecycle() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
The ContextualLifecycle currently defined for bean creation.
getBeanManager() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
The bean manager in use.
getBeanManager() - Method in class org.jboss.weld.extensions.beanManager.AbstractJndiBeanManagerProvider
 
getBeanManager() - Static method in class org.jboss.weld.extensions.beanManager.BeanManagerAccessor
Obtain the BeanManager from the BeanManagerProviders
getBeanManager() - Method in class org.jboss.weld.extensions.beanManager.BeanManagerAware
Obtain the BeanManager from the BeanManagerProviders
getBeanManager() - Method in interface org.jboss.weld.extensions.beanManager.BeanManagerProvider
Try to obtain a BeanManager
getBeanManager() - Method in class org.jboss.weld.extensions.reflection.annotated.InjectableMethod
Get the bean manager used by this injectable method.
getCount() - Method in interface org.jboss.weld.extensions.util.collections.Multiset.Entry
Returns the count of the associated element in the underlying multiset.
getDeclaringClass() - Method in interface org.jboss.weld.extensions.properties.Property
Returns the class that declares the property
getDefaultValue(CreationalContext<?>) - Method in class org.jboss.weld.extensions.reflection.annotated.ParameterValueRedefiner.ParameterValue
Get the default value of the parameter.
getELContext() - Method in class org.jboss.weld.extensions.el.Expressions
Obtain the ELContext that this instance of Expressions is using.
getElement() - Method in interface org.jboss.weld.extensions.util.collections.Multiset.Entry
Returns the multiset element corresponding to this entry.
getElementName() - Method in class org.jboss.weld.extensions.reflection.annotated.RedefinitionContext
Access to the name of the element, or null if this represents a constructor or parameter.
getELResolver(Instance<ELResolver>, BeanManager) - Method in class org.jboss.weld.extensions.el.ELResolverProducer
 
getExpressionFactory() - Method in class org.jboss.weld.extensions.el.Expressions
Obtain the ExpressionFactory that this instance of Expressions is using.
getField(AnnotatedType<X>, Field) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Search the annotatedType for the field, returning the AnnotatedField
getFieldValue(Field, Object) - Static method in class org.jboss.weld.extensions.reflection.Reflections
 
getFieldValue(Field, Object, Class<T>) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Get the value of the field, on the specified instance, casting the value of the field to the expected type.
getFirstResult() - Method in class org.jboss.weld.extensions.properties.query.PropertyQuery
Get the first result from the query, causing the query to be run.
getId() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
The id currently defined for bean creation.
getId() - Method in class org.jboss.weld.extensions.bean.ImmutablePassivationCapableBean
 
getId() - Method in class org.jboss.weld.extensions.bean.ImmutablePassivationCapableNarrowingBean
 
getId() - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
The id currently defined for bean creation.
getInjectionPoint() - Method in class org.jboss.weld.extensions.reflection.annotated.ParameterValueRedefiner.ParameterValue
Get the InjectionPoint for the parameter.
getInjectionPoints() - Method in class org.jboss.weld.extensions.bean.AbstractImmutableBean
 
getInjectionPoints() - Method in class org.jboss.weld.extensions.bean.AbstractImmutableProducer
 
getInjectionPoints() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
The injection points currently defined for bean creation.
getInjectionPoints() - Method in class org.jboss.weld.extensions.bean.DummyInjectionTarget
 
getInjectionPoints() - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
getInjectionPoints() - Method in class org.jboss.weld.extensions.bean.ForwardingInjectionTarget
 
getInjectionPoints() - Method in class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
 
getJavaClass() - Method in interface org.jboss.weld.extensions.properties.Property
Returns the property type
getJavaClass() - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
 
getLocation() - Method in class org.jboss.weld.extensions.beanManager.AbstractJndiBeanManagerProvider
 
getMember() - Method in class org.jboss.weld.extensions.bean.ImmutableInjectionPoint
 
getMember() - Method in interface org.jboss.weld.extensions.properties.Property
Get the member responsible for retrieving the property value
getMemberType(Member) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Get the type of the member
getMetaAnnotation(Annotated, Class<A>) - Static method in class org.jboss.weld.extensions.reflection.AnnotationInspector
Inspects an annotated element for the given meta annotation.
getMethod() - Method in exception org.jboss.weld.extensions.reflection.NullMemberException
 
getName() - Method in class org.jboss.weld.extensions.bean.AbstractImmutableBean
 
getName() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
The name of the bean currently defined for bean creation.
getName() - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
getName() - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
The name of the bean currently defined for bean creation.
getName() - Method in interface org.jboss.weld.extensions.properties.Property
Returns the name of the property.
getName() - Method in class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
 
getObservedQualifiers() - Method in class org.jboss.weld.extensions.bean.ForwardingObserverMethod
 
getObservedType() - Method in class org.jboss.weld.extensions.bean.ForwardingObserverMethod
 
getOwnerType() - Method in class org.jboss.weld.extensions.reflection.ParameterizedTypeImpl
 
getParameters() - Method in class org.jboss.weld.extensions.reflection.annotated.InjectableMethod
Get the injectable parameters of this method.
getPosition() - Method in class org.jboss.weld.extensions.reflection.annotated.ParameterValueRedefiner.ParameterValue
Get the position of the parameter in the member's parameter list.
getPrecedence() - Method in class org.jboss.weld.extensions.resourceLoader.DelegatingResourceLoader
Deprecated.  
getPrecedence() - Method in interface org.jboss.weld.extensions.util.Sortable
An integer precedence value that indicates how favorable the implementation considers itself amongst alternatives.
getPropertiesBundle(String) - Method in class org.jboss.weld.extensions.resourceLoader.ResourceLoaderManager
Load a properties bundle by name.
getPropertiesBundles(String) - Method in class org.jboss.weld.extensions.resourceLoader.ResourceLoaderManager
Load all properties bundles known to the resource loader by name.
getQualifiers() - Method in class org.jboss.weld.extensions.bean.AbstractImmutableBean
 
getQualifiers() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Qualifiers currently defined for bean creation.
getQualifiers(BeanManager, Iterable<Annotation>...) - Static method in class org.jboss.weld.extensions.bean.Beans
Extract the qualifiers from a set of annotations.
getQualifiers(BeanManager, Iterable<Annotation>) - Static method in class org.jboss.weld.extensions.bean.Beans
Extract the qualifiers from a set of annotations.
getQualifiers(BeanManager, Annotation[]...) - Static method in class org.jboss.weld.extensions.bean.Beans
Extract the qualifiers from a set of annotations.
getQualifiers() - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
getQualifiers(BeanManager, Annotation, Iterable<Annotation>) - Method in class org.jboss.weld.extensions.bean.generic.GenericBeanExtension
 
getQualifiers() - Method in class org.jboss.weld.extensions.bean.ImmutableInjectionPoint
 
getQualifiers() - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Qualifiers currently defined for bean creation.
getQualifiers(Set<Annotation>, BeanManager) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Extract any qualifiers from the set of annotations
getQualifiers() - Method in class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
 
getRawType() - Method in class org.jboss.weld.extensions.reflection.annotated.RedefinitionContext
Access to the raw type of the element on which the annotation is defined
getRawType() - Method in class org.jboss.weld.extensions.reflection.ParameterizedTypeImpl
 
getRawType(Type) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Extract the raw type, given a type.
getReception() - Method in class org.jboss.weld.extensions.bean.ForwardingObserverMethod
 
getResolvedType() - Method in class org.jboss.weld.extensions.reflection.HierarchyDiscovery
 
getResource(String) - Method in class org.jboss.weld.extensions.resourceLoader.DelegatingResourceLoader
Deprecated.  
getResource(String) - Method in interface org.jboss.weld.extensions.resourceLoader.ResourceLoader
Get the URL for a resource.
getResource(String) - Method in class org.jboss.weld.extensions.resourceLoader.ResourceLoaderManager
Load a resource by name.
getResourceAsStream(String) - Method in class org.jboss.weld.extensions.resourceLoader.DelegatingResourceLoader
Deprecated.  
getResourceAsStream(String) - Method in interface org.jboss.weld.extensions.resourceLoader.ResourceLoader
Get the InputStream for a resource.
getResourceAsStream(String) - Method in class org.jboss.weld.extensions.resourceLoader.ResourceLoaderManager
Load a resource by name.
getResourceLoaders() - Method in class org.jboss.weld.extensions.resourceLoader.ResourceLoaderManager
The discovered ResourceLoader instances.
getResources(String) - Method in class org.jboss.weld.extensions.resourceLoader.DelegatingResourceLoader
Deprecated.  
getResources(String) - Method in interface org.jboss.weld.extensions.resourceLoader.ResourceLoader
Get the URLs known to all resource loaders for a given name.
getResources(String) - Method in class org.jboss.weld.extensions.resourceLoader.ResourceLoaderManager
Load all resources known to the resource loader by name.
getResourcesAsStream(String) - Method in class org.jboss.weld.extensions.resourceLoader.DelegatingResourceLoader
Deprecated.  
getResourcesAsStream(String) - Method in interface org.jboss.weld.extensions.resourceLoader.ResourceLoader
Get the input streams known to all resource loaders for a given name.
getResourcesAsStream(String) - Method in class org.jboss.weld.extensions.resourceLoader.ResourceLoaderManager
Load all resources known to the resource loader by name.
getResultList() - Method in class org.jboss.weld.extensions.properties.query.PropertyQuery
Get the result from the query, causing the query to be run.
getScope() - Method in class org.jboss.weld.extensions.bean.AbstractImmutableBean
 
getScope() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Scope currently defined for bean creation.
getScope() - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
getScope() - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Scope currently defined for bean creation.
getScope() - Method in class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
the proxies that are injected all have Dependant scope
getStereotypes() - Method in class org.jboss.weld.extensions.bean.AbstractImmutableBean
 
getStereotypes() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Stereotypes currently defined for bean creation.
getStereotypes() - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
getStereotypes() - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Stereotypes currently defined for bean creation.
getStereotypes() - Method in class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
 
getToString() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
The string used when Object.toString() is called on the bean.
getToString() - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
The string used when Object.toString() is called on the bean.
getTransactionPhase() - Method in class org.jboss.weld.extensions.bean.ForwardingObserverMethod
 
getType() - Method in class org.jboss.weld.extensions.bean.ImmutableInjectionPoint
 
getTypeClosure() - Method in class org.jboss.weld.extensions.reflection.HierarchyDiscovery
 
getTypes() - Method in class org.jboss.weld.extensions.bean.AbstractImmutableBean
 
getTypes() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Type closure currently defined for bean creation.
getTypes() - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
getTypes() - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Type closure currently defined for bean creation.
getTypes() - Method in class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
 
getValue(Object, CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.generic.GenericProducerMethod
 
getValue(Object) - Method in interface org.jboss.weld.extensions.properties.Property
Returns the property value for the specified bean.

H

hashCode() - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
hashCode() - Method in class org.jboss.weld.extensions.bean.ForwardingObserverMethod
 
hashCode() - Method in class org.jboss.weld.extensions.reflection.ParameterizedTypeImpl
 
hashCode() - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Returns the hash code for this multimap.
hashCode() - Method in interface org.jboss.weld.extensions.util.collections.Multiset.Entry
hashCode() - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Returns the hash code for this multiset.
hasNext() - Method in class org.jboss.weld.extensions.util.collections.WrappedIterator
 
hasPrevious() - Method in class org.jboss.weld.extensions.util.collections.WrappedListIterator
 
HierarchyDiscovery - Class in org.jboss.weld.extensions.reflection
Utility class for resolving all bean types from a given type.
HierarchyDiscovery(Type) - Constructor for class org.jboss.weld.extensions.reflection.HierarchyDiscovery
 

I

id(String) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define the id used for bean creation.
id(String) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Define the id used for bean creation.
ImmutableBean<T> - Class in org.jboss.weld.extensions.bean
A base class for implementing Bean.
ImmutableBean(Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, ContextualLifecycle<T>, String) - Constructor for class org.jboss.weld.extensions.bean.ImmutableBean
Create a new, immutable bean.
immutableEntry(K, V) - Static method in class org.jboss.weld.extensions.util.collections.Maps
Returns an immutable map entry with the specified key and value.
ImmutableInjectionPoint - Class in org.jboss.weld.extensions.bean
A base class for implementing InjectionPoint.
ImmutableInjectionPoint(AnnotatedField<?>, Set<Annotation>, Bean<?>, boolean, boolean) - Constructor for class org.jboss.weld.extensions.bean.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedField.
ImmutableInjectionPoint(AnnotatedField<?>, BeanManager, Bean<?>, boolean, boolean) - Constructor for class org.jboss.weld.extensions.bean.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedField, reading the qualifiers from the annotations declared on the field.
ImmutableInjectionPoint(AnnotatedParameter<?>, Set<Annotation>, Bean<?>, boolean, boolean) - Constructor for class org.jboss.weld.extensions.bean.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedParameter.
ImmutableInjectionPoint(AnnotatedParameter<?>, BeanManager, Bean<?>, boolean, boolean) - Constructor for class org.jboss.weld.extensions.bean.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedParameter, reading the qualifiers from the annotations declared on the parameter.
ImmutableNarrowingBean<T> - Class in org.jboss.weld.extensions.bean
A narrowing bean allows you to build a general purpose bean (likely a producer method), and register it for a narrowed type (or qualifiers).
ImmutableNarrowingBean(Bean<Object>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, String) - Constructor for class org.jboss.weld.extensions.bean.ImmutableNarrowingBean
Instantiate a new ImmutableNarrowingBean.
ImmutablePassivationCapableBean<T> - Class in org.jboss.weld.extensions.bean
A base class for implementing a PassivationCapable Bean.
ImmutablePassivationCapableBean(String, Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, ContextualLifecycle<T>, String) - Constructor for class org.jboss.weld.extensions.bean.ImmutablePassivationCapableBean
 
ImmutablePassivationCapableNarrowingBean<T> - Class in org.jboss.weld.extensions.bean
A passivation capable narrowing bean allows you to build a general purpose, passivation capable, bean (likely a producer method), and register it for a narrowed type (or qualifiers).
ImmutablePassivationCapableNarrowingBean(Bean<Object>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, String, String) - Constructor for class org.jboss.weld.extensions.bean.ImmutablePassivationCapableNarrowingBean
 
index() - Method in class org.jboss.weld.extensions.reflection.Synthetic.SyntheticLiteral
 
inject(T, CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.DummyInjectionTarget
 
inject(T, CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.ForwardingInjectionTarget
 
InjectableMethod<X> - Class in org.jboss.weld.extensions.reflection.annotated
Allows an AnnotatedMethod to be injected using the CDI type safe resolution rules.
InjectableMethod(AnnotatedMethod<X>, Bean<?>, BeanManager) - Constructor for class org.jboss.weld.extensions.reflection.annotated.InjectableMethod
Instantiate a new InjectableMethod.
InjectableMethod(AnnotatedMethod<X>, Collection<InjectionPoint>, BeanManager) - Constructor for class org.jboss.weld.extensions.reflection.annotated.InjectableMethod
Instantiate a new InjectableMethod.
injectionPoints(Set<InjectionPoint>) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define the injection points used for bean creation.
InjectLiteral - Class in org.jboss.weld.extensions.literal
 
InjectLiteral() - Constructor for class org.jboss.weld.extensions.literal.InjectLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.AlternativeLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.AnyLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.ApplicationScopedLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.ClientLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.ConversationScopedLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.DecoratorLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.DefaultLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.DelegateLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.DependentLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.DisposesLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.GenericLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.InjectLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.MapperLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.MessageBundleLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.ModelLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.NonbindingLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.ProducesLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.RequestScopedLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.ResolverLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.SessionScopedLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.SpecializesLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.StereotypeLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.UnwrapsLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.literal.VetoLiteral
 
INSTANCE - Static variable in class org.jboss.weld.extensions.log.MessageBundleLiteral
 
invoke(Object, CreationalContext<T>) - Method in class org.jboss.weld.extensions.reflection.annotated.InjectableMethod
Invoke the method, causing all parameters to be injected according to the CDI type safe resolution rules.
invoke(Object, CreationalContext<T>, ParameterValueRedefiner) - Method in class org.jboss.weld.extensions.reflection.annotated.InjectableMethod
Invoke the method, calling the parameter redefiner for each parameter, allowing the caller to override the default value obtained via the CDI type safe resolver.
invoke(Object, Method, Method, Object[]) - Method in class org.jboss.weld.extensions.servicehandler.ServiceHandlerMethodHandler
 
invoke(Object, Method, Method, Object[]) - Method in class org.jboss.weld.extensions.unwraps.UnwrapsInvocationHandler
 
invokeMethod(Method, Object, Object...) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Invoke the method on the instance, with any arguments specified.
invokeMethod(Method, Class<T>, Object, Object...) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Invoke the method on the instance, with any arguments specified, casting the result of invoking the method to the expected return type.
isAlternative() - Method in class org.jboss.weld.extensions.bean.AbstractImmutableBean
 
isAlternative() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Whether the created bean will be an alternative.
isAlternative() - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
isAlternative() - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Whether the created bean will be an alternative.
isAlternative() - Method in class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
 
isAnnotationPresent(Class<?>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotationBuilder
 
isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>, boolean, BeanManager) - Static method in class org.jboss.weld.extensions.reflection.AnnotationInspector
Discover if a AnnotatedElement element has been annotated with annotationType.
isBeanManagerAvailable() - Static method in class org.jboss.weld.extensions.beanManager.BeanManagerAccessor
 
isBeanManagerAvailable() - Method in class org.jboss.weld.extensions.beanManager.BeanManagerAware
Check if BeanManagerAware has been able to find the bean manager
isDelegate() - Method in class org.jboss.weld.extensions.bean.ImmutableInjectionPoint
 
isEmpty() - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Returns true if the multimap contains no key-value pairs.
isNullable() - Method in class org.jboss.weld.extensions.bean.AbstractImmutableBean
 
isNullable() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Whether the created bean will be nullable.
isNullable() - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
isNullable() - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Whether the created bean will be nullable.
isNullable() - Method in class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
 
isPassivationCapable() - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Whether the created bean will be passivation capable.
isPassivationCapable() - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Whether the created bean will be passivation capable.
isReadOnly() - Method in interface org.jboss.weld.extensions.properties.Property
Indicates whether this is a read-only property
isSerializable(Class<?>) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Check if a class is serializable.
isTransient() - Method in class org.jboss.weld.extensions.bean.ImmutableInjectionPoint
 
iterator() - Method in interface org.jboss.weld.extensions.util.collections.Multiset
iterator() - Method in class org.jboss.weld.extensions.util.service.ServiceLoader
Lazily loads the available providers of this loader's service.
Iterators - Class in org.jboss.weld.extensions.util.collections
 
Iterators() - Constructor for class org.jboss.weld.extensions.util.collections.Iterators
 

K

keys() - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Returns a collection, which may contain duplicates, of all keys.
keySet() - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Returns the set of all keys, each appearing once in the returned set.

L

load(Class<S>) - Static method in class org.jboss.weld.extensions.util.service.ServiceLoader
Creates a new service loader for the given service type, using the current thread's context class loader.
load(Class<S>, ClassLoader) - Static method in class org.jboss.weld.extensions.util.service.ServiceLoader
Creates a new service loader for the given service type and class loader.
loadInstalled(Class<S>) - Static method in class org.jboss.weld.extensions.util.service.ServiceLoader
Creates a new service loader for the given service type, using the extension class loader.
loadPropertiesBundle(String) - Method in class org.jboss.weld.extensions.resourceLoader.ResourceProvider
Load a properties bundle.
loadPropertiesBundles(String) - Method in class org.jboss.weld.extensions.resourceLoader.ResourceProvider
Load all properties bundles known to the resource loader by name.
loadResource(String) - Method in class org.jboss.weld.extensions.resourceLoader.ResourceProvider
Load a resource.
loadResources(String) - Method in class org.jboss.weld.extensions.resourceLoader.ResourceProvider
Load all resources known to the resource loader by name.
loadResourcesStreams(String) - Method in class org.jboss.weld.extensions.resourceLoader.ResourceProvider
Load all resources known to the resource loader by name.
loadResourceStream(String) - Method in class org.jboss.weld.extensions.resourceLoader.ResourceProvider
Load a resource.
Locale - Annotation Type in org.jboss.weld.extensions.log
Specifies a Locale for a typed logger.
Locales - Class in org.jboss.weld.extensions.util
Utilities for working with locales.
LoggerExtension - Class in org.jboss.weld.extensions.log
Adds Producers to the deployment, and detects and installs beans for any typed loggers defined.

M

Mapper - Annotation Type in org.jboss.weld.extensions.el
Qualifies the FunctionMapper and VariableMapper beans used to create an ELContext for use in Expressions.
MapperLiteral - Class in org.jboss.weld.extensions.literal
 
MapperLiteral() - Constructor for class org.jboss.weld.extensions.literal.MapperLiteral
 
Maps - Class in org.jboss.weld.extensions.util.collections
 
mergeAnnotationsOnElement(Annotated, boolean, AnnotationBuilder) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
 
MessageBundle - Annotation Type in org.jboss.weld.extensions.log
Signify that a MessageBundle should be injected.
MessageBundleLiteral - Class in org.jboss.weld.extensions.literal
 
MessageBundleLiteral() - Constructor for class org.jboss.weld.extensions.literal.MessageBundleLiteral
 
MessageBundleLiteral - Class in org.jboss.weld.extensions.log
 
MessageBundleLiteral() - Constructor for class org.jboss.weld.extensions.log.MessageBundleLiteral
 
methodExists(Class<?>, String) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Determine if a method exists in a specified class hierarchy
methodMatches(Method) - Method in class org.jboss.weld.extensions.properties.query.AnnotatedPropertyCriteria
 
methodMatches(Method) - Method in class org.jboss.weld.extensions.properties.query.NamedPropertyCriteria
 
methodMatches(Method) - Method in interface org.jboss.weld.extensions.properties.query.PropertyCriteria
Tests whether the specified method matches the criteria
methodMatches(Method) - Method in class org.jboss.weld.extensions.properties.query.TypedPropertyCriteria
 
MethodProperty<V> - Interface in org.jboss.weld.extensions.properties
 
ModelLiteral - Class in org.jboss.weld.extensions.literal
 
ModelLiteral() - Constructor for class org.jboss.weld.extensions.literal.ModelLiteral
 
Multimap<K,V> - Interface in org.jboss.weld.extensions.util.collections
A collection similar to a Map, but which may associate multiple values with a single key.
Multimaps - Class in org.jboss.weld.extensions.util.collections
 
Multiset<E> - Interface in org.jboss.weld.extensions.util.collections
A collection that supports order-independent equality, like Set, but may have duplicate elements.
Multiset.Entry<E> - Interface in org.jboss.weld.extensions.util.collections
An unmodifiable element-count pair for a multiset.
Multisets - Class in org.jboss.weld.extensions.util.collections
 

N

name(String) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define the name of the bean used for bean creation.
name(String) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Define the name of the bean used for bean creation.
NamedLiteral - Class in org.jboss.weld.extensions.literal
 
NamedLiteral(String) - Constructor for class org.jboss.weld.extensions.literal.NamedLiteral
 
NamedPropertyCriteria - Class in org.jboss.weld.extensions.properties.query
A criteria that matches a property based on name
NamedPropertyCriteria(String...) - Constructor for class org.jboss.weld.extensions.properties.query.NamedPropertyCriteria
 
namespace() - Method in class org.jboss.weld.extensions.reflection.Synthetic.SyntheticLiteral
 
NarrowingBeanBuilder<T> - Class in org.jboss.weld.extensions.bean
Builder for ImmutableNarrowingBean and ImmutablePassivationCapableNarrowingBean.
NarrowingBeanBuilder(Bean<Object>, BeanManager) - Constructor for class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Instantiate a new NarrowingBeanBuilder.
newHashMapWithExpectedSize(int) - Static method in class org.jboss.weld.extensions.util.collections.Maps
Creates a HashMap instance with enough capacity to hold the specified number of elements without rehashing.
newHashSetWithExpectedSize(int) - Static method in class org.jboss.weld.extensions.util.collections.Sets
Creates an empty HashSet instance with enough capacity to hold the specified number of elements without rehashing.
NewLiteral - Class in org.jboss.weld.extensions.literal
 
NewLiteral(Class<?>) - Constructor for class org.jboss.weld.extensions.literal.NewLiteral
 
newSetMultimap(Map<K, Collection<V>>, Supplier<? extends Set<V>>) - Static method in class org.jboss.weld.extensions.util.collections.Multimaps
Creates a new SetMultimap that uses the provided map and factory.
next() - Method in class org.jboss.weld.extensions.util.collections.WrappedIterator
 
nextIndex() - Method in class org.jboss.weld.extensions.util.collections.WrappedListIterator
 
NON_PASSIVATING_INSTANCE - Static variable in class org.jboss.weld.extensions.literal.NormalScopeLiteral
 
NonbindingLiteral - Class in org.jboss.weld.extensions.literal
 
NonbindingLiteral() - Constructor for class org.jboss.weld.extensions.literal.NonbindingLiteral
 
NormalScopeLiteral - Class in org.jboss.weld.extensions.literal
 
notify(T) - Method in class org.jboss.weld.extensions.bean.ForwardingObserverMethod
 
notifyObserver() - Method in class org.jboss.weld.extensions.literal.ObservesLiteral
 
notPresent(Class<? extends Annotation>) - Method in interface org.jboss.weld.extensions.messages.AnnotatedMessages
 
notPresent(Field, Class<?>) - Method in interface org.jboss.weld.extensions.messages.AnnotatedMessages
 
notPresent(Method, Class<?>) - Method in interface org.jboss.weld.extensions.messages.AnnotatedMessages
 
notPresent(Method, int, Class<?>) - Method in interface org.jboss.weld.extensions.messages.AnnotatedMessages
 
nullable(boolean) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define that the created bean will (or will not) be nullable.
nullable(boolean) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Define that the created bean will (or will not) be nullable.
NullMemberException - Exception in org.jboss.weld.extensions.reflection
Exception thrown when a annotation is created with a null value for one of the members.
NullMemberException(Class<?>, Method, String) - Constructor for exception org.jboss.weld.extensions.reflection.NullMemberException
 

O

Objects - Class in org.jboss.weld.extensions.util.collections
 
ObservesLiteral - Class in org.jboss.weld.extensions.literal
 
ObservesLiteral(TransactionPhase, Reception, Reception) - Constructor for class org.jboss.weld.extensions.literal.ObservesLiteral
 
of(Bean<Object>, BeanManager) - Static method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Create a new NarrowingBeanBuilder, allowing Java to infer the type T.
org.jboss.weld.extensions.bean - package org.jboss.weld.extensions.bean
A collection of base classes and builders for working with Bean metadata objects.
org.jboss.weld.extensions.bean.defaultbean - package org.jboss.weld.extensions.bean.defaultbean
Allows a library to provide a default implmentation of a bean, which is used unless overridden by an application.
org.jboss.weld.extensions.bean.generic - package org.jboss.weld.extensions.bean.generic
Allows a library to expose sets of beans which may be configured multiple times in an application.
org.jboss.weld.extensions.beanManager - package org.jboss.weld.extensions.beanManager
Support for objects not able to obtain CDI injection that need a reference to the BeanManager.
org.jboss.weld.extensions.core - package org.jboss.weld.extensions.core
A number enhancements to the CDI programming model which are under trial and may be included in later releases of Contexts and Dependency Injection.
org.jboss.weld.extensions.el - package org.jboss.weld.extensions.el
Provides an application wide EL value and method expression resolution facility as well as a improved API for evaluating EL expressions aimed at ease of use.
org.jboss.weld.extensions.literal - package org.jboss.weld.extensions.literal
A collection of annotation literals for all annotations from the Contexts and Dependency Injection specification and from Weld Extensions.
org.jboss.weld.extensions.log - package org.jboss.weld.extensions.log
Provides injectable typed loggers and injectable typed message bundles suitable for internationalization and localization which can use any logging backend.
org.jboss.weld.extensions.messages - package org.jboss.weld.extensions.messages
Logging and exception messages used by Weld Extensions
org.jboss.weld.extensions.properties - package org.jboss.weld.extensions.properties
A set of utility classes for working with JavaBean properties, allowing properties backed by getter/setter methods or fields to be treated identically.
org.jboss.weld.extensions.properties.query - package org.jboss.weld.extensions.properties.query
A set of utility classes for querying a class for properties based on a set of criteria.
org.jboss.weld.extensions.reflection - package org.jboss.weld.extensions.reflection
A set of utilities for working with JDK reflection and Annotated metadata, including:
org.jboss.weld.extensions.reflection.annotated - package org.jboss.weld.extensions.reflection.annotated
A collection of base classes and builders for working with AnnotatedType metadata objects.
org.jboss.weld.extensions.resourceLoader - package org.jboss.weld.extensions.resourceLoader
An extensible, injectable resource loader that can provide provide URLs, managed input streams and sets of properties.
org.jboss.weld.extensions.resourceLoader.servlet - package org.jboss.weld.extensions.resourceLoader.servlet
Support for loading resources from the Servlet context
org.jboss.weld.extensions.servicehandler - package org.jboss.weld.extensions.servicehandler
Allows interfaces and abstract classes to be declated as automatically implemented beans.
org.jboss.weld.extensions.unwraps - package org.jboss.weld.extensions.unwraps
Provides stateless producer methods where each method invocation on the produced object will cause the annotated method to be invoked to produce the object.
org.jboss.weld.extensions.util - package org.jboss.weld.extensions.util
A collection of utilities for Weld Extensions
org.jboss.weld.extensions.util.collections - package org.jboss.weld.extensions.util.collections
A collection of collection related utilities for Weld Extensions
org.jboss.weld.extensions.util.service - package org.jboss.weld.extensions.util.service
The Java 6 ServiceLoader for use in Java SE 5.
overrideConstructorParameterType(Constructor<X>, int, Type) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Override the declared type of a constructor parameter
overrideFieldType(Field, Type) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Override the declared type of a field
overrideFieldType(AnnotatedField<? super X>, Type) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Override the declared type of a field
overrideMethodParameterType(Method, int, Type) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Override the declared type of a method parameter
overrideParameterType(AnnotatedParameter<? super X>, Type) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
 

P

ParameterizedTypeImpl - Class in org.jboss.weld.extensions.reflection
 
ParameterizedTypeImpl(Type, Type[], Type) - Constructor for class org.jboss.weld.extensions.reflection.ParameterizedTypeImpl
 
parameterMustNotBeNull(String) - Method in interface org.jboss.weld.extensions.messages.AnnotatedMessages
 
ParameterValueRedefiner - Interface in org.jboss.weld.extensions.reflection.annotated
Provides the ability to redefine the value of a parameter on an InjectableMethod via the ParameterValueRedefiner.redefineParameterValue(ParameterValue) callback.
ParameterValueRedefiner.ParameterValue - Class in org.jboss.weld.extensions.reflection.annotated
Provides the default parameter's value, along with metadata about the parameter to a parameter redefinition.
passivating() - Method in class org.jboss.weld.extensions.literal.NormalScopeLiteral
 
PASSIVATING_INSTANCE - Static variable in class org.jboss.weld.extensions.literal.NormalScopeLiteral
 
passivationCapable(boolean) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define that the created bean will (or will not) be passivation capable.
passivationCapable(boolean) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Define that the created bean will (or will not) be passivation capable.
Platform - Class in org.jboss.weld.extensions.util.collections
 
populateMultimap(Multimap<K, V>, ObjectInputStream, int) - Static method in class org.jboss.weld.extensions.util.collections.Serialization
Populates a multimap by reading an input stream, as part of deserialization.
postConstruct(T) - Method in class org.jboss.weld.extensions.bean.DummyInjectionTarget
 
postConstruct(T) - Method in class org.jboss.weld.extensions.bean.ForwardingInjectionTarget
 
Preconditions - Class in org.jboss.weld.extensions.util.collections
 
preDestroy(T) - Method in class org.jboss.weld.extensions.bean.DummyInjectionTarget
 
preDestroy(T) - Method in class org.jboss.weld.extensions.bean.ForwardingInjectionTarget
 
previous() - Method in class org.jboss.weld.extensions.util.collections.WrappedListIterator
 
previousIndex() - Method in class org.jboss.weld.extensions.util.collections.WrappedListIterator
 
produce(CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.DummyInjectionTarget
 
produce(CreationalContext<T>) - Method in class org.jboss.weld.extensions.bean.ForwardingInjectionTarget
 
ProducesLiteral - Class in org.jboss.weld.extensions.literal
 
ProducesLiteral() - Constructor for class org.jboss.weld.extensions.literal.ProducesLiteral
 
Properties - Class in org.jboss.weld.extensions.properties
Utility class for working with JavaBean style properties
Property<V> - Interface in org.jboss.weld.extensions.properties
A representation of a JavaBean style property
PropertyCriteria - Interface in org.jboss.weld.extensions.properties.query
A property criteria can be used to filter the properties found by a PropertyQuery
PropertyQueries - Class in org.jboss.weld.extensions.properties.query
Utilities for working with property queries
PropertyQuery<V> - Class in org.jboss.weld.extensions.properties.query
Queries a target class for properties that match certain criteria.
put(K, V) - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Stores a key-value pair in the multimap.
putAll(K, Iterable<? extends V>) - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Stores a collection of values with the same key.
putAll(Multimap<? extends K, ? extends V>) - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Copies all of another multimap's key-value pairs into this multimap.

Q

qualifiers(Set<Annotation>) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define the qualifiers used for bean creation.
qualifiers(Annotation...) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define the qualifiers used for bean creation.
qualifiers(Set<Annotation>) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Define the qualifiers used for bean creation.
qualifiers(Annotation...) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Define the qualifiers used for bean creation.

R

readCount(ObjectInputStream) - Static method in class org.jboss.weld.extensions.util.collections.Serialization
Reads a count corresponding to a serialized map, multiset, or multimap.
readFromType(AnnotatedType<T>) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Read the AnnotatedType, creating a bean from the class and it's annotations.
readFromType(AnnotatedType<T>) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Read the AnnotatedType, creating a narrowing bean from the class and it's annotations.
readFromType(AnnotatedType<X>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Reads in from an existing AnnotatedType.
readFromType(AnnotatedType<X>, boolean) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Reads in from an existing AnnotatedType.
readFromType(Class<X>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Reads the annotations from an existing java type.
readFromType(Class<X>, boolean) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Reads the annotations from an existing java type.
receive() - Method in class org.jboss.weld.extensions.literal.ObservesLiteral
 
redefine(Class<A>, AnnotationRedefiner<A>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Redefine any annotations of the specified type.
redefine(RedefinitionContext<A>) - Method in interface org.jboss.weld.extensions.reflection.annotated.AnnotationRedefiner
Callback invoked for each annotation of the type the AnnotationRedefiner is applied for.
redefineAnnotationBuilder(Class<A>, AnnotationRedefiner<A>, AnnotatedElement, Type, AnnotationBuilder, String) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
 
redefineParameterValue(ParameterValueRedefiner.ParameterValue) - Method in interface org.jboss.weld.extensions.reflection.annotated.ParameterValueRedefiner
Callback allowing the default parameter value (that which would be injected according to the CDI type safe resolution rules) to be overridden.
RedefinitionContext<A extends Annotation> - Class in org.jboss.weld.extensions.reflection.annotated
Provides access to the context of an annotation redefinition.
Reflections - Class in org.jboss.weld.extensions.reflection
Utility class for working with JDK Reflection and also CDI's Annotated metadata.
reload() - Method in class org.jboss.weld.extensions.util.service.ServiceLoader
Clear this loader's provider cache so that all providers will be reloaded.
remove(Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotationBuilder
 
remove(Object, Object) - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Removes a key-value pair from the multimap.
remove(Object, int) - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Removes a number of occurrences of the specified element from this multiset.
remove(Object) - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Removes a single occurrence of the specified element from this multiset, if present.
remove() - Method in class org.jboss.weld.extensions.util.collections.WrappedIterator
 
removeAll(Object) - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Removes all values associated with a given key.
removeAll(Collection<?>) - Method in interface org.jboss.weld.extensions.util.collections.Multiset
removeAll(Object) - Method in interface org.jboss.weld.extensions.util.collections.SetMultimap
Removes all values associated with a given key.
removeFromAll(Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Remove annotations from the type, and all of it's members.
removeFromClass(Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the type
removeFromConstructor(Constructor<X>, Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified constructor.
removeFromConstructor(AnnotatedConstructor<X>, Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified constructor.
removeFromConstructorParameter(Constructor<X>, int, Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified constructor parameter.
removeFromField(Field, Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified field.
removeFromField(AnnotatedField<? super X>, Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified field.
removeFromMethod(Method, Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified method.
removeFromMethod(AnnotatedMethod<? super X>, Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified method.
removeFromMethodParameter(Method, int, Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified method parameter.
removeFromParameter(AnnotatedParameter<? super X>, Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified parameter.
replaceValues(K, Iterable<? extends V>) - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Stores a collection of values with the same key, replacing any existing values for that key.
replaceValues(K, Iterable<? extends V>) - Method in interface org.jboss.weld.extensions.util.collections.SetMultimap
Stores a collection of values with the same key, replacing any existing values for that key.
RequestScopedLiteral - Class in org.jboss.weld.extensions.literal
 
RequestScopedLiteral() - Constructor for class org.jboss.weld.extensions.literal.RequestScopedLiteral
 
Requires - Annotation Type in org.jboss.weld.extensions.core
Veto the processing of the type if the required classes are not available.
RequiresLiteral - Class in org.jboss.weld.extensions.literal
 
RequiresLiteral(String[]) - Constructor for class org.jboss.weld.extensions.literal.RequiresLiteral
 
resolveFunction(String, String) - Method in class org.jboss.weld.extensions.el.DummyFunctionMapper
 
Resolver - Annotation Type in org.jboss.weld.extensions.el
Qualifier used to identify a ELResolver to register with the application wide ELResolver provided by Weld Extensions
ResolverLiteral - Class in org.jboss.weld.extensions.literal
 
ResolverLiteral() - Constructor for class org.jboss.weld.extensions.literal.ResolverLiteral
 
resolveVariable(String) - Method in class org.jboss.weld.extensions.el.DummyVariableMapper
 
Resource - Annotation Type in org.jboss.weld.extensions.resourceLoader
An injection point qualifier that may be used to specify a resource to inject.
ResourceListener - Class in org.jboss.weld.extensions.resourceLoader.servlet
Servlet context listener than creates and registers a new ServletContextLoader for each context
ResourceListener() - Constructor for class org.jboss.weld.extensions.resourceLoader.servlet.ResourceListener
 
ResourceLiteral - Class in org.jboss.weld.extensions.literal
 
ResourceLiteral(String) - Constructor for class org.jboss.weld.extensions.literal.ResourceLiteral
 
ResourceLoader - Interface in org.jboss.weld.extensions.resourceLoader
A ResourceLoader is a pluggable contract for loading resources.
ResourceLoaderExtension - Class in org.jboss.weld.extensions.resourceLoader
CDI portable extension responsible for setting up the resource loader.
ResourceLoaderExtension() - Constructor for class org.jboss.weld.extensions.resourceLoader.ResourceLoaderExtension
 
ResourceLoaderManager - Class in org.jboss.weld.extensions.resourceLoader
ResourceLoaderManager discovers and instantiates all ResourceLoaders defined.
ResourceLoaderManager() - Constructor for class org.jboss.weld.extensions.resourceLoader.ResourceLoaderManager
Instantiate a new instance, loading any resource loaders from the service loader, and sorting them by precedence.
ResourceProvider - Class in org.jboss.weld.extensions.resourceLoader
The ResourceProvider allows dynamic loading of managed resources.
retainAll(Collection<?>) - Method in interface org.jboss.weld.extensions.util.collections.Multiset

S

scope(Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define the scope used for bean creation.
scope(Class<? extends Annotation>) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Define the scope used for bean creation.
Serialization - Class in org.jboss.weld.extensions.util.collections
 
ServiceHandler - Annotation Type in org.jboss.weld.extensions.servicehandler
Meta annotation that is used to specify an invocation handler for automatically implemented bean.
ServiceHandlerBeanLifecycle<T,H> - Class in org.jboss.weld.extensions.servicehandler
Bean lifecycle for ServiceHandler beans
ServiceHandlerBeanLifecycle(Class<? extends T>, Class<H>, BeanManager) - Constructor for class org.jboss.weld.extensions.servicehandler.ServiceHandlerBeanLifecycle
 
ServiceHandlerExtension - Class in org.jboss.weld.extensions.servicehandler
This extension automatically implements interfaces and abstract classes.
ServiceHandlerExtension() - Constructor for class org.jboss.weld.extensions.servicehandler.ServiceHandlerExtension
 
ServiceHandlerMethodHandler<T,H> - Class in org.jboss.weld.extensions.servicehandler
MethodHandler that forwards calls to abstract methods to the service handler instance
ServiceHandlerMethodHandler(ServiceHandlerManager<H>, H) - Constructor for class org.jboss.weld.extensions.servicehandler.ServiceHandlerMethodHandler
 
ServiceLoader<S> - Class in org.jboss.weld.extensions.util.service
This class handles looking up service providers on the class path.
SessionScopedLiteral - Class in org.jboss.weld.extensions.literal
 
SessionScopedLiteral() - Constructor for class org.jboss.weld.extensions.literal.SessionScopedLiteral
 
set(V) - Method in class org.jboss.weld.extensions.util.collections.WrappedListIterator
 
setCount(E, int) - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Adds or removes the necessary occurrences of an element such that the element attains the desired count.
setCount(E, int, int) - Method in interface org.jboss.weld.extensions.util.collections.Multiset
Conditionally sets the count of an element to a new value, as described in Multiset.setCount(Object, int), provided that the element has the expected current count.
setFieldValue(Field, Object, Object) - Static method in class org.jboss.weld.extensions.reflection.Reflections
Set the value of a field on the instance to the specified value.
setJavaClass(Class<X>) - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
 
SetMultimap<K,V> - Interface in org.jboss.weld.extensions.util.collections
A Multimap that cannot hold duplicate key-value pairs.
Sets - Class in org.jboss.weld.extensions.util.collections
 
setValue(Object, V) - Method in interface org.jboss.weld.extensions.properties.Property
This method sets the property value for a specified bean to the specified value.
setVariable(String, ValueExpression) - Method in class org.jboss.weld.extensions.el.DummyVariableMapper
 
size() - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Returns the number of key-value pairs in the multimap.
Sortable - Interface in org.jboss.weld.extensions.util
A Sortable class is given a precedence which is used to decide it's relative order
Sortable.Comparator - Class in org.jboss.weld.extensions.util
A comparator which can order Sortables
Sortable.Comparator() - Constructor for class org.jboss.weld.extensions.util.Sortable.Comparator
 
SpecializesLiteral - Class in org.jboss.weld.extensions.literal
 
SpecializesLiteral() - Constructor for class org.jboss.weld.extensions.literal.SpecializesLiteral
 
StereotypeLiteral - Class in org.jboss.weld.extensions.literal
 
StereotypeLiteral() - Constructor for class org.jboss.weld.extensions.literal.StereotypeLiteral
 
stereotypes(Set<Class<? extends Annotation>>) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define the stereotypes used for bean creation.
stereotypes(Set<Class<? extends Annotation>>) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Define the stereotypes used for bean creation.
Suffix - Annotation Type in org.jboss.weld.extensions.log
A suffix to use on the specified category (or fully qualified name of the injection point type if no category is specified).
Supplier<T> - Interface in org.jboss.weld.extensions.util.collections
A class that can supply objects of a single type.
Synthetic - Annotation Type in org.jboss.weld.extensions.reflection
A synthetic qualifier that can be used to replace other user-supplied configuration at deployment.
Synthetic.Provider - Class in org.jboss.weld.extensions.reflection
Provides a unique Synthetic qualifier for the specified namespace
Synthetic.Provider(String) - Constructor for class org.jboss.weld.extensions.reflection.Synthetic.Provider
 
Synthetic.SyntheticLiteral - Class in org.jboss.weld.extensions.reflection
 
Synthetic.SyntheticLiteral(String, Long) - Constructor for class org.jboss.weld.extensions.reflection.Synthetic.SyntheticLiteral
 

T

toExpression(String) - Method in class org.jboss.weld.extensions.el.Expressions
Convert's a bean name to an EL expression string.
toLocale(String) - Static method in class org.jboss.weld.extensions.util.Locales
Utility to convert a string using the standard format for specifying a Locale to a Locale object.
toString() - Method in class org.jboss.weld.extensions.bean.AbstractImmutableBean
 
toString(String) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define the string used when Object.toString() is called on the bean.
toString() - Method in class org.jboss.weld.extensions.bean.ForwardingBean
 
toString() - Method in class org.jboss.weld.extensions.bean.ForwardingObserverMethod
 
toString(String) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Define the string used when Object.toString() is called on the bean.
toString() - Method in class org.jboss.weld.extensions.reflection.annotated.AnnotationBuilder
 
toString() - Method in class org.jboss.weld.extensions.reflection.ParameterizedTypeImpl
 
toString() - Method in interface org.jboss.weld.extensions.util.collections.Multiset.Entry
Returns the canonical string representation of this entry, defined as follows.
toString() - Method in interface org.jboss.weld.extensions.util.collections.Multiset
toString() - Method in class org.jboss.weld.extensions.util.service.ServiceLoader
Returns a string describing this service.
TypedLiteral - Class in org.jboss.weld.extensions.literal
 
TypedLiteral(Class<?>[]) - Constructor for class org.jboss.weld.extensions.literal.TypedLiteral
 
TypedPropertyCriteria - Class in org.jboss.weld.extensions.properties.query
A criteria that matches a property based on its type
TypedPropertyCriteria(Class<?>) - Constructor for class org.jboss.weld.extensions.properties.query.TypedPropertyCriteria
 
types(Set<Type>) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define the type closure used for bean creation.
types(Type...) - Method in class org.jboss.weld.extensions.bean.BeanBuilder
Define the type closure used for bean creation.
types(Set<Type>) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Define the type closure used for bean creation.
types(Type...) - Method in class org.jboss.weld.extensions.bean.NarrowingBeanBuilder
Define the type closure used for bean creation.

U

Unwraps - Annotation Type in org.jboss.weld.extensions.unwraps
Identifies a stateless producer method where each method invocation on the produced object will cause the annotated method to be invoked to produce the object.
UnwrapsExtension - Class in org.jboss.weld.extensions.unwraps
An extension that allows the use of Unwraps methods
UnwrapsExtension() - Constructor for class org.jboss.weld.extensions.unwraps.UnwrapsExtension
 
UnwrapsInvocationHandler - Class in org.jboss.weld.extensions.unwraps
 
UnwrapsInvocationHandler(BeanManager, AnnotatedMethod<?>, Bean<?>, InjectionPoint, Set<Annotation>) - Constructor for class org.jboss.weld.extensions.unwraps.UnwrapsInvocationHandler
 
UnwrapsLiteral - Class in org.jboss.weld.extensions.literal
 
UnwrapsLiteral() - Constructor for class org.jboss.weld.extensions.literal.UnwrapsLiteral
 
UnwrapsProducerBean<M> - Class in org.jboss.weld.extensions.unwraps
Bean implementation that produces a JDK proxy when a method is invoked on the proxy it calls the Unwraps producer method and invokes the method on the returned object
UnwrapsProducerBean(AnnotatedMethod<?>, BeanManager) - Constructor for class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
 
UnwrapsProducerBean(AnnotatedMethod<?>, Set<Annotation>, Set<Annotation>, BeanManager) - Constructor for class org.jboss.weld.extensions.unwraps.UnwrapsProducerBean
 

V

value() - Method in class org.jboss.weld.extensions.literal.DefaultBeanLiteral
 
value() - Method in class org.jboss.weld.extensions.literal.ExactLiteral
 
value() - Method in class org.jboss.weld.extensions.literal.GenericConfigurationLiteral
 
value() - Method in class org.jboss.weld.extensions.literal.GenericTypeLiteral
 
value() - Method in class org.jboss.weld.extensions.literal.NamedLiteral
 
value() - Method in class org.jboss.weld.extensions.literal.NewLiteral
 
value() - Method in class org.jboss.weld.extensions.literal.RequiresLiteral
 
value() - Method in class org.jboss.weld.extensions.literal.ResourceLiteral
 
value() - Method in class org.jboss.weld.extensions.literal.TypedLiteral
 
values() - Method in interface org.jboss.weld.extensions.util.collections.Multimap
Returns a collection of all values in the multimap.
Veto - Annotation Type in org.jboss.weld.extensions.core
Veto the processing of the type.
VetoLiteral - Class in org.jboss.weld.extensions.literal
 
VetoLiteral() - Constructor for class org.jboss.weld.extensions.literal.VetoLiteral
 

W

WrappedIterator<K,V> - Class in org.jboss.weld.extensions.util.collections
Collection iterator for WrappedCollection.
WrappedListIterator<K,V> - Class in org.jboss.weld.extensions.util.collections
ListIterator decorator.
WrappedListIterator(int, WrappedList<K, V>) - Constructor for class org.jboss.weld.extensions.util.collections.WrappedListIterator
 
writeMultimap(Multimap<K, V>, ObjectOutputStream) - Static method in class org.jboss.weld.extensions.util.collections.Serialization
Stores the contents of a multimap in an output stream, as part of serialization.

A B C D E F G H I K L M N O P Q R S T U V W

Copyright © 2008-2010 Seam Framework. All Rights Reserved.