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

B

BeanBuilder<T> - Class in org.jboss.seam.solder.bean
A builder class for creating immutable beans.
BeanBuilder(BeanManager) - Constructor for class org.jboss.seam.solder.bean.BeanBuilder
Instantiate a new bean builder.
beanClass(Class<?>) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Define the bean class used for bean creation.
beanLifecycle(ContextualLifecycle<T>) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Define the ContextualLifecycle used for bean creation.
Beans - Class in org.jboss.seam.solder.bean
A set of utility methods for working with beans.
beans - Variable in class org.jboss.seam.solder.serviceHandler.ServiceHandlerExtension
 
buildBean(AnnotatedType<X>, BeanManager, Class<?>) - Method in class org.jboss.seam.solder.serviceHandler.ServiceHandlerExtension
Builds the bean that will do the intercepting / proxying.

C

checkArgument(boolean, String, Object...) - Static method in class org.jboss.seam.solder.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.seam.solder.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.seam.solder.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.seam.solder.bean.Beans
 
checkState(boolean, Object) - Static method in class org.jboss.seam.solder.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.seam.solder.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.
clear() - Static method in class org.jboss.logging.NDC
 
clear() - Method in class org.jboss.seam.solder.reflection.Synthetic.Provider
 
clear() - Method in interface org.jboss.seam.solder.util.collections.Multimap
Removes all key-value pairs from the multimap.
Collections2 - Class in org.jboss.seam.solder.util.collections
 
compareAnnotatedCallable(AnnotatedCallable<?>, AnnotatedCallable<?>) - Static method in class org.jboss.seam.solder.reflection.annotated.Annotateds
Compare AnnotatedCallables for equality.
compareAnnotatedField(AnnotatedField<?>, AnnotatedField<?>) - Static method in class org.jboss.seam.solder.reflection.annotated.Annotateds
Compares AnnotatedFields for equality.
compareAnnotatedTypes(AnnotatedType<?>, AnnotatedType<?>) - Static method in class org.jboss.seam.solder.reflection.annotated.Annotateds
Compares two AnnotatedTypes for equality.
Composite - Annotation Type in org.jboss.seam.solder.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.seam.solder.util.collections.Multiset
Determines whether this multiset contains the specified element.
containsAll(Collection<?>) - Method in interface org.jboss.seam.solder.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.seam.solder.util.collections.Multimap
Returns true if the multimap contains the specified key-value pair.
containsKey(Object) - Method in interface org.jboss.seam.solder.util.collections.Multimap
Returns true if the multimap contains any values for the specified key.
containsValue(Object) - Method in interface org.jboss.seam.solder.util.collections.Multimap
Returns true if the multimap contains the specified value for any key.
contextDestroyed(ServletContextEvent) - Method in class org.jboss.seam.solder.resourceLoader.servlet.ResourceListener
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.seam.solder.resourceLoader.servlet.ResourceListener
 
ContextualLifecycle<T> - Interface in org.jboss.seam.solder.bean
Callbacks used by BeanBuilder and ImmutableBean to allow control of the creation and destruction of a custom bean.
convert(Locale, I) - Method in interface org.jboss.logging.ParameterConverter
Convert the parameter to its string or string-equivalent representation.
CoreExtension - Class in org.jboss.seam.solder.core
Extension to install the "core" extensions.
count(Object) - Method in interface org.jboss.seam.solder.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.seam.solder.bean.BeanBuilder
Use the bean builder's current state to define the bean.
create(Bean<T>, CreationalContext<T>) - Method in interface org.jboss.seam.solder.bean.ContextualLifecycle
Callback invoked by a Seam Solder created bean when Contextual.create(CreationalContext) is called.
create(Bean<T>, CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.DelegatingContextualLifecycle
 
create(CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
create(CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.ImmutableBean
 
create(CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.ImmutableNarrowingBean
 
create() - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Use the bean builder's current state to define the bean.
create() - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Create an AnnotatedType.
create(Bean<T>, CreationalContext<T>) - Method in class org.jboss.seam.solder.serviceHandler.ServiceHandlerBeanLifecycle
 
create(CreationalContext<M>) - Method in class org.jboss.seam.solder.unwraps.UnwrapsProducerBean
 
createCallableId(AnnotatedCallable<X>) - Static method in class org.jboss.seam.solder.reflection.annotated.Annotateds
Generates a deterministic signature for an AnnotatedCallable.
createConstructorId(Constructor<X>, Set<Annotation>, List<AnnotatedParameter<X>>) - Static method in class org.jboss.seam.solder.reflection.annotated.Annotateds
Creates a deterministic signature for a Constructor.
createFieldId(AnnotatedField<X>) - Static method in class org.jboss.seam.solder.reflection.annotated.Annotateds
Generates a deterministic signature for an AnnotatedField.
createFieldId(Field, Collection<Annotation>) - Static method in class org.jboss.seam.solder.reflection.annotated.Annotateds
Creates a deterministic signature for a Field.
createInjectionPoints(AnnotatedMethod<X>, Bean<?>, BeanManager) - Static method in class org.jboss.seam.solder.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.seam.solder.reflection.annotated.Annotateds
Creates a deterministic signature for a Method.
createParameterId(AnnotatedParameter<X>) - Static method in class org.jboss.seam.solder.reflection.annotated.Annotateds
Creates a string representation of an AnnotatedParameter.
createParameterId(Type, Set<Annotation>) - Static method in class org.jboss.seam.solder.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.seam.solder.reflection.annotated.Annotateds
Generates a unique string representation of a list of AnnotatedParameters.
createProperty(Field) - Static method in class org.jboss.seam.solder.properties.Properties
Create a JavaBean style property from the field
createProperty(Method) - Static method in class org.jboss.seam.solder.properties.Properties
Create a JavaBean style property from the specified method
createProperty(Member) - Static method in class org.jboss.seam.solder.properties.Properties
Create a JavaBean style property from the specified member
createQuery(Class<?>) - Static method in class org.jboss.seam.solder.properties.query.PropertyQueries
Create a new PropertyQuery
createTypeId(AnnotatedType<X>) - Static method in class org.jboss.seam.solder.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.seam.solder.reflection.annotated.Annotateds
Generates a unique signature for a concrete class.

D

DefaultBean - Annotation Type in org.jboss.seam.solder.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.seam.solder.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.seam.solder.bean.defaultbean.DefaultBeanExtension
 
DefaultBeanLiteral - Class in org.jboss.seam.solder.literal
 
DefaultBeanLiteral(Class<?>) - Constructor for class org.jboss.seam.solder.literal.DefaultBeanLiteral
 
delegate() - Method in class org.jboss.seam.solder.bean.ForwardingBean
All calls to this Bean instance are forwarded to the delegate unless overridden.
delegate() - Method in class org.jboss.seam.solder.bean.ForwardingInjectionPoint
 
delegate() - Method in class org.jboss.seam.solder.bean.ForwardingInjectionTarget
All calls to this InjectionTarget instance are forwarded to the delegate unless overridden.
delegate() - Method in class org.jboss.seam.solder.bean.ForwardingObserverMethod
All calls to this ObserverMethod instance are forwarded to the delegate unless overridden.
DelegatingContextualLifecycle<T> - Class in org.jboss.seam.solder.bean
An implementation of ContextualLifecycle that is backed by an InjectionTarget.
DelegatingContextualLifecycle(InjectionTarget<T>) - Constructor for class org.jboss.seam.solder.bean.DelegatingContextualLifecycle
Instantiate a new ContextualLifecycle backed by an InjectionTarget.
DelegatingResourceLoader - Class in org.jboss.seam.solder.resourceLoader
Deprecated. this resource loader can easily leak between application instances
DelegatingResourceLoader() - Constructor for class org.jboss.seam.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
destroy(Bean<T>, T, CreationalContext<T>) - Method in interface org.jboss.seam.solder.bean.ContextualLifecycle
Callback invoked by a Seam Solder created bean when Contextual.destroy(Object, CreationalContext) is called.
destroy(Bean<T>, T, CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.DelegatingContextualLifecycle
 
destroy(T, CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
destroy(T, CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.generic.GenericProducerMethod
 
destroy(T, CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.ImmutableBean
 
destroy(T, CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.ImmutableNarrowingBean
 
destroy(Bean<T>, T, CreationalContext<T>) - Method in class org.jboss.seam.solder.serviceHandler.ServiceHandlerBeanLifecycle
 
destroy(M, CreationalContext<M>) - Method in class org.jboss.seam.solder.unwraps.UnwrapsProducerBean
 
dispose(T) - Method in class org.jboss.seam.solder.bean.DummyInjectionTarget
 
dispose(T) - Method in class org.jboss.seam.solder.bean.ForwardingInjectionTarget
 
DummyFunctionMapper - Class in org.jboss.seam.solder.el
A dummy function mapper that is installed by default.
DummyFunctionMapper() - Constructor for class org.jboss.seam.solder.el.DummyFunctionMapper
 
DummyInjectionTarget<T> - Class in org.jboss.seam.solder.bean
Injection target implementation that does nothing
DummyInjectionTarget() - Constructor for class org.jboss.seam.solder.bean.DummyInjectionTarget
 
DummyVariableMapper - Class in org.jboss.seam.solder.el
A dummy variable mapper that is installed by default.
DummyVariableMapper() - Constructor for class org.jboss.seam.solder.el.DummyVariableMapper
 

E

elementSet() - Method in interface org.jboss.seam.solder.util.collections.Multiset
Returns the set of distinct elements contained in this multiset.
ELResolverProducer - Class in org.jboss.seam.solder.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.seam.solder.el.ELResolverProducer
 
enabled - Variable in class org.jboss.seam.solder.serviceHandler.ServiceHandlerExtension
 
entries() - Method in interface org.jboss.seam.solder.util.collections.Multimap
Returns a collection of all key-value pairs.
entries() - Method in interface org.jboss.seam.solder.util.collections.SetMultimap
Returns a collection of all key-value pairs.
entrySet() - Method in interface org.jboss.seam.solder.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.seam.solder.util.collections.Objects
Determines whether two possibly-null objects are equal.
equals(Object) - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
equals(Object) - Method in class org.jboss.seam.solder.bean.ForwardingObserverMethod
 
equals(Object) - Method in class org.jboss.seam.solder.bean.generic.GenericIdentifier
 
equals(Object) - Method in interface org.jboss.seam.solder.util.collections.Multimap
Compares the specified object with this multimap for equality.
equals(Object) - Method in interface org.jboss.seam.solder.util.collections.Multiset.Entry
equals(Object) - Method in interface org.jboss.seam.solder.util.collections.Multiset
Compares the specified object with this multiset for equality.
equals(Object) - Method in interface org.jboss.seam.solder.util.collections.SetMultimap
Compares the specified object to this multimap for equality.
evaluateMethodExpression(String, Class<T>, Object[], Class<?>[]) - Method in class org.jboss.seam.solder.el.Expressions
Evaluate a MethodExpression, passing arguments and argument types to the method.
evaluateMethodExpression(String, Class<T>) - Method in class org.jboss.seam.solder.el.Expressions
Evaluate a MethodExpression with no parameters.
evaluateMethodExpression(String) - Method in class org.jboss.seam.solder.el.Expressions
Evaluate a MethodExpression with no parameters, inferring the return type.
evaluateMethodExpression(String, Object...) - Method in class org.jboss.seam.solder.el.Expressions
Evaluate a MethodExpression, passing arguments to the method.
evaluateValueExpression(String, Class<T>) - Method in class org.jboss.seam.solder.el.Expressions
Evaluate a ValueExpression.
evaluateValueExpression(String) - Method in class org.jboss.seam.solder.el.Expressions
Evaluate a ValueExpression inferring the return type.
Expressions - Class in org.jboss.seam.solder.el
Provides various utility methods for working with EL expressions.
Expressions(ELContext, ExpressionFactory) - Constructor for class org.jboss.seam.solder.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.seam.solder.properties.query.AnnotatedPropertyCriteria
 
fieldMatches(Field) - Method in class org.jboss.seam.solder.properties.query.NamedPropertyCriteria
 
fieldMatches(Field) - Method in interface org.jboss.seam.solder.properties.query.PropertyCriteria
Tests whether the specified field matches the criteria
fieldMatches(Field) - Method in class org.jboss.seam.solder.properties.query.TypedPropertyCriteria
 
fieldNotPresent(Field, Class<?>) - Method in interface org.jboss.seam.solder.messages.AnnotatedMessages
 
FieldProperty<V> - Interface in org.jboss.seam.solder.properties
 
ForwardingBean<T> - Class in org.jboss.seam.solder.bean
An implementation of Bean that forwards all calls to the ForwardingBean.delegate().
ForwardingBean() - Constructor for class org.jboss.seam.solder.bean.ForwardingBean
 
ForwardingInjectionPoint - Class in org.jboss.seam.solder.bean
 
ForwardingInjectionPoint() - Constructor for class org.jboss.seam.solder.bean.ForwardingInjectionPoint
 
ForwardingInjectionTarget<T> - Class in org.jboss.seam.solder.bean
An implementation of InjectionTarget that forwards all calls to ForwardingInjectionTarget.delegate().
ForwardingInjectionTarget() - Constructor for class org.jboss.seam.solder.bean.ForwardingInjectionTarget
 
ForwardingObserverMethod<T> - Class in org.jboss.seam.solder.bean
An implementation of ObserverMethod that forwards all calls to ForwardingObserverMethod.delegate().
ForwardingObserverMethod() - Constructor for class org.jboss.seam.solder.bean.ForwardingObserverMethod
 

G

Generic - Annotation Type in org.jboss.seam.solder.bean.generic
Qualifier used to identify generic bean injection points.
GenericBeanExtension - Class in org.jboss.seam.solder.bean.generic
Extension that wires in Generic Beans
GenericBeanExtension() - Constructor for class org.jboss.seam.solder.bean.generic.GenericBeanExtension
 
GenericConfiguration - Annotation Type in org.jboss.seam.solder.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.seam.solder.literal
 
GenericConfigurationLiteral(Class<? extends Annotation>) - Constructor for class org.jboss.seam.solder.literal.GenericConfigurationLiteral
 
GenericIdentifier - Class in org.jboss.seam.solder.bean.generic
Uniquely identifies a generic bean set
GenericIdentifier(Set<Annotation>, Annotation) - Constructor for class org.jboss.seam.solder.bean.generic.GenericIdentifier
 
GenericLiteral - Class in org.jboss.seam.solder.literal
 
GenericLiteral() - Constructor for class org.jboss.seam.solder.literal.GenericLiteral
 
GenericProducerMethod<T,X> - Class in org.jboss.seam.solder.bean.generic
 
GenericType - Annotation Type in org.jboss.seam.solder.bean.generic
A meta annotation used to indicate that the annotation is a generic configuration annotation.
GenericTypeLiteral - Class in org.jboss.seam.solder.literal
 
GenericTypeLiteral(Class<?>) - Constructor for class org.jboss.seam.solder.literal.GenericTypeLiteral
 
get(String) - Static method in class org.jboss.logging.MDC
 
get() - Static method in class org.jboss.logging.NDC
 
get(Object) - Method in class org.jboss.seam.solder.reflection.Synthetic.Provider
Get a synthetic qualifier.
get() - Method in class org.jboss.seam.solder.reflection.Synthetic.Provider
Get a synthetic qualifier.
get(K) - Method in interface org.jboss.seam.solder.util.collections.Multimap
Returns a collection view of all values associated with a key.
get(K) - Method in interface org.jboss.seam.solder.util.collections.SetMultimap
Returns a collection view of all values associated with a key.
get() - Method in interface org.jboss.seam.solder.util.collections.Supplier
Retrieves an instance of the appropriate type.
getAnnotated() - Method in class org.jboss.seam.solder.bean.ForwardingInjectionPoint
 
getAnnotated() - Method in class org.jboss.seam.solder.bean.ImmutableInjectionPoint
 
getAnnotatedElement() - Method in interface org.jboss.seam.solder.properties.FieldProperty
 
getAnnotatedElement() - Method in interface org.jboss.seam.solder.properties.MethodProperty
 
getAnnotatedElement() - Method in interface org.jboss.seam.solder.properties.Property
Get the element responsible for retrieving the property value
getAnnotatedElement() - Method in class org.jboss.seam.solder.reflection.annotated.RedefinitionContext
Access to the AnnotatedElement on which this annotation is defined.
getAnnotation(Class<T>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotationBuilder
 
getAnnotationBuilder() - Method in class org.jboss.seam.solder.reflection.annotated.RedefinitionContext
Access to the annotations present on the element.
getAnnotationType() - Method in class org.jboss.seam.solder.bean.generic.GenericIdentifier
 
getBaseType() - Method in interface org.jboss.seam.solder.properties.Property
Returns the property type
getBaseType() - Method in class org.jboss.seam.solder.reflection.annotated.RedefinitionContext
Access to the Type of the element on which this annotation is defined
getBean() - Method in class org.jboss.seam.solder.bean.ForwardingInjectionPoint
 
getBean() - Method in class org.jboss.seam.solder.bean.ImmutableInjectionPoint
 
getBeanClass() - Method in class org.jboss.seam.solder.bean.AbstractImmutableBean
 
getBeanClass() - Method in class org.jboss.seam.solder.bean.BeanBuilder
The bean class currently defined for bean creation.
getBeanClass() - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
getBeanClass() - Method in class org.jboss.seam.solder.bean.ForwardingObserverMethod
 
getBeanClass() - Method in class org.jboss.seam.solder.unwraps.UnwrapsProducerBean
 
getBeanLifecycle() - Method in class org.jboss.seam.solder.bean.BeanBuilder
The ContextualLifecycle currently defined for bean creation.
getBeanManager() - Method in class org.jboss.seam.solder.bean.BeanBuilder
The bean manager in use.
getBeanManager() - Method in class org.jboss.seam.solder.beanManager.AbstractJndiBeanManagerProvider
 
getBeanManager() - Method in class org.jboss.seam.solder.reflection.annotated.InjectableMethod
Get the bean manager used by this injectable method.
getConfiguration() - Method in class org.jboss.seam.solder.bean.generic.GenericIdentifier
 
getCount() - Method in interface org.jboss.seam.solder.util.collections.Multiset.Entry
Returns the count of the associated element in the underlying multiset.
getDeclaringClass() - Method in interface org.jboss.seam.solder.properties.Property
Returns the class that declares the property
getDefaultValue(CreationalContext<?>) - Method in class org.jboss.seam.solder.reflection.annotated.ParameterValueRedefiner.ParameterValue
Get the default value of the parameter.
getDepth() - Static method in class org.jboss.logging.NDC
 
getELContext() - Method in class org.jboss.seam.solder.el.Expressions
Obtain the ELContext that this instance of Expressions is using.
getElement() - Method in interface org.jboss.seam.solder.util.collections.Multiset.Entry
Returns the multiset element corresponding to this entry.
getElementName() - Method in class org.jboss.seam.solder.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.seam.solder.el.ELResolverProducer
 
getExpressionFactory() - Method in class org.jboss.seam.solder.el.Expressions
Obtain the ExpressionFactory that this instance of Expressions is using.
getFirstResult() - Method in class org.jboss.seam.solder.properties.query.PropertyQuery
Get the first result from the query, causing the query to be run.
getFirstWritableResult() - Method in class org.jboss.seam.solder.properties.query.PropertyQuery
Get the first result from the query that is not marked as read only, causing the query to be run.
getHandlerClass(ProcessAnnotatedType<X>) - Method in class org.jboss.seam.solder.serviceHandler.ServiceHandlerExtension
Gets the handler type either from the ServiceHandlerType annotation or the ServiceHandler annotation.
getId() - Method in class org.jboss.seam.solder.bean.BeanBuilder
The id currently defined for bean creation.
getId() - Method in class org.jboss.seam.solder.bean.ImmutablePassivationCapableBean
 
getId() - Method in class org.jboss.seam.solder.bean.ImmutablePassivationCapableNarrowingBean
 
getId() - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
The id currently defined for bean creation.
getInjectionPoint() - Method in class org.jboss.seam.solder.reflection.annotated.ParameterValueRedefiner.ParameterValue
Get the InjectionPoint for the parameter.
getInjectionPoints() - Method in class org.jboss.seam.solder.bean.AbstractImmutableBean
 
getInjectionPoints() - Method in class org.jboss.seam.solder.bean.AbstractImmutableProducer
 
getInjectionPoints() - Method in class org.jboss.seam.solder.bean.BeanBuilder
The injection points currently defined for bean creation.
getInjectionPoints() - Method in class org.jboss.seam.solder.bean.DummyInjectionTarget
 
getInjectionPoints() - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
getInjectionPoints() - Method in class org.jboss.seam.solder.bean.ForwardingInjectionTarget
 
getInjectionPoints() - Method in class org.jboss.seam.solder.unwraps.UnwrapsProducerBean
 
getJavaClass() - Method in interface org.jboss.seam.solder.properties.Property
Returns the property type
getJavaClass() - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
 
getLocation() - Method in class org.jboss.seam.solder.beanManager.AbstractJndiBeanManagerProvider
 
getMap() - Static method in class org.jboss.logging.MDC
 
getMember() - Method in class org.jboss.seam.solder.bean.ForwardingInjectionPoint
 
getMember() - Method in class org.jboss.seam.solder.bean.ImmutableInjectionPoint
 
getMember() - Method in interface org.jboss.seam.solder.properties.Property
Get the member responsible for retrieving the property value
getName() - Method in class org.jboss.seam.solder.bean.AbstractImmutableBean
 
getName() - Method in class org.jboss.seam.solder.bean.BeanBuilder
The name of the bean currently defined for bean creation.
getName() - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
getName() - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
The name of the bean currently defined for bean creation.
getName() - Method in interface org.jboss.seam.solder.properties.Property
Returns the name of the property.
getName() - Method in class org.jboss.seam.solder.unwraps.UnwrapsProducerBean
 
getObservedQualifiers() - Method in class org.jboss.seam.solder.bean.ForwardingObserverMethod
 
getObservedType() - Method in class org.jboss.seam.solder.bean.ForwardingObserverMethod
 
getParameters() - Method in class org.jboss.seam.solder.reflection.annotated.InjectableMethod
Get the injectable parameters of this method.
getPosition() - Method in class org.jboss.seam.solder.reflection.annotated.ParameterValueRedefiner.ParameterValue
Get the position of the parameter in the member's parameter list.
getPrecedence() - Method in class org.jboss.seam.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
getPropertiesBundle(String) - Method in class org.jboss.seam.solder.resourceLoader.ResourceLoaderManager
Load a properties bundle by name.
getPropertiesBundles(String) - Method in class org.jboss.seam.solder.resourceLoader.ResourceLoaderManager
Load all properties bundles known to the resource loader by name.
getQualifiers() - Method in class org.jboss.seam.solder.bean.AbstractImmutableBean
 
getQualifiers() - Method in class org.jboss.seam.solder.bean.BeanBuilder
Qualifiers currently defined for bean creation.
getQualifiers(BeanManager, Iterable<Annotation>...) - Static method in class org.jboss.seam.solder.bean.Beans
Extract the qualifiers from a set of annotations.
getQualifiers(BeanManager, Iterable<Annotation>) - Static method in class org.jboss.seam.solder.bean.Beans
Extract the qualifiers from a set of annotations.
getQualifiers(BeanManager, Annotation[]...) - Static method in class org.jboss.seam.solder.bean.Beans
Extract the qualifiers from a set of annotations.
getQualifiers() - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
getQualifiers() - Method in class org.jboss.seam.solder.bean.ForwardingInjectionPoint
 
getQualifiers(BeanManager, GenericIdentifier, Iterable<Annotation>) - Method in class org.jboss.seam.solder.bean.generic.GenericBeanExtension
 
getQualifiers() - Method in class org.jboss.seam.solder.bean.generic.GenericIdentifier
 
getQualifiers() - Method in class org.jboss.seam.solder.bean.ImmutableInjectionPoint
 
getQualifiers() - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Qualifiers currently defined for bean creation.
getQualifiers() - Method in class org.jboss.seam.solder.unwraps.UnwrapsProducerBean
 
getRawType() - Method in class org.jboss.seam.solder.reflection.annotated.RedefinitionContext
Access to the raw type of the element on which the annotation is defined
getReception() - Method in class org.jboss.seam.solder.bean.ForwardingObserverMethod
 
getResource(String) - Method in class org.jboss.seam.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
getResource(String) - Method in class org.jboss.seam.solder.resourceLoader.ResourceLoaderManager
Load a resource by name.
getResourceAsStream(String) - Method in class org.jboss.seam.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
getResourceAsStream(String) - Method in class org.jboss.seam.solder.resourceLoader.ResourceLoaderManager
Load a resource by name.
getResourceLoaders() - Method in class org.jboss.seam.solder.resourceLoader.ResourceLoaderManager
The discovered ResourceLoader instances.
getResourceProvider(Instance<InputStream>, Instance<URL>, Instance<Collection<InputStream>>, Instance<Collection<URL>>, Instance<Properties>, Instance<Collection<Properties>>) - Method in class org.jboss.seam.solder.resourceLoader.ResourceProviderProducer
 
getResources(String) - Method in class org.jboss.seam.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
getResources(String) - Method in class org.jboss.seam.solder.resourceLoader.ResourceLoaderManager
Load all resources known to the resource loader by name.
getResourcesAsStream(String) - Method in class org.jboss.seam.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
getResourcesAsStream(String) - Method in class org.jboss.seam.solder.resourceLoader.ResourceLoaderManager
Load all resources known to the resource loader by name.
getResultList() - Method in class org.jboss.seam.solder.properties.query.PropertyQuery
Get the result from the query, causing the query to be run.
getScope() - Method in class org.jboss.seam.solder.bean.AbstractImmutableBean
 
getScope() - Method in class org.jboss.seam.solder.bean.BeanBuilder
Scope currently defined for bean creation.
getScope() - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
getScope() - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Scope currently defined for bean creation.
getScope() - Method in class org.jboss.seam.solder.unwraps.UnwrapsProducerBean
the proxies that are injected all have Dependant scope
getSingleResult() - Method in class org.jboss.seam.solder.properties.query.PropertyQuery
Get a single result from the query, causing the query to be run.
getStereotypes() - Method in class org.jboss.seam.solder.bean.AbstractImmutableBean
 
getStereotypes() - Method in class org.jboss.seam.solder.bean.BeanBuilder
Stereotypes currently defined for bean creation.
getStereotypes() - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
getStereotypes() - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Stereotypes currently defined for bean creation.
getStereotypes() - Method in class org.jboss.seam.solder.unwraps.UnwrapsProducerBean
 
getToString() - Method in class org.jboss.seam.solder.bean.BeanBuilder
The string used when Object.toString() is called on the bean.
getToString() - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
The string used when Object.toString() is called on the bean.
getTransactionPhase() - Method in class org.jboss.seam.solder.bean.ForwardingObserverMethod
 
getType() - Method in class org.jboss.seam.solder.bean.ForwardingInjectionPoint
 
getType() - Method in class org.jboss.seam.solder.bean.ImmutableInjectionPoint
 
getTypes() - Method in class org.jboss.seam.solder.bean.AbstractImmutableBean
 
getTypes() - Method in class org.jboss.seam.solder.bean.BeanBuilder
Type closure currently defined for bean creation.
getTypes() - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
getTypes() - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Type closure currently defined for bean creation.
getTypes() - Method in class org.jboss.seam.solder.unwraps.UnwrapsProducerBean
 
getValue(Object, CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.generic.GenericProducerMethod
 
getValue(Object) - Method in interface org.jboss.seam.solder.properties.Property
Returns the property value for the specified bean.
getWritableResultList() - Method in class org.jboss.seam.solder.properties.query.PropertyQuery
Get the non read only results from the query, causing the query to be run.
getWritableSingleResult() - Method in class org.jboss.seam.solder.properties.query.PropertyQuery
Get a single result from the query that is not marked as read only, causing the query to be run.

H

hashCode() - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
hashCode() - Method in class org.jboss.seam.solder.bean.ForwardingObserverMethod
 
hashCode() - Method in class org.jboss.seam.solder.bean.generic.GenericIdentifier
 
hashCode() - Method in interface org.jboss.seam.solder.util.collections.Multimap
Returns the hash code for this multimap.
hashCode() - Method in interface org.jboss.seam.solder.util.collections.Multiset.Entry
hashCode() - Method in interface org.jboss.seam.solder.util.collections.Multiset
Returns the hash code for this multiset.
hasNext() - Method in class org.jboss.seam.solder.util.collections.WrappedIterator
 
hasPrevious() - Method in class org.jboss.seam.solder.util.collections.WrappedListIterator
 

I

id(String) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Define the id used for bean creation.
id(String) - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Define the id used for bean creation.
ImmutableBean<T> - Class in org.jboss.seam.solder.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.seam.solder.bean.ImmutableBean
Create a new, immutable bean.
immutableEntry(K, V) - Static method in class org.jboss.seam.solder.util.collections.Maps
Returns an immutable map entry with the specified key and value.
ImmutableInjectionPoint - Class in org.jboss.seam.solder.bean
A base class for implementing InjectionPoint.
ImmutableInjectionPoint(AnnotatedField<?>, Set<Annotation>, Bean<?>, boolean, boolean) - Constructor for class org.jboss.seam.solder.bean.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedField.
ImmutableInjectionPoint(AnnotatedField<?>, BeanManager, Bean<?>, boolean, boolean) - Constructor for class org.jboss.seam.solder.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.seam.solder.bean.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedParameter.
ImmutableInjectionPoint(AnnotatedParameter<?>, BeanManager, Bean<?>, boolean, boolean) - Constructor for class org.jboss.seam.solder.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.seam.solder.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.seam.solder.bean.ImmutableNarrowingBean
Instantiate a new ImmutableNarrowingBean.
ImmutablePassivationCapableBean<T> - Class in org.jboss.seam.solder.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.seam.solder.bean.ImmutablePassivationCapableBean
 
ImmutablePassivationCapableNarrowingBean<T> - Class in org.jboss.seam.solder.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.seam.solder.bean.ImmutablePassivationCapableNarrowingBean
 
index() - Method in class org.jboss.seam.solder.reflection.Synthetic.SyntheticLiteral
 
inject(T, CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.DummyInjectionTarget
 
inject(T, CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.ForwardingInjectionTarget
 
InjectableMethod<X> - Class in org.jboss.seam.solder.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.seam.solder.reflection.annotated.InjectableMethod
Instantiate a new InjectableMethod.
InjectableMethod(AnnotatedMethod<X>, Collection<InjectionPoint>, BeanManager) - Constructor for class org.jboss.seam.solder.reflection.annotated.InjectableMethod
Instantiate a new InjectableMethod.
injectionPoints(Set<InjectionPoint>) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Define the injection points used for bean creation.
INSTANCE - Static variable in class org.jboss.seam.solder.literal.GenericLiteral
 
INSTANCE - Static variable in class org.jboss.seam.solder.literal.MapperLiteral
 
INSTANCE - Static variable in class org.jboss.seam.solder.literal.ResolverLiteral
 
invoke(Object, CreationalContext<T>) - Method in class org.jboss.seam.solder.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.seam.solder.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.seam.solder.serviceHandler.ServiceHandlerMethodHandler
 
invoke(Object, Method, Method, Object[]) - Method in class org.jboss.seam.solder.unwraps.UnwrapsInvocationHandler
 
isAlternative() - Method in class org.jboss.seam.solder.bean.AbstractImmutableBean
 
isAlternative() - Method in class org.jboss.seam.solder.bean.BeanBuilder
Whether the created bean will be an alternative.
isAlternative() - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
isAlternative() - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Whether the created bean will be an alternative.
isAlternative() - Method in class org.jboss.seam.solder.unwraps.UnwrapsProducerBean
 
isAnnotationPresent(Class<?>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotationBuilder
 
isDelegate() - Method in class org.jboss.seam.solder.bean.ForwardingInjectionPoint
 
isDelegate() - Method in class org.jboss.seam.solder.bean.ImmutableInjectionPoint
 
isEmpty() - Method in interface org.jboss.seam.solder.util.collections.Multimap
Returns true if the multimap contains no key-value pairs.
isEnabled() - Method in class org.jboss.seam.solder.serviceHandler.ServiceHandlerExtension
Determines if proxying is available, a prerequisite for this feature
isNullable() - Method in class org.jboss.seam.solder.bean.AbstractImmutableBean
 
isNullable() - Method in class org.jboss.seam.solder.bean.BeanBuilder
Whether the created bean will be nullable.
isNullable() - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
isNullable() - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Whether the created bean will be nullable.
isNullable() - Method in class org.jboss.seam.solder.unwraps.UnwrapsProducerBean
 
isPassivationCapable() - Method in class org.jboss.seam.solder.bean.BeanBuilder
Whether the created bean will be passivation capable.
isPassivationCapable() - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Whether the created bean will be passivation capable.
isProperty(Method) - Static method in class org.jboss.seam.solder.properties.Properties
Indicates whether this method is a valid property method.
isReadOnly() - Method in interface org.jboss.seam.solder.properties.Property
Indicates whether this is a read-only property
isTransient() - Method in class org.jboss.seam.solder.bean.ForwardingInjectionPoint
 
isTransient() - Method in class org.jboss.seam.solder.bean.ImmutableInjectionPoint
 
iterator() - Method in interface org.jboss.seam.solder.util.collections.Multiset
Iterators - Class in org.jboss.seam.solder.util.collections
 
Iterators() - Constructor for class org.jboss.seam.solder.util.collections.Iterators
 

K

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

L

LoggerExtension - Class in org.jboss.seam.solder.log
Adds LoggerProducers to the deployment, and detects and installs beans for any typed loggers defined.

M

Mapper - Annotation Type in org.jboss.seam.solder.el
Qualifies the FunctionMapper and VariableMapper beans used to create an ELContext for use in Expressions.
MapperLiteral - Class in org.jboss.seam.solder.literal
 
MapperLiteral() - Constructor for class org.jboss.seam.solder.literal.MapperLiteral
 
Maps - Class in org.jboss.seam.solder.util.collections
 
MDC - Class in org.jboss.logging
 
mergeAnnotationsOnElement(Annotated, boolean, AnnotationBuilder) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
 
methodMatches(Method) - Method in class org.jboss.seam.solder.properties.query.AnnotatedPropertyCriteria
 
methodMatches(Method) - Method in class org.jboss.seam.solder.properties.query.NamedPropertyCriteria
 
methodMatches(Method) - Method in interface org.jboss.seam.solder.properties.query.PropertyCriteria
Tests whether the specified method matches the criteria
methodMatches(Method) - Method in class org.jboss.seam.solder.properties.query.TypedPropertyCriteria
 
methodNotPresent(Method, Class<?>) - Method in interface org.jboss.seam.solder.messages.AnnotatedMessages
 
MethodProperty<V> - Interface in org.jboss.seam.solder.properties
 
Multimap<K,V> - Interface in org.jboss.seam.solder.util.collections
A collection similar to a Map, but which may associate multiple values with a single key.
Multimaps - Class in org.jboss.seam.solder.util.collections
 
Multiset<E> - Interface in org.jboss.seam.solder.util.collections
A collection that supports order-independent equality, like Set, but may have duplicate elements.
Multiset.Entry<E> - Interface in org.jboss.seam.solder.util.collections
An unmodifiable element-count pair for a multiset.
Multisets - Class in org.jboss.seam.solder.util.collections
 

N

name(String) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Define the name of the bean used for bean creation.
name(String) - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Define the name of the bean used for bean creation.
NamedPropertyCriteria - Class in org.jboss.seam.solder.properties.query
A criteria that matches a property based on name
NamedPropertyCriteria(String...) - Constructor for class org.jboss.seam.solder.properties.query.NamedPropertyCriteria
 
namespace() - Method in class org.jboss.seam.solder.reflection.Synthetic.SyntheticLiteral
 
NarrowingBeanBuilder<T> - Class in org.jboss.seam.solder.bean
Builder for ImmutableNarrowingBean and ImmutablePassivationCapableNarrowingBean.
NarrowingBeanBuilder(Bean<Object>, BeanManager) - Constructor for class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Instantiate a new NarrowingBeanBuilder.
NDC - Class in org.jboss.logging
 
newHashMapWithExpectedSize(int) - Static method in class org.jboss.seam.solder.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.seam.solder.util.collections.Sets
Creates an empty HashSet instance with enough capacity to hold the specified number of elements without rehashing.
newSetMultimap(Map<K, Collection<V>>, Supplier<? extends Set<V>>) - Static method in class org.jboss.seam.solder.util.collections.Multimaps
Creates a new SetMultimap that uses the provided map and factory.
next() - Method in class org.jboss.seam.solder.util.collections.WrappedIterator
 
nextIndex() - Method in class org.jboss.seam.solder.util.collections.WrappedListIterator
 
notify(T) - Method in class org.jboss.seam.solder.bean.ForwardingObserverMethod
 
nullable(boolean) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Define that the created bean will (or will not) be nullable.
nullable(boolean) - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Define that the created bean will (or will not) be nullable.

O

Objects - Class in org.jboss.seam.solder.util.collections
 
of(Bean<Object>, BeanManager) - Static method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Create a new NarrowingBeanBuilder, allowing Java to infer the type T.
org.jboss.logging - package org.jboss.logging
 
org.jboss.seam.solder.bean - package org.jboss.seam.solder.bean
A collection of base classes and builders for working with Bean metadata objects.
org.jboss.seam.solder.bean.defaultbean - package org.jboss.seam.solder.bean.defaultbean
Allows a library to provide a default implmentation of a bean, which is used unless overridden by an application.
org.jboss.seam.solder.bean.generic - package org.jboss.seam.solder.bean.generic
Allows a library to expose sets of beans which may be configured multiple times in an application.
org.jboss.seam.solder.beanManager - package org.jboss.seam.solder.beanManager
 
org.jboss.seam.solder.core - package org.jboss.seam.solder.core
 
org.jboss.seam.solder.el - package org.jboss.seam.solder.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.seam.solder.literal - package org.jboss.seam.solder.literal
 
org.jboss.seam.solder.log - package org.jboss.seam.solder.log
 
org.jboss.seam.solder.messages - package org.jboss.seam.solder.messages
Logging and exception messages used by Seam Solder
org.jboss.seam.solder.properties - package org.jboss.seam.solder.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.seam.solder.properties.query - package org.jboss.seam.solder.properties.query
A set of utility classes for querying a class for properties based on a set of criteria.
org.jboss.seam.solder.reflection - package org.jboss.seam.solder.reflection
 
org.jboss.seam.solder.reflection.annotated - package org.jboss.seam.solder.reflection.annotated
A collection of base classes and builders for working with AnnotatedType metadata objects.
org.jboss.seam.solder.resourceLoader - package org.jboss.seam.solder.resourceLoader
 
org.jboss.seam.solder.resourceLoader.servlet - package org.jboss.seam.solder.resourceLoader.servlet
Support for loading resources from the Servlet context
org.jboss.seam.solder.serviceHandler - package org.jboss.seam.solder.serviceHandler
 
org.jboss.seam.solder.unwraps - package org.jboss.seam.solder.unwraps
 
org.jboss.seam.solder.util.collections - package org.jboss.seam.solder.util.collections
A collection of collection related utilities for Seam Solder
overrideConstructorParameterType(Constructor<X>, int, Type) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Override the declared type of a constructor parameter
overrideFieldType(Field, Type) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Override the declared type of a field
overrideFieldType(AnnotatedField<? super X>, Type) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Override the declared type of a field
overrideMethodParameterType(Method, int, Type) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Override the declared type of a method parameter
overrideParameterType(AnnotatedParameter<? super X>, Type) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
 

P

ParameterConverter<I> - Interface in org.jboss.logging
A converter for a specific parameter type.
parameterMustNotBeNull(String) - Method in interface org.jboss.seam.solder.messages.AnnotatedMessages
 
parameterNotPresent(Method, int, Class<?>) - Method in interface org.jboss.seam.solder.messages.AnnotatedMessages
 
ParameterValueRedefiner - Interface in org.jboss.seam.solder.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.seam.solder.reflection.annotated
Provides the default parameter's value, along with metadata about the parameter to a parameter redefinition.
passivationCapable(boolean) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Define that the created bean will (or will not) be passivation capable.
passivationCapable(boolean) - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Define that the created bean will (or will not) be passivation capable.
peek() - Static method in class org.jboss.logging.NDC
 
Platform - Class in org.jboss.seam.solder.util.collections
 
pop() - Static method in class org.jboss.logging.NDC
 
populateMultimap(Multimap<K, V>, ObjectInputStream, int) - Static method in class org.jboss.seam.solder.util.collections.Serialization
Populates a multimap by reading an input stream, as part of deserialization.
postConstruct(T) - Method in class org.jboss.seam.solder.bean.DummyInjectionTarget
 
postConstruct(T) - Method in class org.jboss.seam.solder.bean.ForwardingInjectionTarget
 
Preconditions - Class in org.jboss.seam.solder.util.collections
 
preDestroy(T) - Method in class org.jboss.seam.solder.bean.DummyInjectionTarget
 
preDestroy(T) - Method in class org.jboss.seam.solder.bean.ForwardingInjectionTarget
 
previous() - Method in class org.jboss.seam.solder.util.collections.WrappedListIterator
 
previousIndex() - Method in class org.jboss.seam.solder.util.collections.WrappedListIterator
 
problems - Variable in class org.jboss.seam.solder.serviceHandler.ServiceHandlerExtension
 
produce(CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.DummyInjectionTarget
 
produce(CreationalContext<T>) - Method in class org.jboss.seam.solder.bean.ForwardingInjectionTarget
 
Properties - Class in org.jboss.seam.solder.properties
Utility class for working with JavaBean style properties
Property<V> - Interface in org.jboss.seam.solder.properties
A representation of a JavaBean style property
PropertyCriteria - Interface in org.jboss.seam.solder.properties.query
A property criteria can be used to filter the properties found by a PropertyQuery
PropertyQueries - Class in org.jboss.seam.solder.properties.query
Utilities for working with property queries
PropertyQuery<V> - Class in org.jboss.seam.solder.properties.query
Queries a target class for properties that match certain criteria.
push(String) - Static method in class org.jboss.logging.NDC
 
put(String, Object) - Static method in class org.jboss.logging.MDC
 
put(K, V) - Method in interface org.jboss.seam.solder.util.collections.Multimap
Stores a key-value pair in the multimap.
putAll(K, Iterable<? extends V>) - Method in interface org.jboss.seam.solder.util.collections.Multimap
Stores a collection of values with the same key.
putAll(Multimap<? extends K, ? extends V>) - Method in interface org.jboss.seam.solder.util.collections.Multimap
Copies all of another multimap's key-value pairs into this multimap.

Q

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

R

readCount(ObjectInputStream) - Static method in class org.jboss.seam.solder.util.collections.Serialization
Reads a count corresponding to a serialized map, multiset, or multimap.
readFromType(AnnotatedType<T>) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Read the AnnotatedType, creating a bean from the class and it's annotations.
readFromType(AnnotatedType<T>) - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Read the AnnotatedType, creating a narrowing bean from the class and its annotations.
readFromType(AnnotatedType<X>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Reads in from an existing AnnotatedType.
readFromType(AnnotatedType<X>, boolean) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Reads in from an existing AnnotatedType.
readFromType(Class<X>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Reads the annotations from an existing java type.
readFromType(Class<X>, boolean) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Reads the annotations from an existing java type.
redefine(Class<A>, AnnotationRedefiner<A>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Redefine any annotations of the specified type.
redefine(RedefinitionContext<A>) - Method in interface org.jboss.seam.solder.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.seam.solder.reflection.annotated.AnnotatedTypeBuilder
 
redefineParameterValue(ParameterValueRedefiner.ParameterValue) - Method in interface org.jboss.seam.solder.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.seam.solder.reflection.annotated
Provides access to the context of an annotation redefinition.
remove(String) - Static method in class org.jboss.logging.MDC
 
remove(Class<? extends Annotation>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotationBuilder
 
remove(Object, Object) - Method in interface org.jboss.seam.solder.util.collections.Multimap
Removes a key-value pair from the multimap.
remove(Object, int) - Method in interface org.jboss.seam.solder.util.collections.Multiset
Removes a number of occurrences of the specified element from this multiset.
remove(Object) - Method in interface org.jboss.seam.solder.util.collections.Multiset
Removes a single occurrence of the specified element from this multiset, if present.
remove() - Method in class org.jboss.seam.solder.util.collections.WrappedIterator
 
removeAll(Object) - Method in interface org.jboss.seam.solder.util.collections.Multimap
Removes all values associated with a given key.
removeAll(Collection<?>) - Method in interface org.jboss.seam.solder.util.collections.Multiset
removeAll(Object) - Method in interface org.jboss.seam.solder.util.collections.SetMultimap
Removes all values associated with a given key.
removeFromAll(Class<? extends Annotation>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Remove annotations from the type, and all of it's members.
removeFromClass(Class<? extends Annotation>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the type
removeFromConstructor(Constructor<X>, Class<? extends Annotation>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified constructor.
removeFromConstructor(AnnotatedConstructor<X>, Class<? extends Annotation>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified constructor.
removeFromConstructorParameter(Constructor<X>, int, Class<? extends Annotation>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified constructor parameter.
removeFromField(Field, Class<? extends Annotation>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified field.
removeFromField(AnnotatedField<? super X>, Class<? extends Annotation>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified field.
removeFromMethod(Method, Class<? extends Annotation>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified method.
removeFromMethod(AnnotatedMethod<? super X>, Class<? extends Annotation>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified method.
removeFromMethodParameter(Method, int, Class<? extends Annotation>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified method parameter.
removeFromParameter(AnnotatedParameter<? super X>, Class<? extends Annotation>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified parameter.
replaceValues(K, Iterable<? extends V>) - Method in interface org.jboss.seam.solder.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.seam.solder.util.collections.SetMultimap
Stores a collection of values with the same key, replacing any existing values for that key.
resolveFunction(String, String) - Method in class org.jboss.seam.solder.el.DummyFunctionMapper
 
ResolverLiteral - Class in org.jboss.seam.solder.literal
 
ResolverLiteral() - Constructor for class org.jboss.seam.solder.literal.ResolverLiteral
 
resolveVariable(String) - Method in class org.jboss.seam.solder.el.DummyVariableMapper
 
ResourceListener - Class in org.jboss.seam.solder.resourceLoader.servlet
Servlet context listener than creates and registers a new ServletContextLoader for each context
ResourceListener() - Constructor for class org.jboss.seam.solder.resourceLoader.servlet.ResourceListener
 
ResourceLoaderManager - Class in org.jboss.seam.solder.resourceLoader
ResourceLoaderManager discovers and instantiates all ResourceLoaders defined.
ResourceLoaderManager() - Constructor for class org.jboss.seam.solder.resourceLoader.ResourceLoaderManager
Instantiate a new instance, loading any resource loaders from the service loader, and sorting them by precedence.
ResourceProviderProducer - Class in org.jboss.seam.solder.resourceLoader
FIXME This producer serves as a temporary workaround for the GlassFish BDA visiblity problem.
ResourceProviderProducer() - Constructor for class org.jboss.seam.solder.resourceLoader.ResourceProviderProducer
 
retainAll(Collection<?>) - Method in interface org.jboss.seam.solder.util.collections.Multiset

S

scope(Class<? extends Annotation>) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Define the scope used for bean creation.
scope(Class<? extends Annotation>) - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Define the scope used for bean creation.
Serialization - Class in org.jboss.seam.solder.util.collections
 
ServiceHandlerBeanLifecycle<T,H> - Class in org.jboss.seam.solder.serviceHandler
Bean lifecycle for ServiceHandler beans
ServiceHandlerBeanLifecycle(Class<? extends T>, Class<H>, BeanManager) - Constructor for class org.jboss.seam.solder.serviceHandler.ServiceHandlerBeanLifecycle
 
ServiceHandlerExtension - Class in org.jboss.seam.solder.serviceHandler
This extension automatically implements interfaces and abstract classes.
ServiceHandlerMethodHandler<T,H> - Class in org.jboss.seam.solder.serviceHandler
MethodHandler that forwards calls to abstract methods to the service handler instance
ServiceHandlerMethodHandler(ServiceHandlerManager<H>, H) - Constructor for class org.jboss.seam.solder.serviceHandler.ServiceHandlerMethodHandler
 
set(V) - Method in class org.jboss.seam.solder.util.collections.WrappedListIterator
 
setAccessible() - Method in interface org.jboss.seam.solder.properties.Property
Calls the setAccessible method on the underlying member(s).
setCount(E, int) - Method in interface org.jboss.seam.solder.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.seam.solder.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.
setJavaClass(Class<X>) - Method in class org.jboss.seam.solder.reflection.annotated.AnnotatedTypeBuilder
 
setMaxDepth(int) - Static method in class org.jboss.logging.NDC
 
SetMultimap<K,V> - Interface in org.jboss.seam.solder.util.collections
A Multimap that cannot hold duplicate key-value pairs.
Sets - Class in org.jboss.seam.solder.util.collections
 
setValue(Object, V) - Method in interface org.jboss.seam.solder.properties.Property
This method sets the property value for a specified bean to the specified value.
setVariable(String, ValueExpression) - Method in class org.jboss.seam.solder.el.DummyVariableMapper
 
size() - Method in interface org.jboss.seam.solder.util.collections.Multimap
Returns the number of key-value pairs in the multimap.
stereotypes(Set<Class<? extends Annotation>>) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Define the stereotypes used for bean creation.
stereotypes(Set<Class<? extends Annotation>>) - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Define the stereotypes used for bean creation.
Supplier<T> - Interface in org.jboss.seam.solder.util.collections
A class that can supply objects of a single type.
Synthetic - Annotation Type in org.jboss.seam.solder.reflection
A synthetic qualifier that can be used to replace other user-supplied configuration at deployment.
Synthetic.Provider - Class in org.jboss.seam.solder.reflection
Provides a unique Synthetic qualifier for the specified namespace
Synthetic.Provider(String) - Constructor for class org.jboss.seam.solder.reflection.Synthetic.Provider
 
Synthetic.SyntheticLiteral - Class in org.jboss.seam.solder.reflection
 
Synthetic.SyntheticLiteral(String, Long) - Constructor for class org.jboss.seam.solder.reflection.Synthetic.SyntheticLiteral
 

T

toExpression(String) - Method in class org.jboss.seam.solder.el.Expressions
Convert's a bean name to an EL expression string.
toString() - Method in class org.jboss.seam.solder.bean.AbstractImmutableBean
 
toString(String) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Define the string used when Object.toString() is called on the bean.
toString() - Method in class org.jboss.seam.solder.bean.ForwardingBean
 
toString() - Method in class org.jboss.seam.solder.bean.ForwardingObserverMethod
 
toString() - Method in class org.jboss.seam.solder.bean.generic.GenericIdentifier
 
toString(String) - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Define the string used when Object.toString() is called on the bean.
toString() - Method in class org.jboss.seam.solder.reflection.annotated.AnnotationBuilder
 
toString() - Method in interface org.jboss.seam.solder.util.collections.Multiset.Entry
Returns the canonical string representation of this entry, defined as follows.
toString() - Method in interface org.jboss.seam.solder.util.collections.Multiset
TypedPropertyCriteria - Class in org.jboss.seam.solder.properties.query
A criteria that matches a property based on its type
TypedPropertyCriteria(Class<?>) - Constructor for class org.jboss.seam.solder.properties.query.TypedPropertyCriteria
 
types(Set<Type>) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Define the type closure used for bean creation.
types(Type...) - Method in class org.jboss.seam.solder.bean.BeanBuilder
Define the type closure used for bean creation.
types(Set<Type>) - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Define the type closure used for bean creation.
types(Type...) - Method in class org.jboss.seam.solder.bean.NarrowingBeanBuilder
Define the type closure used for bean creation.

U

UnwrapsExtension - Class in org.jboss.seam.solder.unwraps
An extension that allows the use of Unwraps methods
UnwrapsExtension() - Constructor for class org.jboss.seam.solder.unwraps.UnwrapsExtension
 
UnwrapsInvocationHandler - Class in org.jboss.seam.solder.unwraps
 
UnwrapsInvocationHandler(BeanManager, AnnotatedMethod<?>, Bean<?>, InjectionPoint, Set<Annotation>) - Constructor for class org.jboss.seam.solder.unwraps.UnwrapsInvocationHandler
 
UnwrapsProducerBean<M> - Class in org.jboss.seam.solder.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.seam.solder.unwraps.UnwrapsProducerBean
 
UnwrapsProducerBean(AnnotatedMethod<?>, Set<Annotation>, Set<Annotation>, BeanManager) - Constructor for class org.jboss.seam.solder.unwraps.UnwrapsProducerBean
 

V

value() - Method in class org.jboss.seam.solder.literal.DefaultBeanLiteral
 
value() - Method in class org.jboss.seam.solder.literal.GenericConfigurationLiteral
 
value() - Method in class org.jboss.seam.solder.literal.GenericTypeLiteral
 
values() - Method in interface org.jboss.seam.solder.util.collections.Multimap
Returns a collection of all values in the multimap.

W

WrappedIterator<K,V> - Class in org.jboss.seam.solder.util.collections
Collection iterator for WrappedCollection.
WrappedListIterator<K,V> - Class in org.jboss.seam.solder.util.collections
ListIterator decorator.
WrappedListIterator(int, WrappedList<K, V>) - Constructor for class org.jboss.seam.solder.util.collections.WrappedListIterator
 
writeMultimap(Multimap<K, V>, ObjectOutputStream) - Static method in class org.jboss.seam.solder.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-2011 Seam Framework. All Rights Reserved.