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

A

AbstractImmutableBean<T> - Class in org.jboss.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.solder.bean.AbstractImmutableBean
Create a new, immutable bean.
AbstractImmutableProducer<T> - Class in org.jboss.solder.bean
A base class for implementing Producer.
AbstractImmutableProducer(Set<InjectionPoint>) - Constructor for class org.jboss.solder.bean.AbstractImmutableProducer
 
AbstractJndiBeanManagerProvider - Class in org.jboss.solder.beanManager
A base for building a BeanManagerProvider backed by JNDI
AbstractJndiBeanManagerProvider() - Constructor for class org.jboss.solder.beanManager.AbstractJndiBeanManagerProvider
 
AbstractServletEventBridge - Class in org.jboss.solder.servlet.event
An abstract class that handles sending events to the CDI event bus with support for environments where injection into the Servlet component is not available.
AbstractServletEventBridge() - Constructor for class org.jboss.solder.servlet.event.AbstractServletEventBridge
 
AbstractValueXmlItem - Class in org.jboss.solder.config.xml.model
 
AbstractValueXmlItem(XmlItemType, XmlItem, Class<?>, String, Map<String, String>, String, int) - Constructor for class org.jboss.solder.config.xml.model.AbstractValueXmlItem
 
AbstractXmlItem - Class in org.jboss.solder.config.xml.model
 
AbstractXmlItem(XmlItemType, XmlItem, Class<?>, String, Map<String, String>, String, int) - Constructor for class org.jboss.solder.config.xml.model.AbstractXmlItem
 
add(Annotation) - Method in class org.jboss.solder.reflection.annotated.AnnotationBuilder
 
add(E, int) - Method in interface org.jboss.solder.util.collections.Multiset
Adds a number of occurrences of an element to this multiset.
add(E) - Method in interface org.jboss.solder.util.collections.Multiset
Adds a single occurrence of the specified element to this multiset.
add(V) - Method in class org.jboss.solder.util.collections.WrappedListIterator
 
addAll(Set<Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotationBuilder
 
addAll(AnnotationStore) - Method in class org.jboss.solder.reflection.annotated.AnnotationBuilder
 
addAll(AnnotatedElement) - Method in class org.jboss.solder.reflection.annotated.AnnotationBuilder
 
addBean(BeanResult<?>) - Method in class org.jboss.solder.config.xml.core.XmlResult
 
addChild(XmlItem) - Method in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
addChild(XmlItem) - Method in interface org.jboss.solder.config.xml.model.XmlItem
 
addChild(SaxNode) - Method in class org.jboss.solder.config.xml.parser.SaxNode
 
addCriteria(PropertyCriteria) - Method in class org.jboss.solder.properties.query.PropertyQuery
Add a criteria to query
addInterceptorBinding(Class<? extends Annotation>) - Method in class org.jboss.solder.config.xml.core.XmlResult
 
additionalQualifiersNotPermitted(String, InjectionPoint) - Method in interface org.jboss.solder.servlet.support.ServletMessages
 
addNodeToResult(XmlItem, BeanManager) - Method in class org.jboss.solder.config.xml.model.ModelBuilder
 
addProblem(String) - Method in class org.jboss.solder.config.xml.core.XmlResult
 
addQualifier(Annotation) - Method in class org.jboss.solder.bean.BeanBuilder
Add to the qualifiers used for bean creation.
addQualifier(Annotation) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Add to the qualifiers used for bean creation.
addQualifier(Class<? extends Annotation>) - Method in class org.jboss.solder.config.xml.core.XmlResult
 
addQualifiers(Annotation...) - Method in class org.jboss.solder.bean.BeanBuilder
Add to the qualifiers used for bean creation.
addQualifiers(Collection<Annotation>) - Method in class org.jboss.solder.bean.BeanBuilder
Add to the qualifiers used for bean creation.
addQualifiers(Annotation...) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Add to the qualifiers used for bean creation.
addQualifiers(Collection<Annotation>) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Add to the qualifiers used for bean creation.
addResourceLoader(ResourceLoader) - Static method in class org.jboss.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
addStereotype(Class<? extends Annotation>, Annotation[]) - Method in class org.jboss.solder.config.xml.core.XmlResult
 
addTargetType(Class<?>) - Method in class org.jboss.solder.servlet.ServletExtension.TypedParamProducerBlueprint
 
addToClass(Annotation) - Method in class org.jboss.solder.config.xml.core.BeanResult
 
addToClass(Annotation) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the type declaration.
addToConstructor(Constructor<?>, Annotation) - Method in class org.jboss.solder.config.xml.core.BeanResult
 
addToConstructor(Constructor<X>, Annotation) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified constructor.
addToConstructor(AnnotatedConstructor<X>, Annotation) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified constructor.
addToConstructorParameter(Constructor<?>, int, Annotation) - Method in class org.jboss.solder.config.xml.core.BeanResult
 
addToConstructorParameter(Constructor<X>, int, Annotation) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified constructor parameter.
addToField(Field, Annotation) - Method in class org.jboss.solder.config.xml.core.BeanResult
 
addToField(Field, Annotation) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified field.
addToField(AnnotatedField<? super X>, Annotation) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified field.
addToMethod(Method, Annotation) - Method in class org.jboss.solder.config.xml.core.BeanResult
 
addToMethod(Method, Annotation) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified method.
addToMethod(AnnotatedMethod<? super X>, Annotation) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified method.
addToMethodParameter(Method, int, Annotation) - Method in class org.jboss.solder.config.xml.core.BeanResult
 
addToMethodParameter(Method, int, Annotation) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified method parameter.
addToParameter(AnnotatedParameter<? super X>, Annotation) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Add an annotation to the specified parameter.
addType(Type) - Method in class org.jboss.solder.bean.BeanBuilder
Add to the type closure used for bean creation.
addType(Type) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Add to the type closure used for bean creation.
addTypes(Type...) - Method in class org.jboss.solder.bean.BeanBuilder
Add to the type closure used for bean creation.
addTypes(Collection<Type>) - Method in class org.jboss.solder.bean.BeanBuilder
Add to the type closure used for bean creation.
addTypes(Type...) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Add to the type closure used for bean creation.
addTypes(Collection<Type>) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Add to the type closure used for bean creation.
addVeto(Class<?>) - Method in class org.jboss.solder.config.xml.core.XmlResult
 
alternative(boolean) - Method in class org.jboss.solder.bean.BeanBuilder
Define that the created bean will (or will not) be an alternative.
alternative(boolean) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Define that the created bean will (or will not) be an alternative.
AnnotatedPropertyCriteria - Class in org.jboss.solder.properties.query
A criteria that matches a property based on its annotations
AnnotatedPropertyCriteria(Class<? extends Annotation>) - Constructor for class org.jboss.solder.properties.query.AnnotatedPropertyCriteria
 
Annotateds - Class in org.jboss.solder.reflection.annotated
Utilities for working with Annotateds.
AnnotatedTypeBuilder<X> - Class in org.jboss.solder.reflection.annotated
Class for constructing a new AnnotatedType.
AnnotatedTypeBuilder() - Constructor for class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Create a new builder.
annotationAlreadyPresent(Class<? extends Annotation>) - Method in interface org.jboss.solder.support.SolderMessages
 
AnnotationBuilder - Class in org.jboss.solder.reflection.annotated
Helper class used to build annotation stores
annotationNotPresent(Class<? extends Annotation>) - Method in interface org.jboss.solder.support.SolderMessages
 
AnnotationRedefiner<A extends Annotation> - Interface in org.jboss.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.
AnnotationXmlItem - Class in org.jboss.solder.config.xml.model
 
AnnotationXmlItem(XmlItem, Class<?>, String, Map<String, String>, String, int) - Constructor for class org.jboss.solder.config.xml.model.AnnotationXmlItem
 
apply(ServletResponse, ServletRequest) - Method in class org.jboss.solder.servlet.config.CharacterEncodingConfig
 
ApplyScope - Annotation Type in org.jboss.solder.bean.generic
Specifies that the managed bean or producer should inherit the scope of the generic configuration producer.
ArrayFieldSet - Class in org.jboss.solder.config.xml.fieldset
class responsible for setting the value of array properties.
ArrayFieldSet(Property<Object>, List<ValueXmlItem>) - Constructor for class org.jboss.solder.config.xml.fieldset.ArrayFieldSet
 
Arrays2 - Class in org.jboss.solder.util.collections
A collection of utilities for working with Arrays that goes beyond that in the JDK.
ArrayXmlItem - Class in org.jboss.solder.config.xml.model
 
ArrayXmlItem(XmlItem, Map<String, String>, String, int) - Constructor for class org.jboss.solder.config.xml.model.ArrayXmlItem
 
asMap() - Method in interface org.jboss.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.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.solder.util.collections.Arrays2
Create a set from an array.
AT_TEXT - Static variable in class org.jboss.solder.exception.filter.ExceptionStackOutput
 
attributes - Variable in class org.jboss.solder.config.xml.model.AbstractXmlItem
 

B

BeanBuilder<T> - Class in org.jboss.solder.bean
A builder class for creating immutable beans.
BeanBuilder(BeanManager) - Constructor for class org.jboss.solder.bean.BeanBuilder
Instantiate a new bean builder.
beanClass(Class<?>) - Method in class org.jboss.solder.bean.BeanBuilder
Define the bean class used for bean creation.
beanLifecycle(ContextualLifecycle<T>) - Method in class org.jboss.solder.bean.BeanBuilder
Define the ContextualLifecycle used for bean creation.
BeanManagerUtils - Class in org.jboss.solder.beanManager
 
BeanManagerUtils() - Constructor for class org.jboss.solder.beanManager.BeanManagerUtils
 
BeanResult<X> - Class in org.jboss.solder.config.xml.core
 
BeanResult(Class<X>, boolean, BeanResultType, List<FieldValueObject>, List<BeanResult<?>>, BeanManager) - Constructor for class org.jboss.solder.config.xml.core.BeanResult
 
BeanResultType - Enum in org.jboss.solder.config.xml.core
 
Beans - Class in org.jboss.solder.bean
A set of utility methods for working with beans.
beans - Variable in class org.jboss.solder.serviceHandler.ServiceHandlerExtension
 
beforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class org.jboss.solder.config.xml.bootstrap.XmlConfigExtension
This is the entry point for the extension
build(SaxNode, BeanManager) - Method in class org.jboss.solder.config.xml.model.ModelBuilder
builds an XML result from a parsed xml document
buildBean(AnnotatedType<X>, BeanManager, Class<?>) - Method in class org.jboss.solder.serviceHandler.ServiceHandlerExtension
Builds the bean that will do the intercepting / proxying.

C

CatchExceptionFilter - Class in org.jboss.solder.servlet.exception
A bridge that forwards unhandled exceptions to the Seam exception handling facility (Seam Catch).
CatchExceptionFilter() - Constructor for class org.jboss.solder.servlet.exception.CatchExceptionFilter
 
CatchExtension - Class in org.jboss.solder.exception.control.extension
CDI extension to find handlers at startup.
CatchExtension() - Constructor for class org.jboss.solder.exception.control.extension.CatchExtension
 
catchIntegrationDisabledNoBeanManager() - Method in interface org.jboss.solder.servlet.support.ServletLogger
 
catchIntegrationEnabled() - Method in interface org.jboss.solder.servlet.support.ServletLogger
 
CATEGORY - Static variable in interface org.jboss.solder.servlet.support.ServletLogger
 
CharacterEncodingConfig - Class in org.jboss.solder.servlet.config
 
CharacterEncodingConfig() - Constructor for class org.jboss.solder.servlet.config.CharacterEncodingConfig
 
characters(char[], int, int) - Method in class org.jboss.solder.config.xml.parser.ParserMain
 
checkArgument(boolean, String, Object...) - Static method in class org.jboss.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.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.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.solder.bean.Beans
 
checkState(boolean, Object) - Static method in class org.jboss.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.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.
ClassXmlItem - Class in org.jboss.solder.config.xml.model
 
ClassXmlItem(XmlItem, Class<?>, Map<String, String>, String, int) - Constructor for class org.jboss.solder.config.xml.model.ClassXmlItem
 
clear() - Method in class org.jboss.solder.reflection.Synthetic.Provider
 
clear() - Method in class org.jboss.solder.system.SystemProperties
 
clear() - Method in interface org.jboss.solder.util.collections.Multimap
Removes all key-value pairs from the multimap.
close() - Method in class org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
 
close() - Method in interface org.jboss.solder.config.xml.bootstrap.XmlDocumentProvider
 
CollectionFieldSet - Class in org.jboss.solder.config.xml.fieldset
class responsible for setting the value of collection properties.
CollectionFieldSet(Property<Object>, List<ValueXmlItem>) - Constructor for class org.jboss.solder.config.xml.fieldset.CollectionFieldSet
 
Collections2 - Class in org.jboss.solder.util.collections
 
compare(HandlerMethod<?>, HandlerMethod<?>) - Method in class org.jboss.solder.exception.control.ExceptionHandlerComparator
compareAnnotatedCallable(AnnotatedCallable<?>, AnnotatedCallable<?>) - Static method in class org.jboss.solder.reflection.annotated.Annotateds
Compare AnnotatedCallables for equality.
compareAnnotatedField(AnnotatedField<?>, AnnotatedField<?>) - Static method in class org.jboss.solder.reflection.annotated.Annotateds
Compares AnnotatedFields for equality.
compareAnnotatedTypes(AnnotatedType<?>, AnnotatedType<?>) - Static method in class org.jboss.solder.reflection.annotated.Annotateds
Compares two AnnotatedTypes for equality.
compareTo(XmlResult) - Method in class org.jboss.solder.config.xml.core.XmlResult
 
Composite - Annotation Type in org.jboss.solder.el
Qualifier used to identify a ELResolver that contains the default EL resolvers and any user registered el resolvers
CompositeNamespaceElementResolver - Class in org.jboss.solder.config.xml.parser.namespace
Namespace resolver that searches through a list of packages
CompositeNamespaceElementResolver(Collection<String>) - Constructor for class org.jboss.solder.config.xml.parser.namespace.CompositeNamespaceElementResolver
 
CompositeNamespaceElementResolver(String[]) - Constructor for class org.jboss.solder.config.xml.parser.namespace.CompositeNamespaceElementResolver
 
ConstantFieldValue - Class in org.jboss.solder.config.xml.fieldset
Represents a simple field value in an XML document
ConstantFieldValue(String) - Constructor for class org.jboss.solder.config.xml.fieldset.ConstantFieldValue
 
contains(Object) - Method in interface org.jboss.solder.util.collections.Multiset
Determines whether this multiset contains the specified element.
containsAll(Collection<?>) - Method in interface org.jboss.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.solder.util.collections.Multimap
Returns true if the multimap contains the specified key-value pair.
containsKey(Object) - Method in class org.jboss.solder.system.SystemProperties
 
containsKey(Object) - Method in interface org.jboss.solder.util.collections.Multimap
Returns true if the multimap contains any values for the specified key.
containsValue(Object) - Method in class org.jboss.solder.system.SystemProperties
 
containsValue(Object) - Method in interface org.jboss.solder.util.collections.Multimap
Returns true if the multimap contains the specified value for any key.
contextDestroyed(ServletContextEvent) - Method in class org.jboss.solder.resourceLoader.servlet.ResourceListener
 
contextDestroyed(ImplicitServletObjectsHolder.InternalServletContextEvent) - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
contextDestroyed(ServletContextEvent) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeListener
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.solder.resourceLoader.servlet.ResourceListener
 
contextInitialized(ImplicitServletObjectsHolder.InternalServletContextEvent, BeanManager) - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeListener
 
ContextualLifecycle<T> - Interface in org.jboss.solder.bean
Callbacks used by BeanBuilder and ImmutableBean to allow control of the creation and destruction of a custom bean.
convert(Class, String) - Static method in class org.jboss.solder.config.xml.util.XmlObjectConverter
 
cookie(Cookie...) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
CookieParamProducer - Class in org.jboss.solder.servlet.http
A producer for a String bean qualified @CookieParam.
CookieParamProducer() - Constructor for class org.jboss.solder.servlet.http.CookieParamProducer
 
CoreExtension - Class in org.jboss.solder.core
Extension to install the "core" extensions.
CoreExtension() - Constructor for class org.jboss.solder.core.CoreExtension
 
count(Object) - Method in interface org.jboss.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.solder.bean.BeanBuilder
Use the bean builder's current state to define the bean.
create(Bean<T>, CreationalContext<T>) - Method in interface org.jboss.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.solder.bean.DelegatingContextualLifecycle
 
create(CreationalContext<T>) - Method in class org.jboss.solder.bean.ForwardingBean
 
create(CreationalContext<T>) - Method in class org.jboss.solder.bean.ImmutableBean
 
create(CreationalContext<T>) - Method in class org.jboss.solder.bean.ImmutableNarrowingBean
 
create() - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Use the bean builder's current state to define the bean.
create() - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Create an AnnotatedType.
create(Bean<T>, CreationalContext<T>) - Method in class org.jboss.solder.serviceHandler.ServiceHandlerBeanLifecycle
 
create(CreationalContext<M>) - Method in class org.jboss.solder.unwraps.UnwrapsProducerBean
 
createBeanResult(BeanManager) - Method in class org.jboss.solder.config.xml.model.ClassXmlItem
 
createCallableId(AnnotatedCallable<X>) - Static method in class org.jboss.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.solder.reflection.annotated.Annotateds
Creates a deterministic signature for a Constructor.
createFieldId(AnnotatedField<X>) - Static method in class org.jboss.solder.reflection.annotated.Annotateds
Generates a deterministic signature for an AnnotatedField.
createFieldId(Field, Collection<Annotation>) - Static method in class org.jboss.solder.reflection.annotated.Annotateds
Creates a deterministic signature for a Field.
createInjectionPoints(AnnotatedMethod<X>, Bean<?>, BeanManager) - Static method in class org.jboss.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.solder.reflection.annotated.Annotateds
Creates a deterministic signature for a Method.
createParameterId(AnnotatedParameter<X>) - Static method in class org.jboss.solder.reflection.annotated.Annotateds
Creates a string representation of an AnnotatedParameter.
createParameterId(Type, Set<Annotation>) - Static method in class org.jboss.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.solder.reflection.annotated.Annotateds
Generates a unique string representation of a list of AnnotatedParameters.
createProperty(Field) - Static method in class org.jboss.solder.properties.Properties
Create a JavaBean style property from the field
createProperty(Method) - Static method in class org.jboss.solder.properties.Properties
Create a JavaBean style property from the specified method
createProperty(Member) - Static method in class org.jboss.solder.properties.Properties
Create a JavaBean style property from the specified member
createQuery(Class<?>) - Static method in class org.jboss.solder.properties.query.PropertyQueries
Create a new PropertyQuery
createTypeId(AnnotatedType<X>) - Static method in class org.jboss.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.solder.reflection.annotated.Annotateds
Generates a unique signature for a concrete class.
createVirtualFieldBeanResult(BeanManager) - Method in class org.jboss.solder.config.xml.model.ClassXmlItem
Builds up a bean result for a virtual producer field.

D

DATE_TIME_PATTERNS - Static variable in class org.jboss.solder.servlet.http.TemporalConverters
 
DefaultBeanExtension - Class in org.jboss.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.solder.bean.defaultbean.DefaultBeanExtension
 
DefaultBeanLiteral - Class in org.jboss.solder.literal
 
DefaultBeanLiteral(Class<?>) - Constructor for class org.jboss.solder.literal.DefaultBeanLiteral
 
delegate() - Method in class org.jboss.solder.bean.ForwardingBean
All calls to this Bean instance are forwarded to the delegate unless overridden.
delegate() - Method in class org.jboss.solder.bean.ForwardingInjectionPoint
 
delegate() - Method in class org.jboss.solder.bean.ForwardingInjectionTarget
All calls to this InjectionTarget instance are forwarded to the delegate unless overridden.
delegate() - Method in class org.jboss.solder.bean.ForwardingObserverMethod
All calls to this ObserverMethod instance are forwarded to the delegate unless overridden.
DelegatingContextualLifecycle<T> - Class in org.jboss.solder.bean
An implementation of ContextualLifecycle that is backed by an InjectionTarget.
DelegatingContextualLifecycle(InjectionTarget<T>) - Constructor for class org.jboss.solder.bean.DelegatingContextualLifecycle
Instantiate a new ContextualLifecycle backed by an InjectionTarget.
DelegatingResourceLoader - Class in org.jboss.solder.resourceLoader
Deprecated. this resource loader can easily leak between application instances
DelegatingResourceLoader() - Constructor for class org.jboss.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
destroy(Bean<T>, T, CreationalContext<T>) - Method in interface org.jboss.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.solder.bean.DelegatingContextualLifecycle
 
destroy(T, CreationalContext<T>) - Method in class org.jboss.solder.bean.ForwardingBean
 
destroy(T, CreationalContext<T>) - Method in class org.jboss.solder.bean.generic.GenericProducerMethod
 
destroy(T, CreationalContext<T>) - Method in class org.jboss.solder.bean.ImmutableBean
 
destroy(T, CreationalContext<T>) - Method in class org.jboss.solder.bean.ImmutableNarrowingBean
 
destroy(Bean<T>, T, CreationalContext<T>) - Method in class org.jboss.solder.serviceHandler.ServiceHandlerBeanLifecycle
 
destroy() - Method in class org.jboss.solder.servlet.event.ServletEventBridgeFilter
 
destroy() - Method in class org.jboss.solder.servlet.event.ServletEventBridgeServlet
 
destroy() - Method in class org.jboss.solder.servlet.exception.CatchExceptionFilter
 
destroy(M, CreationalContext<M>) - Method in class org.jboss.solder.unwraps.UnwrapsProducerBean
 
dispose(T) - Method in class org.jboss.solder.bean.DummyInjectionTarget
 
dispose(T) - Method in class org.jboss.solder.bean.ForwardingInjectionTarget
 
dispose(T) - Method in class org.jboss.solder.config.xml.fieldset.InjectionTargetWrapper
 
document - Variable in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jboss.solder.servlet.exception.CatchExceptionFilter
 
DummyFunctionMapper - Class in org.jboss.solder.el
A dummy function mapper that is installed by default.
DummyFunctionMapper() - Constructor for class org.jboss.solder.el.DummyFunctionMapper
 
DummyInjectionTarget<T> - Class in org.jboss.solder.bean
Injection target implementation that does nothing
DummyInjectionTarget() - Constructor for class org.jboss.solder.bean.DummyInjectionTarget
 
DummyVariableMapper - Class in org.jboss.solder.el
A dummy variable mapper that is installed by default.
DummyVariableMapper() - Constructor for class org.jboss.solder.el.DummyVariableMapper
 

E

elementSet() - Method in interface org.jboss.solder.util.collections.Multiset
Returns the set of distinct elements contained in this multiset.
ELFieldValue - Class in org.jboss.solder.config.xml.fieldset
Field value impl for EL expressions
ELFieldValue(String) - Constructor for class org.jboss.solder.config.xml.fieldset.ELFieldValue
 
ELResolverProducer - Class in org.jboss.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.solder.el.ELResolverProducer
 
enabled - Variable in class org.jboss.solder.serviceHandler.ServiceHandlerExtension
 
encodeSessionId() - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
endElement(String, String, String) - Method in class org.jboss.solder.config.xml.parser.ParserMain
 
entries() - Method in interface org.jboss.solder.util.collections.Multimap
Returns a collection of all key-value pairs.
entries() - Method in interface org.jboss.solder.util.collections.SetMultimap
Returns a collection of all key-value pairs.
entrySet() - Method in class org.jboss.solder.system.SystemProperties
 
entrySet() - Method in interface org.jboss.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.
EntryXmlItem - Class in org.jboss.solder.config.xml.model
 
EntryXmlItem(XmlItem, String, int) - Constructor for class org.jboss.solder.config.xml.model.EntryXmlItem
 
equal(Object, Object) - Static method in class org.jboss.solder.util.collections.Objects
Determines whether two possibly-null objects are equal.
equals(Object) - Method in class org.jboss.solder.bean.ForwardingBean
 
equals(Object) - Method in class org.jboss.solder.bean.ForwardingObserverMethod
 
equals(Object) - Method in class org.jboss.solder.bean.generic.GenericIdentifier
 
equals(Object) - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
 
equals(Object) - Method in interface org.jboss.solder.util.collections.Multimap
Compares the specified object with this multimap for equality.
equals(Object) - Method in interface org.jboss.solder.util.collections.Multiset.Entry

equals(Object) - Method in interface org.jboss.solder.util.collections.Multiset
Compares the specified object with this multiset for equality.
equals(Object) - Method in interface org.jboss.solder.util.collections.SetMultimap
Compares the specified object to this multimap for equality.
error(SAXParseException) - Method in class org.jboss.solder.config.xml.parser.ParserMain
 
evaluateMethodExpression(String, Class<T>, Object[], Class<?>[]) - Method in class org.jboss.solder.el.Expressions
Evaluate a MethodExpression, passing arguments and argument types to the method.
evaluateMethodExpression(String, Class<T>) - Method in class org.jboss.solder.el.Expressions
Evaluate a MethodExpression with no parameters.
evaluateMethodExpression(String) - Method in class org.jboss.solder.el.Expressions
Evaluate a MethodExpression with no parameters, inferring the return type.
evaluateMethodExpression(String, Object...) - Method in class org.jboss.solder.el.Expressions
Evaluate a MethodExpression, passing arguments to the method.
evaluateValueExpression(String, Class<T>) - Method in class org.jboss.solder.el.Expressions
Evaluate a ValueExpression.
evaluateValueExpression(String) - Method in class org.jboss.solder.el.Expressions
Evaluate a ValueExpression inferring the return type.
ExceptionHandledInterceptor - Class in org.jboss.solder.exception.control
 
ExceptionHandledInterceptor() - Constructor for class org.jboss.solder.exception.control.ExceptionHandledInterceptor
 
ExceptionHandlerComparator - Class in org.jboss.solder.exception.control
Comparator to sort exception handlers according qualifier (TraversalMode.DEPTH_FIRST first), precedence (highest to lowest) and finally hierarchy (least to most specific).
ExceptionHandlerComparator() - Constructor for class org.jboss.solder.exception.control.ExceptionHandlerComparator
 
ExceptionHandlerDispatch - Class in org.jboss.solder.exception.control
Observer of ExceptionToCatch events and handler dispatcher.
ExceptionHandlerDispatch() - Constructor for class org.jboss.solder.exception.control.ExceptionHandlerDispatch
 
ExceptionResponses - Annotation Type in org.jboss.solder.servlet.exception.handler
 
ExceptionResponseServiceHandler - Class in org.jboss.solder.servlet.exception.handler
 
ExceptionResponseServiceHandler() - Constructor for class org.jboss.solder.servlet.exception.handler.ExceptionResponseServiceHandler
 
ExceptionStackOutput<T extends Throwable> - Class in org.jboss.solder.exception.filter
This replaces the typical output of originalException stack traces.
ExceptionStackOutput(T) - Constructor for class org.jboss.solder.exception.filter.ExceptionStackOutput
Constructor to be used if not filtering is desired.
ExceptionStackOutput(T, StackFrameFilter<T>) - Constructor for class org.jboss.solder.exception.filter.ExceptionStackOutput
Constructor which includes filtering
executeHandlers(ExceptionToCatch, BeanManager, CatchExtension, Event<ExceptionStack>) - Method in class org.jboss.solder.exception.control.ExceptionHandlerDispatch
Observes the event, finds the correct exception handler(s) and invokes them.
Expressions - Class in org.jboss.solder.el
Provides various utility methods for working with EL expressions.
Expressions(ELContext, ExpressionFactory) - Constructor for class org.jboss.solder.el.Expressions
Create a new instance of the Expressions class, providing the ELContext and ExpressionFactory to be used.

F

fatalError(SAXParseException) - Method in class org.jboss.solder.config.xml.parser.ParserMain
 
field - Variable in class org.jboss.solder.config.xml.core.VirtualProducerField
 
fieldMatches(Field) - Method in class org.jboss.solder.properties.query.AnnotatedPropertyCriteria
 
fieldMatches(Field) - Method in class org.jboss.solder.properties.query.NamedPropertyCriteria
 
fieldMatches(Field) - Method in interface org.jboss.solder.properties.query.PropertyCriteria
Tests whether the specified field matches the criteria
fieldMatches(Field) - Method in class org.jboss.solder.properties.query.TypedPropertyCriteria
 
fieldNotPresent(Field, Class<?>) - Method in interface org.jboss.solder.support.SolderMessages
 
FieldProperty<V> - Interface in org.jboss.solder.properties
 
FieldValue - Interface in org.jboss.solder.config.xml.fieldset
represents an initial field value.
FieldValueObject - Interface in org.jboss.solder.config.xml.fieldset
FieldValueObjects set field values for a given instance
FileDataReader - Class in org.jboss.solder.config.xml.util
Utility class that reads a file or URL into a String
FileDataReader() - Constructor for class org.jboss.solder.config.xml.util.FileDataReader
 
findHandlerParameter(AnnotatedMethod<?>) - Static method in class org.jboss.solder.exception.control.HandlerMethodImpl
 
findHandlers(ProcessBean<?>, BeanManager) - Method in class org.jboss.solder.exception.control.extension.CatchExtension
Listener to ProcessBean event to locate handlers.
fireEvent(Object, Annotation...) - Method in class org.jboss.solder.servlet.event.AbstractServletEventBridge
Propagates the Servlet event to the CDI event bus if the BeanManager is available.
fireWebApplicationEvent(Annotation) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeServlet
 
ForwardingBean<T> - Class in org.jboss.solder.bean
An implementation of Bean that forwards all calls to the ForwardingBean.delegate().
ForwardingBean() - Constructor for class org.jboss.solder.bean.ForwardingBean
 
ForwardingInjectionPoint - Class in org.jboss.solder.bean
 
ForwardingInjectionPoint() - Constructor for class org.jboss.solder.bean.ForwardingInjectionPoint
 
ForwardingInjectionTarget<T> - Class in org.jboss.solder.bean
An implementation of InjectionTarget that forwards all calls to ForwardingInjectionTarget.delegate().
ForwardingInjectionTarget() - Constructor for class org.jboss.solder.bean.ForwardingInjectionTarget
 
ForwardingObserverMethod<T> - Class in org.jboss.solder.bean
An implementation of ObserverMethod that forwards all calls to ForwardingObserverMethod.delegate().
ForwardingObserverMethod() - Constructor for class org.jboss.solder.bean.ForwardingObserverMethod
 
fragment(String) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 

G

Generic - Annotation Type in org.jboss.solder.bean.generic
Qualifier used to identify generic bean injection points.
GenericBeanExtension - Class in org.jboss.solder.bean.generic
Extension that wires in Generic Beans
GenericBeanExtension() - Constructor for class org.jboss.solder.bean.generic.GenericBeanExtension
 
GenericConfiguration - Annotation Type in org.jboss.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.solder.literal
 
GenericConfigurationLiteral(Class<? extends Annotation>) - Constructor for class org.jboss.solder.literal.GenericConfigurationLiteral
 
GenericIdentifier - Class in org.jboss.solder.bean.generic
Uniquely identifies a generic bean set
GenericIdentifier(Set<Annotation>, Annotation) - Constructor for class org.jboss.solder.bean.generic.GenericIdentifier
 
GenericLiteral - Class in org.jboss.solder.literal
 
GenericLiteral() - Constructor for class org.jboss.solder.literal.GenericLiteral
 
GenericProducerMethod<T,X> - Class in org.jboss.solder.bean.generic
 
GenericType - Annotation Type in org.jboss.solder.bean.generic
A meta annotation used to indicate that the annotation is a generic configuration annotation.
GenericTypeLiteral - Class in org.jboss.solder.literal
 
GenericTypeLiteral(Class<?>) - Constructor for class org.jboss.solder.literal.GenericTypeLiteral
 
get(Object) - Method in class org.jboss.solder.reflection.Synthetic.Provider
Get a synthetic qualifier.
get() - Method in class org.jboss.solder.reflection.Synthetic.Provider
Get a synthetic qualifier.
get(Object) - Method in class org.jboss.solder.system.SystemProperties
 
get(K) - Method in interface org.jboss.solder.util.collections.Multimap
Returns a collection view of all values associated with a key.
get(K) - Method in interface org.jboss.solder.util.collections.SetMultimap
Returns a collection view of all values associated with a key.
get() - Method in interface org.jboss.solder.util.collections.Supplier
Retrieves an instance of the appropriate type.
getAlias() - Method in enum org.jboss.solder.config.xml.model.XmlItemType
 
getAllowedItem() - Method in class org.jboss.solder.config.xml.model.AbstractValueXmlItem
 
getAllowedItem() - Method in class org.jboss.solder.config.xml.model.AnnotationXmlItem
 
getAllowedItem() - Method in class org.jboss.solder.config.xml.model.ClassXmlItem
 
getAllowedItem() - Method in class org.jboss.solder.config.xml.model.EntryXmlItem
 
getAllowedItem() - Method in class org.jboss.solder.config.xml.model.KeyXmlItem
 
getAllowedItem() - Method in class org.jboss.solder.config.xml.model.MethodXmlItem
 
getAllowedItem() - Method in class org.jboss.solder.config.xml.model.ModifiesXmlItem
 
getAllowedItem() - Method in class org.jboss.solder.config.xml.model.ParametersXmlItem
 
getAllowedItem() - Method in class org.jboss.solder.config.xml.model.ParameterXmlItem
 
getAllowedItem() - Method in class org.jboss.solder.config.xml.model.PropertyXmlItem
 
getAllowedItem() - Method in class org.jboss.solder.config.xml.model.ReplacesXmlItem
 
getAllowedItem() - Method in interface org.jboss.solder.config.xml.model.XmlItem
 
getAnnotated() - Method in class org.jboss.solder.bean.ForwardingInjectionPoint
 
getAnnotated() - Method in class org.jboss.solder.bean.ImmutableInjectionPoint
 
getAnnotatedElement() - Method in interface org.jboss.solder.properties.FieldProperty
 
getAnnotatedElement() - Method in interface org.jboss.solder.properties.MethodProperty
 
getAnnotatedElement() - Method in interface org.jboss.solder.properties.Property
Get the element responsible for retrieving the property value
getAnnotatedElement() - Method in class org.jboss.solder.reflection.annotated.RedefinitionContext
Access to the AnnotatedElement on which this annotation is defined.
getAnnotatedType() - Method in class org.jboss.solder.config.xml.bootstrap.ProcessAnnotatedTypeImpl
 
getAnnotatedType() - Method in class org.jboss.solder.config.xml.core.BeanResult
 
getAnnotation(Class<T>) - Method in class org.jboss.solder.reflection.annotated.AnnotationBuilder
 
getAnnotationBuilder() - Method in class org.jboss.solder.reflection.annotated.RedefinitionContext
Access to the annotations present on the element.
getAnnotationType() - Method in class org.jboss.solder.bean.generic.GenericIdentifier
 
getAttributes() - Method in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
getAttributes() - Method in class org.jboss.solder.config.xml.parser.SaxNode
 
getBaseType() - Method in interface org.jboss.solder.properties.Property
Returns the property type
getBaseType() - Method in class org.jboss.solder.reflection.annotated.RedefinitionContext
Access to the Type of the element on which this annotation is defined
getBean() - Method in class org.jboss.solder.bean.ForwardingInjectionPoint
 
getBean() - Method in class org.jboss.solder.bean.ImmutableInjectionPoint
 
getBean(BeanManager) - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
getBeanClass() - Method in class org.jboss.solder.bean.AbstractImmutableBean
 
getBeanClass() - Method in class org.jboss.solder.bean.BeanBuilder
The bean class currently defined for bean creation.
getBeanClass() - Method in class org.jboss.solder.bean.ForwardingBean
 
getBeanClass() - Method in class org.jboss.solder.bean.ForwardingObserverMethod
 
getBeanClass() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
getBeanClass() - Method in class org.jboss.solder.unwraps.UnwrapsProducerBean
 
getBeanLifecycle() - Method in class org.jboss.solder.bean.BeanBuilder
The ContextualLifecycle currently defined for bean creation.
getBeanManager() - Method in class org.jboss.solder.bean.BeanBuilder
The bean manager in use.
getBeanManager() - Method in class org.jboss.solder.beanManager.AbstractJndiBeanManagerProvider
 
getBeanManager() - Method in class org.jboss.solder.reflection.annotated.InjectableMethod
Get the bean manager used by this injectable method.
getBeanManager() - Method in class org.jboss.solder.servlet.beanManager.ServletContextAttributeProvider
 
getBeanResult(BeanManager) - Method in class org.jboss.solder.config.xml.model.AbstractValueXmlItem
 
getBeanResults(BeanManager) - Method in class org.jboss.solder.config.xml.model.EntryXmlItem
get the inline beans for the value and the key
getBeans() - Method in class org.jboss.solder.config.xml.core.XmlResult
 
getBeanType() - Method in class org.jboss.solder.config.xml.core.BeanResult
 
getChildren() - Method in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
getChildren() - Method in interface org.jboss.solder.config.xml.model.XmlItem
 
getChildren() - Method in class org.jboss.solder.config.xml.parser.SaxNode
 
getChildrenOfType(Class<T>) - Method in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
getChildrenOfType(Class<T>) - Method in interface org.jboss.solder.config.xml.model.XmlItem
 
getConfiguration() - Method in class org.jboss.solder.bean.generic.GenericIdentifier
 
getContextPath() - Method in class org.jboss.solder.servlet.http.ImplicitHttpServletObjectsProducer
 
getContextualInstance(BeanManager, Class<T>, Annotation...) - Static method in class org.jboss.solder.beanManager.BeanManagerUtils
 
getConverterMember(Class<?>) - Method in class org.jboss.solder.servlet.ServletExtension
 
getCookies() - Method in class org.jboss.solder.servlet.http.ImplicitHttpServletObjectsProducer
 
getCount() - Method in interface org.jboss.solder.util.collections.Multiset.Entry
Returns the count of the associated element in the underlying multiset.
getDeclaringClass() - Method in class org.jboss.solder.config.xml.model.PropertyXmlItem
 
getDeclaringClass() - Method in interface org.jboss.solder.properties.Property
Returns the class that declares the property
getDefaultValue(CreationalContext<?>) - Method in class org.jboss.solder.reflection.annotated.ParameterValueRedefiner.ParameterValue
Get the default value of the parameter.
getDocument() - Method in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
getDocument() - Method in interface org.jboss.solder.config.xml.model.XmlItem
 
getDocument() - Method in class org.jboss.solder.config.xml.parser.SaxNode
 
getDocumentProviders() - Method in class org.jboss.solder.config.xml.bootstrap.XmlConfigExtension
 
getELContext() - Method in class org.jboss.solder.el.Expressions
Obtain the ELContext that this instance of Expressions is using.
getElement() - Method in interface org.jboss.solder.util.collections.Multiset.Entry
Returns the multiset element corresponding to this entry.
getElementName() - Method in enum org.jboss.solder.config.xml.model.XmlItemType
 
getElementName() - Method in class org.jboss.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.solder.el.ELResolverProducer
 
getEncoding() - Method in class org.jboss.solder.servlet.config.CharacterEncodingConfig
 
getExceptionStack() - Method in class org.jboss.solder.exception.control.ExceptionHandlerDispatch
 
getExceptionToCatch() - Method in class org.jboss.solder.exception.control.ExceptionHandlerDispatch
 
getExceptionType() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
getExpressionFactory() - Method in class org.jboss.solder.el.Expressions
Obtain the ExpressionFactory that this instance of Expressions is using.
getField() - Method in class org.jboss.solder.config.xml.model.PropertyXmlItem
Returns the field that corresponds to the property, or null if it does not exist
getField(Class<?>, String) - Static method in class org.jboss.solder.config.xml.util.Reflections
returns the field or null if not found
getFieldName() - Method in class org.jboss.solder.config.xml.model.PropertyXmlItem
 
getFieldType() - Method in class org.jboss.solder.config.xml.model.PropertyXmlItem
 
getFieldValue() - Method in class org.jboss.solder.config.xml.model.PropertyXmlItem
 
getFieldValues() - Method in class org.jboss.solder.config.xml.core.BeanResult
 
getFileUrl() - Method in interface org.jboss.solder.config.xml.bootstrap.XmlDocument
This serves two purposes, one it is used to display to the user the location of the file that contains an error, and the reversed file URL is also used to sort the bean results so the beans are always installed in the same order.
getFirstResult() - Method in class org.jboss.solder.properties.query.PropertyQuery
Get the first result from the query, causing the query to be run.
getFirstWritableResult() - Method in class org.jboss.solder.properties.query.PropertyQuery
Get the first result from the query that is not marked as read only, causing the query to be run.
getFlattenedBeans() - Method in class org.jboss.solder.config.xml.core.XmlResult
Gets all beans from the result, including inline beans
getHandlerClass(ProcessAnnotatedType<X>) - Method in class org.jboss.solder.serviceHandler.ServiceHandlerExtension
Gets the handler type either from the ServiceHandlerType annotation or the ServiceHandler annotation.
getHandlerParameter() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
 
getHandlersForExceptionType(Type, BeanManager, Set<Annotation>, TraversalMode) - Method in class org.jboss.solder.exception.control.extension.CatchExtension
Obtains the applicable handlers for the given type or super type of the given type.
getHttpServletRequest() - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
getHttpServletRequest() - Method in class org.jboss.solder.servlet.http.ImplicitHttpServletObjectsProducer
 
getHttpServletRequestContext() - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
getHttpServletRequestContext() - Method in class org.jboss.solder.servlet.http.ImplicitHttpServletObjectsProducer
 
getHttpServletResponse() - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
getHttpServletResponse() - Method in class org.jboss.solder.servlet.http.ImplicitHttpServletObjectsProducer
 
getHttpSession() - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
getHttpSession() - Method in class org.jboss.solder.servlet.http.ImplicitHttpServletObjectsProducer
 
getId() - Method in class org.jboss.solder.bean.BeanBuilder
The id currently defined for bean creation.
getId() - Method in class org.jboss.solder.bean.ImmutablePassivationCapableBean
 
getId() - Method in class org.jboss.solder.bean.ImmutablePassivationCapableNarrowingBean
 
getId() - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
The id currently defined for bean creation.
getId() - Static method in class org.jboss.solder.config.xml.fieldset.InlineBeanIdCreator
 
getInjectionPoint() - Method in class org.jboss.solder.reflection.annotated.ParameterValueRedefiner.ParameterValue
Get the InjectionPoint for the parameter.
getInjectionPoints() - Method in class org.jboss.solder.bean.AbstractImmutableBean
 
getInjectionPoints() - Method in class org.jboss.solder.bean.AbstractImmutableProducer
 
getInjectionPoints() - Method in class org.jboss.solder.bean.BeanBuilder
The injection points currently defined for bean creation.
getInjectionPoints() - Method in class org.jboss.solder.bean.DummyInjectionTarget
 
getInjectionPoints() - Method in class org.jboss.solder.bean.ForwardingBean
 
getInjectionPoints() - Method in class org.jboss.solder.bean.ForwardingInjectionTarget
 
getInjectionPoints() - Method in class org.jboss.solder.config.xml.fieldset.InjectionTargetWrapper
 
getInjectionPoints() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
 
getInjectionPoints() - Method in class org.jboss.solder.unwraps.UnwrapsProducerBean
 
getInlineBeans() - Method in class org.jboss.solder.config.xml.core.BeanResult
 
getInlineBeans() - Method in class org.jboss.solder.config.xml.model.PropertyXmlItem
 
getInnerText() - Method in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
getInnerText() - Method in interface org.jboss.solder.config.xml.model.XmlItem
 
getInnerText() - Method in class org.jboss.solder.config.xml.parser.SaxNode
 
getInputSource() - Method in interface org.jboss.solder.config.xml.bootstrap.XmlDocument
 
getInterceptorBindings() - Method in class org.jboss.solder.config.xml.core.XmlResult
 
getItemForNamespace(SaxNode, XmlItem) - Method in class org.jboss.solder.config.xml.parser.namespace.CompositeNamespaceElementResolver
 
getItemForNamespace(SaxNode, XmlItem) - Method in interface org.jboss.solder.config.xml.parser.namespace.NamespaceElementResolver
 
getItemForNamespace(SaxNode, XmlItem) - Method in class org.jboss.solder.config.xml.parser.namespace.PackageNamespaceElementResolver
 
getItemForNamespace(SaxNode, XmlItem) - Method in class org.jboss.solder.config.xml.parser.namespace.RootNamespaceElementResolver
 
getItemType(XmlItem) - Method in class org.jboss.solder.config.xml.model.ModelBuilder
Determines the type of an element by examining its child nodes
getJavaClass() - Method in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
getJavaClass() - Method in class org.jboss.solder.config.xml.model.ArrayXmlItem
 
getJavaClass() - Method in interface org.jboss.solder.config.xml.model.XmlItem
 
getJavaClass() - Method in interface org.jboss.solder.properties.Property
Returns the property type
getJavaClass() - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
 
getJavaMethod() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
getKey() - Method in class org.jboss.solder.config.xml.model.EntryXmlItem
 
getLineno() - Method in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
getLineno() - Method in interface org.jboss.solder.config.xml.model.XmlItem
 
getLineNo() - Method in class org.jboss.solder.config.xml.parser.SaxNode
 
getLocation() - Method in class org.jboss.solder.beanManager.AbstractJndiBeanManagerProvider
 
getMaxOccurances() - Method in class org.jboss.solder.config.xml.util.TypeOccuranceInformation
 
getMember() - Method in class org.jboss.solder.bean.ForwardingInjectionPoint
 
getMember() - Method in class org.jboss.solder.bean.ImmutableInjectionPoint
 
getMember() - Method in interface org.jboss.solder.properties.Property
Get the member responsible for retrieving the property value
getMessage() - Method in exception org.jboss.solder.config.xml.util.XmlConfigurationException
 
getMessage() - Method in exception org.jboss.solder.config.xml.util.XmlParseException
 
getMethod() - Method in class org.jboss.solder.config.xml.model.MethodXmlItem
 
getMinOccurances() - Method in class org.jboss.solder.config.xml.util.TypeOccuranceInformation
 
getName() - Method in class org.jboss.solder.bean.AbstractImmutableBean
 
getName() - Method in class org.jboss.solder.bean.BeanBuilder
The name of the bean currently defined for bean creation.
getName() - Method in class org.jboss.solder.bean.ForwardingBean
 
getName() - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
The name of the bean currently defined for bean creation.
getName() - Method in class org.jboss.solder.config.xml.parser.SaxNode
 
getName() - Method in interface org.jboss.solder.properties.Property
Returns the name of the property.
getName() - Method in class org.jboss.solder.unwraps.UnwrapsProducerBean
 
getNamespaceUri() - Method in class org.jboss.solder.config.xml.parser.SaxNode
 
getNextDocument() - Method in class org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
 
getNextDocument() - Method in interface org.jboss.solder.config.xml.bootstrap.XmlDocumentProvider
 
getObservedQualifiers() - Method in class org.jboss.solder.bean.ForwardingObserverMethod
 
getObservedType() - Method in class org.jboss.solder.bean.ForwardingObserverMethod
 
getParameters() - Method in class org.jboss.solder.reflection.annotated.InjectableMethod
Get the injectable parameters of this method.
getParent() - Method in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
getParent() - Method in interface org.jboss.solder.config.xml.model.XmlItem
 
getParent() - Method in class org.jboss.solder.config.xml.parser.SaxNode
 
getPosition() - Method in class org.jboss.solder.reflection.annotated.ParameterValueRedefiner.ParameterValue
Get the position of the parameter in the member's parameter list.
getPrecedence() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
getPrecedence() - Method in class org.jboss.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
getPrecedence() - Method in class org.jboss.solder.servlet.beanManager.ServletContextAttributeProvider
 
getProblems() - Method in class org.jboss.solder.config.xml.core.XmlResult
 
getProducer() - Method in class org.jboss.solder.servlet.ServletExtension.TypedParamProducerBlueprint
 
getPropertiesBundle(String) - Method in class org.jboss.solder.resourceLoader.ResourceLoaderManager
Load a properties bundle by name.
getPropertiesBundles(String) - Method in class org.jboss.solder.resourceLoader.ResourceLoaderManager
Load all properties bundles known to the resource loader by name.
getProperty() - Method in class org.jboss.solder.config.xml.model.PropertyXmlItem
 
getQualifier() - Method in class org.jboss.solder.servlet.ServletExtension.TypedParamProducerBlueprint
 
getQualifiers() - Method in class org.jboss.solder.bean.AbstractImmutableBean
 
getQualifiers() - Method in class org.jboss.solder.bean.BeanBuilder
Qualifiers currently defined for bean creation.
getQualifiers(BeanManager, Iterable<Annotation>...) - Static method in class org.jboss.solder.bean.Beans
Extract the qualifiers from a set of annotations.
getQualifiers(BeanManager, Iterable<Annotation>) - Static method in class org.jboss.solder.bean.Beans
Extract the qualifiers from a set of annotations.
getQualifiers(BeanManager, Annotation[]...) - Static method in class org.jboss.solder.bean.Beans
Extract the qualifiers from a set of annotations.
getQualifiers() - Method in class org.jboss.solder.bean.ForwardingBean
 
getQualifiers() - Method in class org.jboss.solder.bean.ForwardingInjectionPoint
 
getQualifiers(BeanManager, GenericIdentifier, Iterable<Annotation>) - Method in class org.jboss.solder.bean.generic.GenericBeanExtension
 
getQualifiers() - Method in class org.jboss.solder.bean.generic.GenericIdentifier
 
getQualifiers() - Method in class org.jboss.solder.bean.ImmutableInjectionPoint
 
getQualifiers() - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Qualifiers currently defined for bean creation.
getQualifiers() - Method in class org.jboss.solder.config.xml.core.XmlResult
 
getQualifiers() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
getQualifiers() - Method in class org.jboss.solder.unwraps.UnwrapsProducerBean
 
getRawType() - Method in class org.jboss.solder.reflection.annotated.RedefinitionContext
Access to the raw type of the element on which the annotation is defined
getReception() - Method in class org.jboss.solder.bean.ForwardingObserverMethod
 
getResource(String) - Method in class org.jboss.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
getResource(String) - Method in class org.jboss.solder.resourceLoader.ResourceLoaderManager
Load a resource by name.
getResourceAsStream(String) - Method in class org.jboss.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
getResourceAsStream(String) - Method in class org.jboss.solder.resourceLoader.ResourceLoaderManager
Load a resource by name.
getResourceLoaders() - Method in class org.jboss.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.solder.resourceLoader.ResourceProviderProducer
 
getResources(String) - Method in class org.jboss.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
getResources(String) - Method in class org.jboss.solder.resourceLoader.ResourceLoaderManager
Load all resources known to the resource loader by name.
getResourcesAsStream(String) - Method in class org.jboss.solder.resourceLoader.DelegatingResourceLoader
Deprecated.  
getResourcesAsStream(String) - Method in class org.jboss.solder.resourceLoader.ResourceLoaderManager
Load all resources known to the resource loader by name.
getResultList() - Method in class org.jboss.solder.properties.query.PropertyQuery
Get the result from the query, causing the query to be run.
getScope() - Method in class org.jboss.solder.bean.AbstractImmutableBean
 
getScope() - Method in class org.jboss.solder.bean.BeanBuilder
Scope currently defined for bean creation.
getScope() - Method in class org.jboss.solder.bean.ForwardingBean
 
getScope() - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Scope currently defined for bean creation.
getScope() - Method in class org.jboss.solder.unwraps.UnwrapsProducerBean
the proxies that are injected all have Dependant scope
getServerInfo() - Method in class org.jboss.solder.servlet.ImplicitServletObjectsProducer
 
getServletConfig() - Method in class org.jboss.solder.servlet.event.ServletEventBridgeServlet
 
getServletContext() - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
getServletContext() - Method in class org.jboss.solder.servlet.ImplicitServletObjectsProducer
 
getServletInfo() - Method in class org.jboss.solder.servlet.event.ServletEventBridgeServlet
 
getServletRequest() - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
getServletRequest() - Method in class org.jboss.solder.servlet.ImplicitServletObjectsProducer
 
getServletRequestContext() - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
getServletRequestContext() - Method in class org.jboss.solder.servlet.ImplicitServletObjectsProducer
 
getServletResponse() - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
getServletResponse() - Method in class org.jboss.solder.servlet.ImplicitServletObjectsProducer
 
getShorthandFieldValues() - Method in class org.jboss.solder.config.xml.model.ClassXmlItem
 
getSingleResult() - Method in class org.jboss.solder.properties.query.PropertyQuery
Get a single result from the query, causing the query to be run.
getStereotypes() - Method in class org.jboss.solder.bean.AbstractImmutableBean
 
getStereotypes() - Method in class org.jboss.solder.bean.BeanBuilder
Stereotypes currently defined for bean creation.
getStereotypes() - Method in class org.jboss.solder.bean.ForwardingBean
 
getStereotypes() - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Stereotypes currently defined for bean creation.
getStereotypes() - Method in class org.jboss.solder.config.xml.core.XmlResult
 
getStereotypes() - Method in class org.jboss.solder.unwraps.UnwrapsProducerBean
 
getSyntheticQualifierId() - Method in class org.jboss.solder.config.xml.model.AbstractValueXmlItem
 
getTargetTypes() - Method in class org.jboss.solder.servlet.ServletExtension.TypedParamProducerBlueprint
 
getToString() - Method in class org.jboss.solder.bean.BeanBuilder
The string used when Object.toString() is called on the bean.
getToString() - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
The string used when Object.toString() is called on the bean.
getTransactionPhase() - Method in class org.jboss.solder.bean.ForwardingObserverMethod
 
getTraversalMode() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
getType() - Method in class org.jboss.solder.bean.ForwardingInjectionPoint
 
getType() - Method in class org.jboss.solder.bean.ImmutableInjectionPoint
 
getType() - Method in class org.jboss.solder.config.xml.core.BeanResult
 
getType() - Method in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
getType() - Method in interface org.jboss.solder.config.xml.model.XmlItem
 
getType() - Method in class org.jboss.solder.config.xml.util.TypeOccuranceInformation
 
getTypedParamValue(InjectionPoint, ServletExtension) - Method in class org.jboss.solder.servlet.http.CookieParamProducer
 
getTypedParamValue(InjectionPoint, ServletExtension) - Method in class org.jboss.solder.servlet.http.HeaderParamProducer
 
getTypedParamValue(InjectionPoint, ServletExtension) - Method in class org.jboss.solder.servlet.http.RequestParamProducer
 
getTypes() - Method in class org.jboss.solder.bean.AbstractImmutableBean
 
getTypes() - Method in class org.jboss.solder.bean.BeanBuilder
Type closure currently defined for bean creation.
getTypes() - Method in class org.jboss.solder.bean.ForwardingBean
 
getTypes() - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Type closure currently defined for bean creation.
getTypes() - Method in class org.jboss.solder.unwraps.UnwrapsProducerBean
 
getValue(Object, CreationalContext<T>) - Method in class org.jboss.solder.bean.generic.GenericProducerMethod
 
getValue() - Method in class org.jboss.solder.config.xml.model.AbstractValueXmlItem
 
getValue() - Method in class org.jboss.solder.config.xml.model.EntryXmlItem
 
getValue(Object) - Method in interface org.jboss.solder.properties.Property
Returns the property value for the specified bean.
getVeto() - Method in class org.jboss.solder.config.xml.core.XmlResult
 
getWritableResultList() - Method in class org.jboss.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.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

HandlerMethodImpl<T extends Throwable> - Class in org.jboss.solder.exception.control
Implementation of HandlerMethod.
HandlerMethodImpl(AnnotatedMethod<?>, BeanManager) - Constructor for class org.jboss.solder.exception.control.HandlerMethodImpl
Sole Constructor.
hashCode() - Method in class org.jboss.solder.bean.ForwardingBean
 
hashCode() - Method in class org.jboss.solder.bean.ForwardingObserverMethod
 
hashCode() - Method in class org.jboss.solder.bean.generic.GenericIdentifier
 
hashCode() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
 
hashCode() - Method in interface org.jboss.solder.util.collections.Multimap
Returns the hash code for this multimap.
hashCode() - Method in interface org.jboss.solder.util.collections.Multiset.Entry

hashCode() - Method in interface org.jboss.solder.util.collections.Multiset
Returns the hash code for this multiset.
hasNext() - Method in class org.jboss.solder.util.collections.WrappedIterator
 
hasPrevious() - Method in class org.jboss.solder.util.collections.WrappedListIterator
 
header(String, Object...) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
header(boolean, String, Object...) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
HeaderParamProducer - Class in org.jboss.solder.servlet.http
A producer for a String bean qualified @HeaderParam.
HeaderParamProducer() - Constructor for class org.jboss.solder.servlet.http.HeaderParamProducer
 

I

id(String) - Method in class org.jboss.solder.bean.BeanBuilder
Define the id used for bean creation.
id(String) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Define the id used for bean creation.
ImmutableBean<T> - Class in org.jboss.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.solder.bean.ImmutableBean
Create a new, immutable bean.
immutableEntry(K, V) - Static method in class org.jboss.solder.util.collections.Maps
Returns an immutable map entry with the specified key and value.
ImmutableInjectionPoint - Class in org.jboss.solder.bean
A base class for implementing InjectionPoint.
ImmutableInjectionPoint(AnnotatedField<?>, Set<Annotation>, Bean<?>, boolean, boolean) - Constructor for class org.jboss.solder.bean.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedField.
ImmutableInjectionPoint(AnnotatedField<?>, BeanManager, Bean<?>, boolean, boolean) - Constructor for class org.jboss.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.solder.bean.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedParameter.
ImmutableInjectionPoint(AnnotatedParameter<?>, BeanManager, Bean<?>, boolean, boolean) - Constructor for class org.jboss.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.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.solder.bean.ImmutableNarrowingBean
Instantiate a new ImmutableNarrowingBean.
ImmutablePassivationCapableBean<T> - Class in org.jboss.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.solder.bean.ImmutablePassivationCapableBean
 
ImmutablePassivationCapableNarrowingBean<T> - Class in org.jboss.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.solder.bean.ImmutablePassivationCapableNarrowingBean
 
ImplicitHttpServletObjectsProducer - Class in org.jboss.solder.servlet.http
A producer for implicit HTTP Servlet objects, specifically the HttpServletRequest, HttpServletResponse and HttpSession.
ImplicitHttpServletObjectsProducer() - Constructor for class org.jboss.solder.servlet.http.ImplicitHttpServletObjectsProducer
 
ImplicitServletObjectsHolder - Class in org.jboss.solder.servlet.event
A manager for tracking the contextual Servlet objects, specifically the ServletContext, HttpServletRequest and HttpServletResponse.
ImplicitServletObjectsHolder() - Constructor for class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
ImplicitServletObjectsProducer - Class in org.jboss.solder.servlet
Produces an application-scoped ServletContext bean.
ImplicitServletObjectsProducer() - Constructor for class org.jboss.solder.servlet.ImplicitServletObjectsProducer
 
index() - Method in class org.jboss.solder.reflection.Synthetic.SyntheticLiteral
 
init(FilterConfig) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeFilter
 
init(ServletConfig) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeServlet
 
init(FilterConfig) - Method in class org.jboss.solder.servlet.exception.CatchExceptionFilter
 
inject(T, CreationalContext<T>) - Method in class org.jboss.solder.bean.DummyInjectionTarget
 
inject(T, CreationalContext<T>) - Method in class org.jboss.solder.bean.ForwardingInjectionTarget
 
inject(T, CreationalContext<T>) - Method in class org.jboss.solder.config.xml.fieldset.InjectionTargetWrapper
 
InjectableMethod<X> - Class in org.jboss.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.solder.reflection.annotated.InjectableMethod
Instantiate a new InjectableMethod.
InjectableMethod(AnnotatedMethod<X>, Collection<InjectionPoint>, BeanManager) - Constructor for class org.jboss.solder.reflection.annotated.InjectableMethod
Instantiate a new InjectableMethod.
injectionPoints(Set<InjectionPoint>) - Method in class org.jboss.solder.bean.BeanBuilder
Define the injection points used for bean creation.
InjectionTargetWrapper<T> - Class in org.jboss.solder.config.xml.fieldset
 
InjectionTargetWrapper(InjectionTarget<T>, List<FieldValueObject>, BeanManager) - Constructor for class org.jboss.solder.config.xml.fieldset.InjectionTargetWrapper
 
injectNonContextualInstance(BeanManager, Object) - Static method in class org.jboss.solder.beanManager.BeanManagerUtils
 
InlineBeanFieldValue - Class in org.jboss.solder.config.xml.fieldset
Field value object for an inline bean definition
InlineBeanFieldValue(int) - Constructor for class org.jboss.solder.config.xml.fieldset.InlineBeanFieldValue
 
InlineBeanIdCreator - Class in org.jboss.solder.config.xml.fieldset
 
InlineBeanIdCreator() - Constructor for class org.jboss.solder.config.xml.fieldset.InlineBeanIdCreator
 
InlineBeanQualifier - Annotation Type in org.jboss.solder.config.xml.fieldset
Internal qualifier used for inline beans
InlineBeanQualifier.InlineBeanQualifierLiteral - Class in org.jboss.solder.config.xml.fieldset
 
InlineBeanQualifier.InlineBeanQualifierLiteral(int) - Constructor for class org.jboss.solder.config.xml.fieldset.InlineBeanQualifier.InlineBeanQualifierLiteral
 
innerText - Variable in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
INSTANCE - Static variable in class org.jboss.solder.config.xml.core.XmlConfiguredBeanLiteral
 
INSTANCE - Static variable in class org.jboss.solder.literal.GenericLiteral
 
INSTANCE - Static variable in class org.jboss.solder.literal.MapperLiteral
 
INSTANCE - Static variable in class org.jboss.solder.literal.ResolverLiteral
 
InvalidElementException - Exception in org.jboss.solder.config.xml.parser.namespace
Exception thrown when both a method and a field have the same name
InvalidElementException(String) - Constructor for exception org.jboss.solder.config.xml.parser.namespace.InvalidElementException
 
invoke(Object, CreationalContext<T>) - Method in class org.jboss.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.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.solder.serviceHandler.ServiceHandlerMethodHandler
 
invoke(Object, Method, Method, Object[]) - Method in class org.jboss.solder.unwraps.UnwrapsInvocationHandler
 
isAlternative() - Method in class org.jboss.solder.bean.AbstractImmutableBean
 
isAlternative() - Method in class org.jboss.solder.bean.BeanBuilder
Whether the created bean will be an alternative.
isAlternative() - Method in class org.jboss.solder.bean.ForwardingBean
 
isAlternative() - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Whether the created bean will be an alternative.
isAlternative() - Method in class org.jboss.solder.unwraps.UnwrapsProducerBean
 
isAnnotationPresent(Class<?>) - Method in class org.jboss.solder.reflection.annotated.AnnotationBuilder
 
isDelegate() - Method in class org.jboss.solder.bean.ForwardingInjectionPoint
 
isDelegate() - Method in class org.jboss.solder.bean.ImmutableInjectionPoint
 
isEmpty() - Method in class org.jboss.solder.system.SystemProperties
 
isEmpty() - Method in interface org.jboss.solder.util.collections.Multimap
Returns true if the multimap contains no key-value pairs.
isEnabled() - Method in class org.jboss.solder.serviceHandler.ServiceHandlerExtension
Determines if proxying is available, a prerequisite for this feature
isHandler(AnnotatedMethod<?>) - Static method in class org.jboss.solder.exception.control.HandlerMethodImpl
Determines if the given method is a handler by looking for the Handles annotation on a parameter.
isNullable() - Method in class org.jboss.solder.bean.AbstractImmutableBean
 
isNullable() - Method in class org.jboss.solder.bean.BeanBuilder
Whether the created bean will be nullable.
isNullable() - Method in class org.jboss.solder.bean.ForwardingBean
 
isNullable() - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Whether the created bean will be nullable.
isNullable() - Method in class org.jboss.solder.unwraps.UnwrapsProducerBean
 
isOverride() - Method in class org.jboss.solder.servlet.config.CharacterEncodingConfig
 
isPassivationCapable() - Method in class org.jboss.solder.bean.BeanBuilder
Whether the created bean will be passivation capable.
isPassivationCapable() - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Whether the created bean will be passivation capable.
isProperty(Method) - Static method in class org.jboss.solder.properties.Properties
Indicates whether this method is a valid property method.
isQualifierPresent(Annotated, BeanManager) - Method in class org.jboss.solder.config.xml.bootstrap.XmlConfigExtension
 
isReadOnly() - Method in interface org.jboss.solder.properties.Property
Indicates whether this is a read-only property
isTransient() - Method in class org.jboss.solder.bean.ForwardingInjectionPoint
 
isTransient() - Method in class org.jboss.solder.bean.ImmutableInjectionPoint
 
isTypeInSet(Set<TypeOccuranceInformation>, XmlItemType) - Static method in class org.jboss.solder.config.xml.util.TypeOccuranceInformation
 
iterator() - Method in interface org.jboss.solder.util.collections.Multiset

Iterators - Class in org.jboss.solder.util.collections
 
Iterators() - Constructor for class org.jboss.solder.util.collections.Iterators
 

J

javaClass - Variable in class org.jboss.solder.config.xml.model.AbstractXmlItem
 

K

keys() - Method in interface org.jboss.solder.util.collections.Multimap
Returns a collection, which may contain duplicates, of all keys.
keySet() - Method in class org.jboss.solder.system.SystemProperties
 
keySet() - Method in interface org.jboss.solder.util.collections.Multimap
Returns the set of all keys, each appearing once in the returned set.
KeyXmlItem - Class in org.jboss.solder.config.xml.model
 
KeyXmlItem(XmlItem, String, String, int) - Constructor for class org.jboss.solder.config.xml.model.KeyXmlItem
 

L

lineno - Variable in class org.jboss.solder.config.xml.model.AbstractXmlItem
 

M

MapFieldSet - Class in org.jboss.solder.config.xml.fieldset
class responsible for setting the value of map properties.
MapFieldSet(Property<Object>, List<EntryXmlItem>) - Constructor for class org.jboss.solder.config.xml.fieldset.MapFieldSet
 
Mapper - Annotation Type in org.jboss.solder.el
Qualifies the FunctionMapper and VariableMapper beans used to create an ELContext for use in Expressions.
MapperLiteral - Class in org.jboss.solder.literal
 
MapperLiteral() - Constructor for class org.jboss.solder.literal.MapperLiteral
 
Maps - Class in org.jboss.solder.util.collections
 
mergeAnnotationsOnElement(Annotated, boolean, AnnotationBuilder) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
 
methodMatches(Method) - Method in class org.jboss.solder.properties.query.AnnotatedPropertyCriteria
 
methodMatches(Method) - Method in class org.jboss.solder.properties.query.NamedPropertyCriteria
 
methodMatches(Method) - Method in interface org.jboss.solder.properties.query.PropertyCriteria
Tests whether the specified method matches the criteria
methodMatches(Method) - Method in class org.jboss.solder.properties.query.TypedPropertyCriteria
 
methodNotPresent(Method, Class<?>) - Method in interface org.jboss.solder.support.SolderMessages
 
MethodProperty<V> - Interface in org.jboss.solder.properties
 
MethodXmlItem - Class in org.jboss.solder.config.xml.model
 
MethodXmlItem(XmlItem, String, String, int) - Constructor for class org.jboss.solder.config.xml.model.MethodXmlItem
 
mirror() - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
ModelBuilder - Class in org.jboss.solder.config.xml.model
Builds an XML result from sax nodes
ModelBuilder(String) - Constructor for class org.jboss.solder.config.xml.model.ModelBuilder
 
ModifiesXmlItem - Class in org.jboss.solder.config.xml.model
 
ModifiesXmlItem(XmlItem, String, int) - Constructor for class org.jboss.solder.config.xml.model.ModifiesXmlItem
 
Multimap<K,V> - Interface in org.jboss.solder.util.collections
A collection similar to a Map, but which may associate multiple values with a single key.
Multimaps - Class in org.jboss.solder.util.collections
 
Multiset<E> - Interface in org.jboss.solder.util.collections
A collection that supports order-independent equality, like Set, but may have duplicate elements.
Multiset.Entry<E> - Interface in org.jboss.solder.util.collections
An unmodifiable element-count pair for a multiset.
Multisets - Class in org.jboss.solder.util.collections
 

N

name(String) - Method in class org.jboss.solder.bean.BeanBuilder
Define the name of the bean used for bean creation.
name(String) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Define the name of the bean used for bean creation.
NamedPropertyCriteria - Class in org.jboss.solder.properties.query
A criteria that matches a property based on name
NamedPropertyCriteria(String...) - Constructor for class org.jboss.solder.properties.query.NamedPropertyCriteria
 
namespace() - Method in class org.jboss.solder.reflection.Synthetic.SyntheticLiteral
 
NamespaceElementResolver - Interface in org.jboss.solder.config.xml.parser.namespace
 
NarrowingBeanBuilder<T> - Class in org.jboss.solder.bean
Builder for ImmutableNarrowingBean and ImmutablePassivationCapableNarrowingBean.
NarrowingBeanBuilder(Bean<Object>, BeanManager) - Constructor for class org.jboss.solder.bean.NarrowingBeanBuilder
Instantiate a new NarrowingBeanBuilder.
newHashMapWithExpectedSize(int) - Static method in class org.jboss.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.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.solder.util.collections.Multimaps
Creates a new SetMultimap that uses the provided map and factory.
next() - Method in class org.jboss.solder.util.collections.WrappedIterator
 
nextIndex() - Method in class org.jboss.solder.util.collections.WrappedListIterator
 
noConverterForType(String, InjectionPoint) - Method in interface org.jboss.solder.servlet.support.ServletMessages
 
notify(T) - Method in class org.jboss.solder.bean.ForwardingObserverMethod
 
notify(CaughtException<T>, BeanManager) - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
nullable(boolean) - Method in class org.jboss.solder.bean.BeanBuilder
Define that the created bean will (or will not) be nullable.
nullable(boolean) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Define that the created bean will (or will not) be nullable.

O

Objects - Class in org.jboss.solder.util.collections
 
of(Bean<Object>, BeanManager) - Static method in class org.jboss.solder.bean.NarrowingBeanBuilder
Create a new NarrowingBeanBuilder, allowing Java to infer the type T.
of(XmlItemType, Integer, Integer) - Static method in class org.jboss.solder.config.xml.util.TypeOccuranceInformation
 
open() - Method in class org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
 
open() - Method in interface org.jboss.solder.config.xml.bootstrap.XmlDocumentProvider
 
org.jboss.solder.bean - package org.jboss.solder.bean
A collection of base classes and builders for working with Bean metadata objects.
org.jboss.solder.bean.defaultbean - package org.jboss.solder.bean.defaultbean
Allows a library to provide a default implmentation of a bean, which is used unless overridden by an application.
org.jboss.solder.bean.generic - package org.jboss.solder.bean.generic
Allows a library to expose sets of beans which may be configured multiple times in an application.
org.jboss.solder.beanManager - package org.jboss.solder.beanManager
 
org.jboss.solder.config.xml.bootstrap - package org.jboss.solder.config.xml.bootstrap
 
org.jboss.solder.config.xml.core - package org.jboss.solder.config.xml.core
 
org.jboss.solder.config.xml.fieldset - package org.jboss.solder.config.xml.fieldset
 
org.jboss.solder.config.xml.model - package org.jboss.solder.config.xml.model
 
org.jboss.solder.config.xml.parser - package org.jboss.solder.config.xml.parser
 
org.jboss.solder.config.xml.parser.namespace - package org.jboss.solder.config.xml.parser.namespace
 
org.jboss.solder.config.xml.util - package org.jboss.solder.config.xml.util
 
org.jboss.solder.core - package org.jboss.solder.core
 
org.jboss.solder.el - package org.jboss.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.solder.exception.control - package org.jboss.solder.exception.control
 
org.jboss.solder.exception.control.extension - package org.jboss.solder.exception.control.extension
CDI extensions for Catch.
org.jboss.solder.exception.filter - package org.jboss.solder.exception.filter
 
org.jboss.solder.literal - package org.jboss.solder.literal
 
org.jboss.solder.logging - package org.jboss.solder.logging
 
org.jboss.solder.messages - package org.jboss.solder.messages
 
org.jboss.solder.properties - package org.jboss.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.solder.properties.query - package org.jboss.solder.properties.query
A set of utility classes for querying a class for properties based on a set of criteria.
org.jboss.solder.reflection - package org.jboss.solder.reflection
 
org.jboss.solder.reflection.annotated - package org.jboss.solder.reflection.annotated
A collection of base classes and builders for working with AnnotatedType metadata objects.
org.jboss.solder.resourceLoader - package org.jboss.solder.resourceLoader
 
org.jboss.solder.resourceLoader.servlet - package org.jboss.solder.resourceLoader.servlet
Support for loading resources from the Servlet context
org.jboss.solder.serviceHandler - package org.jboss.solder.serviceHandler
 
org.jboss.solder.servlet - package org.jboss.solder.servlet
 
org.jboss.solder.servlet.beanManager - package org.jboss.solder.servlet.beanManager
 
org.jboss.solder.servlet.config - package org.jboss.solder.servlet.config
 
org.jboss.solder.servlet.event - package org.jboss.solder.servlet.event
 
org.jboss.solder.servlet.exception - package org.jboss.solder.servlet.exception
 
org.jboss.solder.servlet.exception.handler - package org.jboss.solder.servlet.exception.handler
 
org.jboss.solder.servlet.http - package org.jboss.solder.servlet.http
 
org.jboss.solder.servlet.logging - package org.jboss.solder.servlet.logging
 
org.jboss.solder.servlet.support - package org.jboss.solder.servlet.support
 
org.jboss.solder.support - package org.jboss.solder.support
Support classes for the Solder implementation, including typed message loggers and bundles.
org.jboss.solder.system - package org.jboss.solder.system
 
org.jboss.solder.unwraps - package org.jboss.solder.unwraps
 
org.jboss.solder.util.collections - package org.jboss.solder.util.collections
A collection of collection related utilities for Seam Solder
OutboundParameterValueRedefiner - Class in org.jboss.solder.exception.control
Redefiner allowing to inject a non contextual instance of CaughtException into the first parameter.
OutboundParameterValueRedefiner(CaughtException<?>, BeanManager, HandlerMethodImpl<?>) - Constructor for class org.jboss.solder.exception.control.OutboundParameterValueRedefiner
Sole constructor.
overrideConstructorParameterType(Constructor<X>, int, Type) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Override the declared type of a constructor parameter
overrideFieldType(Field, Class<?>) - Method in class org.jboss.solder.config.xml.core.BeanResult
 
overrideFieldType(Field, Type) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Override the declared type of a field
overrideFieldType(AnnotatedField<? super X>, Type) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Override the declared type of a field
overrideMethodParameterType(Method, int, Type) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Override the declared type of a method parameter
overrideParameterType(AnnotatedParameter<? super X>, Type) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
 

P

PackageNamespaceElementResolver - Class in org.jboss.solder.config.xml.parser.namespace
 
PackageNamespaceElementResolver(String) - Constructor for class org.jboss.solder.config.xml.parser.namespace.PackageNamespaceElementResolver
 
param(String, Object...) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
param(boolean, String, Object...) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
parameterMustNotBeNull(String) - Method in interface org.jboss.solder.support.SolderMessages
 
parameterNotPresent(Method, int, Class<?>) - Method in interface org.jboss.solder.support.SolderMessages
 
ParametersXmlItem - Class in org.jboss.solder.config.xml.model
 
ParametersXmlItem(XmlItem, String, int) - Constructor for class org.jboss.solder.config.xml.model.ParametersXmlItem
 
ParameterValueRedefiner - Interface in org.jboss.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.solder.reflection.annotated
Provides the default parameter's value, along with metadata about the parameter to a parameter redefinition.
ParameterXmlItem - Class in org.jboss.solder.config.xml.model
represents a parameter of a constructor or method
ParameterXmlItem(XmlItem, Class<?>, String, int) - Constructor for class org.jboss.solder.config.xml.model.ParameterXmlItem
 
parent - Variable in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
parse(InputSource, String, List<Exception>) - Method in class org.jboss.solder.config.xml.parser.ParserMain
 
parseCalendar(String) - Static method in class org.jboss.solder.servlet.http.TemporalConverters
 
parseDate(String) - Static method in class org.jboss.solder.servlet.http.TemporalConverters
 
ParserMain - Class in org.jboss.solder.config.xml.parser
Parser for xml configration, this class should only be used once and then discarded
ParserMain() - Constructor for class org.jboss.solder.config.xml.parser.ParserMain
 
passExceptionsToSeamCatch(InvocationContext) - Method in class org.jboss.solder.exception.control.ExceptionHandledInterceptor
Around invoke method implementation.
passivationCapable(boolean) - Method in class org.jboss.solder.bean.BeanBuilder
Define that the created bean will (or will not) be passivation capable.
passivationCapable(boolean) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Define that the created bean will (or will not) be passivation capable.
Platform - Class in org.jboss.solder.util.collections
 
populateMultimap(Multimap<K, V>, ObjectInputStream, int) - Static method in class org.jboss.solder.util.collections.Serialization
Populates a multimap by reading an input stream, as part of deserialization.
postConstruct(T) - Method in class org.jboss.solder.bean.DummyInjectionTarget
 
postConstruct(T) - Method in class org.jboss.solder.bean.ForwardingInjectionTarget
 
postConstruct(T) - Method in class org.jboss.solder.config.xml.fieldset.InjectionTargetWrapper
 
Preconditions - Class in org.jboss.solder.util.collections
 
preDestroy(T) - Method in class org.jboss.solder.bean.DummyInjectionTarget
 
preDestroy(T) - Method in class org.jboss.solder.bean.ForwardingInjectionTarget
 
preDestroy(T) - Method in class org.jboss.solder.config.xml.fieldset.InjectionTargetWrapper
 
previous() - Method in class org.jboss.solder.util.collections.WrappedListIterator
 
previousIndex() - Method in class org.jboss.solder.util.collections.WrappedListIterator
 
printTrace() - Method in class org.jboss.solder.exception.filter.ExceptionStackOutput
Prints the stack trace for this instance, using any current filters.
problems - Variable in class org.jboss.solder.serviceHandler.ServiceHandlerExtension
 
processAfterBeanDeployment(AfterBeanDiscovery) - Method in class org.jboss.solder.config.xml.bootstrap.XmlConfigExtension
 
ProcessAnnotatedTypeImpl - Class in org.jboss.solder.config.xml.bootstrap
 
ProcessAnnotatedTypeImpl(AnnotatedType<Object>) - Constructor for class org.jboss.solder.config.xml.bootstrap.ProcessAnnotatedTypeImpl
 
processAnotated(ProcessAnnotatedType<T>, BeanManager) - Method in class org.jboss.solder.config.xml.bootstrap.XmlConfigExtension
 
processException(InvocationContext) - Method in class org.jboss.solder.servlet.exception.handler.ExceptionResponseServiceHandler
 
processInjectionTarget(ProcessInjectionTarget<T>, BeanManager) - Method in class org.jboss.solder.config.xml.bootstrap.XmlConfigExtension
 
produce(CreationalContext<T>) - Method in class org.jboss.solder.bean.DummyInjectionTarget
 
produce(CreationalContext<T>) - Method in class org.jboss.solder.bean.ForwardingInjectionTarget
 
produce(CreationalContext<T>) - Method in class org.jboss.solder.config.xml.fieldset.InjectionTargetWrapper
 
Properties - Class in org.jboss.solder.properties
Utility class for working with JavaBean style properties
Property<V> - Interface in org.jboss.solder.properties
A representation of a JavaBean style property
PropertyCriteria - Interface in org.jboss.solder.properties.query
A property criteria can be used to filter the properties found by a PropertyQuery
PropertyQueries - Class in org.jboss.solder.properties.query
Utilities for working with property queries
PropertyQuery<V> - Class in org.jboss.solder.properties.query
Queries a target class for properties that match certain criteria.
PropertyXmlItem - Class in org.jboss.solder.config.xml.model
 
PropertyXmlItem(XmlItem, Property<Object>, String, String, int) - Constructor for class org.jboss.solder.config.xml.model.PropertyXmlItem
 
PropertyXmlItem(XmlItem, Property<Object>, String, Class<?>, String, int) - Constructor for class org.jboss.solder.config.xml.model.PropertyXmlItem
 
put(Object, Object) - Method in class org.jboss.solder.system.SystemProperties
 
put(K, V) - Method in interface org.jboss.solder.util.collections.Multimap
Stores a key-value pair in the multimap.
putAll(Map<? extends Object, ? extends Object>) - Method in class org.jboss.solder.system.SystemProperties
 
putAll(K, Iterable<? extends V>) - Method in interface org.jboss.solder.util.collections.Multimap
Stores a collection of values with the same key.
putAll(Multimap<? extends K, ? extends V>) - Method in interface org.jboss.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.solder.bean.BeanBuilder
Define the qualifiers used for bean creation.
qualifiers(Annotation...) - Method in class org.jboss.solder.bean.BeanBuilder
Define the qualifiers used for bean creation.
qualifiers(Set<Annotation>) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Define the qualifiers used for bean creation.
qualifiers(Annotation...) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Define the qualifiers used for bean creation.

R

rawTypeRequired(String, InjectionPoint) - Method in interface org.jboss.solder.servlet.support.ServletMessages
 
readClassFromType(Type) - Static method in class org.jboss.solder.config.xml.util.TypeReader
 
readCount(ObjectInputStream) - Static method in class org.jboss.solder.util.collections.Serialization
Reads a count corresponding to a serialized map, multiset, or multimap.
readFile(InputStream) - Static method in class org.jboss.solder.config.xml.util.FileDataReader
 
readFromType(AnnotatedType<T>) - Method in class org.jboss.solder.bean.BeanBuilder
Read the AnnotatedType, creating a bean from the class and it's annotations.
readFromType(AnnotatedType<T>) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Read the AnnotatedType, creating a narrowing bean from the class and its annotations.
readFromType(AnnotatedType<X>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Reads in from an existing AnnotatedType.
readFromType(AnnotatedType<X>, boolean) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Reads in from an existing AnnotatedType.
readFromType(Class<X>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Reads the annotations from an existing java type.
readFromType(Class<X>, boolean) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Reads the annotations from an existing java type.
readUrl(URL) - Static method in class org.jboss.solder.config.xml.util.FileDataReader
 
redefine(Class<A>, AnnotationRedefiner<A>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Redefine any annotations of the specified type.
redefine(RedefinitionContext<A>) - Method in interface org.jboss.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.solder.reflection.annotated.AnnotatedTypeBuilder
 
redefineParameterValue(ParameterValueRedefiner.ParameterValue) - Method in class org.jboss.solder.exception.control.OutboundParameterValueRedefiner
Callback allowing the default parameter value (that which would be injected according to the CDI type safe resolution rules) to be overridden.
redefineParameterValue(ParameterValueRedefiner.ParameterValue) - Method in interface org.jboss.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.solder.reflection.annotated
Provides access to the context of an annotation redefinition.
redirect() - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
redirect(String) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
RedirectBuilderImpl - Class in org.jboss.solder.servlet.http
 
RedirectBuilderImpl() - Constructor for class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
Reflections - Class in org.jboss.solder.config.xml.util
 
Reflections() - Constructor for class org.jboss.solder.config.xml.util.Reflections
 
registerHandlerMethod(HandlerMethod<T>) - Method in class org.jboss.solder.exception.control.extension.CatchExtension
 
remove(Class<? extends Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotationBuilder
 
remove(Object) - Method in class org.jboss.solder.system.SystemProperties
 
remove(Object, Object) - Method in interface org.jboss.solder.util.collections.Multimap
Removes a key-value pair from the multimap.
remove(Object, int) - Method in interface org.jboss.solder.util.collections.Multiset
Removes a number of occurrences of the specified element from this multiset.
remove(Object) - Method in interface org.jboss.solder.util.collections.Multiset
Removes a single occurrence of the specified element from this multiset, if present.
remove() - Method in class org.jboss.solder.util.collections.WrappedIterator
 
removeAll(Object) - Method in interface org.jboss.solder.util.collections.Multimap
Removes all values associated with a given key.
removeAll(Collection<?>) - Method in interface org.jboss.solder.util.collections.Multiset

removeAll(Object) - Method in interface org.jboss.solder.util.collections.SetMultimap
Removes all values associated with a given key.
removeFromAll(Class<? extends Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Remove annotations from the type, and all of it's members.
removeFromClass(Class<? extends Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the type
removeFromConstructor(Constructor<X>, Class<? extends Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified constructor.
removeFromConstructor(AnnotatedConstructor<X>, Class<? extends Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified constructor.
removeFromConstructorParameter(Constructor<X>, int, Class<? extends Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified constructor parameter.
removeFromField(Field, Class<? extends Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified field.
removeFromField(AnnotatedField<? super X>, Class<? extends Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified field.
removeFromMethod(Method, Class<? extends Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified method.
removeFromMethod(AnnotatedMethod<? super X>, Class<? extends Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified method.
removeFromMethodParameter(Method, int, Class<? extends Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified method parameter.
removeFromParameter(AnnotatedParameter<? super X>, Class<? extends Annotation>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
Remove an annotation from the specified parameter.
ReplacesXmlItem - Class in org.jboss.solder.config.xml.model
 
ReplacesXmlItem(XmlItem, String, int) - Constructor for class org.jboss.solder.config.xml.model.ReplacesXmlItem
 
replaceValues(K, Iterable<? extends V>) - Method in interface org.jboss.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.solder.util.collections.SetMultimap
Stores a collection of values with the same key, replacing any existing values for that key.
requestDestroyed(ImplicitServletObjectsHolder.InternalServletRequestEvent) - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
requestDestroyed(ServletRequestEvent) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeListener
 
requestInitialized(ImplicitServletObjectsHolder.InternalServletRequestEvent) - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
requestInitialized(ServletRequestEvent) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeListener
 
RequestParamProducer - Class in org.jboss.solder.servlet.http
A producer for a String bean qualified @RequestParam.
RequestParamProducer() - Constructor for class org.jboss.solder.servlet.http.RequestParamProducer
 
resolveChildren(BeanManager) - Method in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
resolveChildren(BeanManager) - Method in class org.jboss.solder.config.xml.model.ArrayXmlItem
 
resolveChildren(BeanManager) - Method in class org.jboss.solder.config.xml.model.EntryXmlItem
 
resolveChildren(BeanManager) - Method in class org.jboss.solder.config.xml.model.MethodXmlItem
attempts to resolve a lazy method declaration.
resolveChildren(BeanManager) - Method in class org.jboss.solder.config.xml.model.PropertyXmlItem
 
resolveChildren(BeanManager) - Method in interface org.jboss.solder.config.xml.model.XmlItem
attempts to resolve any information that is not available at parse time
resolveFunction(String, String) - Method in class org.jboss.solder.el.DummyFunctionMapper
 
resolveMethodOrField(String, XmlItem, SaxNode) - Static method in class org.jboss.solder.config.xml.parser.namespace.PackageNamespaceElementResolver
 
resolveNamepsace(String, Map<String, NamespaceElementResolver>) - Method in class org.jboss.solder.config.xml.model.ModelBuilder
 
resolveNode(SaxNode, XmlItem, Map<String, NamespaceElementResolver>, BeanManager) - Method in class org.jboss.solder.config.xml.model.ModelBuilder
resolves the appropriate java elements from the xml
ResolverLiteral - Class in org.jboss.solder.literal
 
ResolverLiteral() - Constructor for class org.jboss.solder.literal.ResolverLiteral
 
resolveVariable(String) - Method in class org.jboss.solder.el.DummyVariableMapper
 
ResourceListener - Class in org.jboss.solder.resourceLoader.servlet
Servlet context listener than creates and registers a new ServletContextLoader for each context
ResourceListener() - Constructor for class org.jboss.solder.resourceLoader.servlet.ResourceListener
 
ResourceLoaderManager - Class in org.jboss.solder.resourceLoader
ResourceLoaderManager discovers and instantiates all ResourceLoaders defined.
ResourceLoaderManager() - Constructor for class org.jboss.solder.resourceLoader.ResourceLoaderManager
Instantiate a new instance, loading any resource loaders from the service loader, and sorting them by precedence.
ResourceLoaderXmlDocumentProvider - Class in org.jboss.solder.config.xml.bootstrap
Document Provider that loads XML documents from the classpath
ResourceLoaderXmlDocumentProvider() - Constructor for class org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
 
ResourceLoaderXmlDocumentProvider(String[]) - Constructor for class org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
 
ResourceProviderProducer - Class in org.jboss.solder.resourceLoader
FIXME This producer serves as a temporary workaround for the GlassFish BDA visiblity problem.
ResourceProviderProducer() - Constructor for class org.jboss.solder.resourceLoader.ResourceProviderProducer
 
responseDestroyed(ImplicitServletObjectsHolder.InternalServletResponseEvent) - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
responseInitialized(ImplicitServletObjectsHolder.InternalServletResponseEvent) - Method in class org.jboss.solder.servlet.event.ImplicitServletObjectsHolder
 
ResultType - Enum in org.jboss.solder.config.xml.model
 
retainAll(Collection<?>) - Method in interface org.jboss.solder.util.collections.Multiset

ROOT_CAUSE_TEXT - Static variable in class org.jboss.solder.exception.filter.ExceptionStackOutput
 
RootNamespaceElementResolver - Class in org.jboss.solder.config.xml.parser.namespace
 
RootNamespaceElementResolver() - Constructor for class org.jboss.solder.config.xml.parser.namespace.RootNamespaceElementResolver
 

S

SaxNode - Class in org.jboss.solder.config.xml.parser
represents an XML element
SaxNode(String, String, Map<String, String>, SaxNode, String, int) - Constructor for class org.jboss.solder.config.xml.parser.SaxNode
 
scope(Class<? extends Annotation>) - Method in class org.jboss.solder.bean.BeanBuilder
Define the scope used for bean creation.
scope(Class<? extends Annotation>) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Define the scope used for bean creation.
seeOther(String) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
send() - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
Serialization - Class in org.jboss.solder.util.collections
 
service(ServletRequest, ServletResponse) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeServlet
 
ServiceHandlerBeanLifecycle<T,H> - Class in org.jboss.solder.serviceHandler
Bean lifecycle for ServiceHandler beans
ServiceHandlerBeanLifecycle(Class<? extends T>, Class<H>, BeanManager) - Constructor for class org.jboss.solder.serviceHandler.ServiceHandlerBeanLifecycle
 
ServiceHandlerExtension - Class in org.jboss.solder.serviceHandler
This extension automatically implements interfaces and abstract classes.
ServiceHandlerExtension() - Constructor for class org.jboss.solder.serviceHandler.ServiceHandlerExtension
 
ServiceHandlerMethodHandler<T,H> - Class in org.jboss.solder.serviceHandler
MethodHandler that forwards calls to abstract methods to the service handler instance
ServiceHandlerMethodHandler(ServiceHandlerManager<H>, H) - Constructor for class org.jboss.solder.serviceHandler.ServiceHandlerMethodHandler
 
ServletContextAttributeProvider - Class in org.jboss.solder.servlet.beanManager
A BeanManager provider for the Servlet Context attribute "javax.enterprise.inject.spi.BeanManager"
ServletContextAttributeProvider() - Constructor for class org.jboss.solder.servlet.beanManager.ServletContextAttributeProvider
 
servletContextDestroyed(ServletContext) - Method in interface org.jboss.solder.servlet.support.ServletLogger
 
servletContextInitialized(ServletContext) - Method in interface org.jboss.solder.servlet.support.ServletLogger
 
ServletEventBridgeFilter - Class in org.jboss.solder.servlet.event
Propagates the ServletResponse lifecycle events to the CDI event bus, complementing the ServletEventBridgeListener, which handles the other lifecycle events.
ServletEventBridgeFilter() - Constructor for class org.jboss.solder.servlet.event.ServletEventBridgeFilter
 
ServletEventBridgeListener - Class in org.jboss.solder.servlet.event
Propagates Servlet lifecycle events to the CDI event bus.
ServletEventBridgeListener() - Constructor for class org.jboss.solder.servlet.event.ServletEventBridgeListener
 
ServletEventBridgeServlet - Class in org.jboss.solder.servlet.event
Leverages the lifecycle of a Servlet to generate a CDI when the web application has been fully deployed and when it is undeployed.
ServletEventBridgeServlet() - Constructor for class org.jboss.solder.servlet.event.ServletEventBridgeServlet
 
ServletExtension - Class in org.jboss.solder.servlet
Generates producers to map to the type at an HTTP parameter injection point.
ServletExtension() - Constructor for class org.jboss.solder.servlet.ServletExtension
 
ServletExtension.TypedParamProducerBlueprint - Class in org.jboss.solder.servlet
 
ServletExtension.TypedParamProducerBlueprint(Annotation) - Constructor for class org.jboss.solder.servlet.ServletExtension.TypedParamProducerBlueprint
 
ServletLogger - Interface in org.jboss.solder.servlet.support
Type-safe log messages for the Seam Servlet module
ServletMessages - Interface in org.jboss.solder.servlet.support
Type-safe exception messages for the Seam Servlet module
servletRequestDestroyed(ServletRequest) - Method in interface org.jboss.solder.servlet.support.ServletLogger
 
servletRequestInitialized(ServletRequest) - Method in interface org.jboss.solder.servlet.support.ServletLogger
 
servletResponseDestroyed(ServletResponse) - Method in interface org.jboss.solder.servlet.support.ServletLogger
 
servletResponseInitialized(ServletResponse) - Method in interface org.jboss.solder.servlet.support.ServletLogger
 
sessionCreated(HttpSessionEvent) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeListener
 
sessionDidActivate(HttpSessionEvent) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeListener
 
sessionWillPassivate(HttpSessionEvent) - Method in class org.jboss.solder.servlet.event.ServletEventBridgeListener
 
set(V) - Method in class org.jboss.solder.util.collections.WrappedListIterator
 
setAccessible() - Method in interface org.jboss.solder.properties.Property
Calls the setAccessible method on the underlying member(s).
setAnnotatedType(AnnotatedType<Object>) - Method in class org.jboss.solder.config.xml.bootstrap.ProcessAnnotatedTypeImpl
 
setCount(E, int) - Method in interface org.jboss.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.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.
setDocumentLocator(Locator) - Method in class org.jboss.solder.config.xml.parser.ParserMain
 
setEncoding(String) - Method in class org.jboss.solder.servlet.config.CharacterEncodingConfig
 
setInnerText(String) - Method in class org.jboss.solder.config.xml.parser.SaxNode
 
setJavaClass(Class<X>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
 
SetMultimap<K,V> - Interface in org.jboss.solder.util.collections
A Multimap that cannot hold duplicate key-value pairs.
setOverride(boolean) - Method in class org.jboss.solder.servlet.config.CharacterEncodingConfig
 
setProducer(Bean) - Method in class org.jboss.solder.servlet.ServletExtension.TypedParamProducerBlueprint
 
Sets - Class in org.jboss.solder.util.collections
 
setServletContext(ServletContext) - Static method in class org.jboss.solder.servlet.beanManager.ServletContextAttributeProvider
 
setValue(Object, CreationalContext<?>, BeanManager) - Method in class org.jboss.solder.config.xml.fieldset.ArrayFieldSet
 
setValue(Object, CreationalContext<?>, BeanManager) - Method in class org.jboss.solder.config.xml.fieldset.CollectionFieldSet
 
setValue(Object, CreationalContext<?>, BeanManager) - Method in interface org.jboss.solder.config.xml.fieldset.FieldValueObject
 
setValue(Object, CreationalContext<?>, BeanManager) - Method in class org.jboss.solder.config.xml.fieldset.MapFieldSet
 
setValue(Object, CreationalContext<?>, BeanManager) - Method in class org.jboss.solder.config.xml.fieldset.SimpleFieldValue
 
setValue(Object, V) - Method in interface org.jboss.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.solder.el.DummyVariableMapper
 
SimpleFieldValue - Class in org.jboss.solder.config.xml.fieldset
Field value object for a simple field
SimpleFieldValue(Class<?>, Property<Object>, FieldValue, Class<?>) - Constructor for class org.jboss.solder.config.xml.fieldset.SimpleFieldValue
 
size() - Method in class org.jboss.solder.system.SystemProperties
 
size() - Method in interface org.jboss.solder.util.collections.Multimap
Returns the number of key-value pairs in the multimap.
skippingEventNoBeanManager(Object, List) - Method in interface org.jboss.solder.servlet.support.ServletLogger
 
SolderMessages - Interface in org.jboss.solder.support
Messages used for exception messages in Solder.
startElement(String, String, String, Attributes) - Method in class org.jboss.solder.config.xml.parser.ParserMain
 
stereotypes(Set<Class<? extends Annotation>>) - Method in class org.jboss.solder.bean.BeanBuilder
Define the stereotypes used for bean creation.
stereotypes(Set<Class<? extends Annotation>>) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Define the stereotypes used for bean creation.
Supplier<T> - Interface in org.jboss.solder.util.collections
A class that can supply objects of a single type.
Synthetic - Annotation Type in org.jboss.solder.reflection
A synthetic qualifier that can be used to replace other user-supplied configuration at deployment.
Synthetic.Provider - Class in org.jboss.solder.reflection
Provides a unique Synthetic qualifier for the specified namespace
Synthetic.Provider(String) - Constructor for class org.jboss.solder.reflection.Synthetic.Provider
 
Synthetic.SyntheticLiteral - Class in org.jboss.solder.reflection
 
Synthetic.SyntheticLiteral(String, Long) - Constructor for class org.jboss.solder.reflection.Synthetic.SyntheticLiteral
 
SystemProperties - Class in org.jboss.solder.system
Access to map of system Properties.
SystemProperties() - Constructor for class org.jboss.solder.system.SystemProperties
 

T

TemporalConverters - Class in org.jboss.solder.servlet.http
 
TemporalConverters() - Constructor for class org.jboss.solder.servlet.http.TemporalConverters
 
temporaryRedirect(String) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
 
toExpression(String) - Method in class org.jboss.solder.el.Expressions
Convert's a bean name to an EL expression string.
toString() - Method in class org.jboss.solder.bean.AbstractImmutableBean
 
toString(String) - Method in class org.jboss.solder.bean.BeanBuilder
Define the string used when Object.toString() is called on the bean.
toString() - Method in class org.jboss.solder.bean.ForwardingBean
 
toString() - Method in class org.jboss.solder.bean.ForwardingObserverMethod
 
toString() - Method in class org.jboss.solder.bean.generic.GenericIdentifier
 
toString(String) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Define the string used when Object.toString() is called on the bean.
toString() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
 
toString() - Method in class org.jboss.solder.reflection.annotated.AnnotationBuilder
 
toString() - Method in interface org.jboss.solder.util.collections.Multiset.Entry
Returns the canonical string representation of this entry, defined as follows.
toString() - Method in interface org.jboss.solder.util.collections.Multiset

type - Variable in class org.jboss.solder.config.xml.model.AbstractXmlItem
 
TypedMessageBundleAndLoggerExtension - Class in org.jboss.solder.servlet.logging
Adds TypedMessageBundleAndLoggerProducers to the deployment, and detects and installs beans for any typed loggers defined.
TypedMessageBundleAndLoggerExtension() - Constructor for class org.jboss.solder.servlet.logging.TypedMessageBundleAndLoggerExtension
 
TypedMessageBundleExtension - Class in org.jboss.solder.messages
Detects typed message bundles and registers a dedicated producer method for each one discovered.
TypedMessageBundleExtension() - Constructor for class org.jboss.solder.messages.TypedMessageBundleExtension
 
TypedMessageLoggerExtension - Class in org.jboss.solder.logging
Detects typed message loggers and registers a dedicated producer method for each one discovered.
TypedMessageLoggerExtension() - Constructor for class org.jboss.solder.logging.TypedMessageLoggerExtension
 
TypedParamValue - Annotation Type in org.jboss.solder.servlet.http
 
TypedPropertyCriteria - Class in org.jboss.solder.properties.query
A criteria that matches a property based on its type
TypedPropertyCriteria(Class<?>) - Constructor for class org.jboss.solder.properties.query.TypedPropertyCriteria
 
TypeOccuranceInformation - Class in org.jboss.solder.config.xml.util
 
TypeOccuranceInformation(XmlItemType, Integer, Integer) - Constructor for class org.jboss.solder.config.xml.util.TypeOccuranceInformation
 
TypeReader - Class in org.jboss.solder.config.xml.util
 
TypeReader() - Constructor for class org.jboss.solder.config.xml.util.TypeReader
 
types(Set<Type>) - Method in class org.jboss.solder.bean.BeanBuilder
Define the type closure used for bean creation.
types(Type...) - Method in class org.jboss.solder.bean.BeanBuilder
Define the type closure used for bean creation.
types(Set<Type>) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Define the type closure used for bean creation.
types(Type...) - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
Define the type closure used for bean creation.

U

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

V

validateXmlItem(XmlItem) - Method in class org.jboss.solder.config.xml.model.ModelBuilder
 
value(Class<?>, CreationalContext<?>, BeanManager) - Method in class org.jboss.solder.config.xml.fieldset.ConstantFieldValue
 
value(Class<?>, CreationalContext<?>, BeanManager) - Method in class org.jboss.solder.config.xml.fieldset.ELFieldValue
 
value(Class<?>, CreationalContext<?>, BeanManager) - Method in interface org.jboss.solder.config.xml.fieldset.FieldValue
 
value(Class<?>, CreationalContext<?>, BeanManager) - Method in class org.jboss.solder.config.xml.fieldset.InlineBeanFieldValue
 
value() - Method in class org.jboss.solder.config.xml.fieldset.InlineBeanQualifier.InlineBeanQualifierLiteral
 
value() - Method in class org.jboss.solder.literal.DefaultBeanLiteral
 
value() - Method in class org.jboss.solder.literal.GenericConfigurationLiteral
 
value() - Method in class org.jboss.solder.literal.GenericTypeLiteral
 
valueOf(String) - Static method in enum org.jboss.solder.config.xml.core.BeanResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.solder.config.xml.model.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.solder.config.xml.model.XmlItemType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.solder.config.xml.core.BeanResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.solder.config.xml.model.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.solder.config.xml.model.XmlItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.solder.system.SystemProperties
 
values() - Method in interface org.jboss.solder.util.collections.Multimap
Returns a collection of all values in the multimap.
ValueXmlItem - Class in org.jboss.solder.config.xml.model
 
ValueXmlItem(XmlItem, String, String, int) - Constructor for class org.jboss.solder.config.xml.model.ValueXmlItem
 
verifyInjectionPoints(AfterDeploymentValidation, BeanManager) - Method in class org.jboss.solder.exception.control.extension.CatchExtension
Verifies all injection points for every handler are valid.
veto() - Method in class org.jboss.solder.config.xml.bootstrap.ProcessAnnotatedTypeImpl
 
VirtualProducerField - Class in org.jboss.solder.config.xml.core
The class used to register virtual producer fields
VirtualProducerField() - Constructor for class org.jboss.solder.config.xml.core.VirtualProducerField
 

W

WEB_APPLICATION_ATTRIBUTE_NAME - Static variable in class org.jboss.solder.servlet.event.AbstractServletEventBridge
 
WRAPPED_BY_TEXT - Static variable in class org.jboss.solder.exception.filter.ExceptionStackOutput
 
WrappedIterator<K,V> - Class in org.jboss.solder.util.collections
Collection iterator for WrappedCollection.
WrappedListIterator<K,V> - Class in org.jboss.solder.util.collections
ListIterator decorator.
WrappedListIterator(int, WrappedList<K, V>) - Constructor for class org.jboss.solder.util.collections.WrappedListIterator
 
writeMultimap(Multimap<K, V>, ObjectOutputStream) - Static method in class org.jboss.solder.util.collections.Serialization
Stores the contents of a multimap in an output stream, as part of serialization.

X

XmlConfigExtension - Class in org.jboss.solder.config.xml.bootstrap
 
XmlConfigExtension() - Constructor for class org.jboss.solder.config.xml.bootstrap.XmlConfigExtension
 
XmlConfigurationException - Exception in org.jboss.solder.config.xml.util
 
XmlConfigurationException(String, String, int) - Constructor for exception org.jboss.solder.config.xml.util.XmlConfigurationException
 
XmlConfigurationException(String, String, int, Throwable) - Constructor for exception org.jboss.solder.config.xml.util.XmlConfigurationException
 
XmlConfiguredBean - Annotation Type in org.jboss.solder.config.xml.core
marker for XML configured annotated types
XmlConfiguredBeanLiteral - Class in org.jboss.solder.config.xml.core
 
XmlConfiguredBeanLiteral() - Constructor for class org.jboss.solder.config.xml.core.XmlConfiguredBeanLiteral
 
XmlDocument - Interface in org.jboss.solder.config.xml.bootstrap
 
XmlDocumentProvider - Interface in org.jboss.solder.config.xml.bootstrap
classes that implement this interface can be used to load other XML documents, this is useful for testing
XmlId - Annotation Type in org.jboss.solder.config.xml.core
Annotation that allows tracing of annotated types through the startup process
XmlItem - Interface in org.jboss.solder.config.xml.model
 
XmlItemType - Enum in org.jboss.solder.config.xml.model
 
XmlObjectConverter - Class in org.jboss.solder.config.xml.util
utility class that can convert a string representation of a type into an instance of that type
XmlObjectConverter() - Constructor for class org.jboss.solder.config.xml.util.XmlObjectConverter
 
XmlParseException - Exception in org.jboss.solder.config.xml.util
 
XmlParseException(Exception, String, int) - Constructor for exception org.jboss.solder.config.xml.util.XmlParseException
 
XmlResult - Class in org.jboss.solder.config.xml.core
Stores the result of parsing an XML document
XmlResult(String) - Constructor for class org.jboss.solder.config.xml.core.XmlResult
 

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

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