- abort() - Method in class org.jboss.solder.exception.control.CaughtException
-
Instructs the dispatcher to abort further processing of handlers.
- 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
-
- 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(Class<?>, Type) - Method in class org.jboss.solder.reflection.HierarchyDiscovery
-
- 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
- addingHandler(HandlerMethod<?>) - Method in interface org.jboss.solder.exception.control.log.CatchExtensionLog
-
- 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
-
- allPrimitiveTypes() - Static method in class org.jboss.solder.reflection.PrimitiveTypes
-
Returns an immutable set of all nine primitive types (including void
).
- allWrapperTypes() - Static method in class org.jboss.solder.reflection.PrimitiveTypes
-
Returns an immutable set of all nine primitive-wrapper types (including
Void
).
- 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.
- AlternativeLiteral - Class in org.jboss.solder.literal
-
- AlternativeLiteral() - Constructor for class org.jboss.solder.literal.AlternativeLiteral
-
- 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 Annotated
s.
- 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
- AnnotationInspector - Class in org.jboss.solder.reflection
-
Inspect an
AnnotatedElement
or
Annotated
to obtain its meta-annotations and annotations,
featuring support for
Stereotype
annotations as a transitive annotation provider.
- AnnotationInstanceProvider - Class in org.jboss.solder.reflection
-
Provides dynamic annotation creation.
- AnnotationInstanceProvider() - Constructor for class org.jboss.solder.reflection.AnnotationInstanceProvider
-
- annotationNotPresent(Class<? extends Annotation>) - Method in interface org.jboss.solder.support.SolderMessages
-
- AnnotationRedefiner<A extends Annotation> - Interface in org.jboss.solder.reflection.annotated
-
- 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
-
- AnyLiteral - Class in org.jboss.solder.literal
-
- AnyLiteral() - Constructor for class org.jboss.solder.literal.AnyLiteral
-
- ApplicationScopedLiteral - Class in org.jboss.solder.literal
-
- ApplicationScopedLiteral() - Constructor for class org.jboss.solder.literal.ApplicationScopedLiteral
-
- 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.
- AptHelperImpl - Class in org.jboss.solder.tooling
-
Date: 24.08.2011
- AptHelperImpl() - Constructor for class org.jboss.solder.tooling.AptHelperImpl
-
- 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
-
- cast(Object) - Static method in class org.jboss.solder.reflection.Reflections
-
Perform a runtime cast.
- CatchExceptionFilter - Class in org.jboss.solder.servlet.exception
-
A bridge that forwards unhandled exceptions to the Solder exception handling facility (Solder 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
-
- CatchExtensionLog - Interface in org.jboss.solder.exception.control.log
-
- catchIntegrationDisabledNoBeanManager() - Method in interface org.jboss.solder.servlet.support.ServletLogger
-
- catchIntegrationEnabled() - Method in interface org.jboss.solder.servlet.support.ServletLogger
-
- CatchResource - Annotation Type in org.jboss.solder.exception.control
-
Used to qualify a resource needed for handling an exception within Solder Catch.
- CatchResourceLiteral - Class in org.jboss.solder.exception.control.literal
-
Annotation literal.
- Category - Annotation Type in org.jboss.solder.logging
-
Specifies a string category for the injected logger.
- CATEGORY - Static variable in interface org.jboss.solder.servlet.support.ServletLogger
-
- CaughtException<T extends Throwable> - Class in org.jboss.solder.exception.control
-
Payload for an exception to be handled.
- CaughtException(ExceptionStack, boolean, boolean) - Constructor for class org.jboss.solder.exception.control.CaughtException
-
Initial state constructor.
- CaughtException.ExceptionHandlingFlow - Enum in org.jboss.solder.exception.control
-
Flow control enum.
- Cause - Annotation Type in org.jboss.solder.messages
-
Mark a parameter as being the "exception cause" parameter rather than a positional format parameter.
- cause() - Method in class org.jboss.solder.tooling.SolderAnnotations
-
- CAUSE_ANNOTATION - Static variable in class org.jboss.solder.tooling.SolderAnnotations
-
- 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.
- classForName(String, ClassLoader...) - Static method in class org.jboss.solder.reflection.Reflections
-
Loads and initializes a class for the given name.
- 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.
- clearMark(String) - Method in interface org.jboss.solder.exception.filter.StackFrame
-
Removes the given marker.
- Client - Annotation Type in org.jboss.solder.core
-
Qualifier annotation provided for the purposes of identifing beans associated
with the currently logged in user.
- ClientLiteral - Class in org.jboss.solder.literal
-
- ClientLiteral() - Constructor for class org.jboss.solder.literal.ClientLiteral
-
- 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
- compare(Sortable, Sortable) - Method in class org.jboss.solder.util.Sortable.Comparator
-
- compareAnnotatedCallable(AnnotatedCallable<?>, AnnotatedCallable<?>) - Static method in class org.jboss.solder.reflection.annotated.Annotateds
-
Compare AnnotatedCallable
s for equality.
- compareAnnotatedField(AnnotatedField<?>, AnnotatedField<?>) - Static method in class org.jboss.solder.reflection.annotated.Annotateds
-
Compares AnnotatedField
s for equality.
- compareAnnotatedTypes(AnnotatedType<?>, AnnotatedType<?>) - Static method in class org.jboss.solder.reflection.annotated.Annotateds
-
Compares two AnnotatedType
s 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.
- containsWildcards(Type[]) - Static method in class org.jboss.solder.reflection.Reflections
-
- 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
-
- ContextPath - Annotation Type in org.jboss.solder.servlet.http
-
Qualifies the context path string.
- ContextualLifecycle<T> - Interface in org.jboss.solder.bean
-
- ConversationScopedLiteral - Class in org.jboss.solder.literal
-
- ConversationScopedLiteral() - Constructor for class org.jboss.solder.literal.ConversationScopedLiteral
-
- convert(Class, String) - Static method in class org.jboss.solder.config.xml.util.XmlObjectConverter
-
- convert(Locale, I) - Method in interface org.jboss.solder.messages.ParameterConverter
-
Convert the parameter to its string or string-equivalent representation.
- cookie(Cookie...) - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
-
- cookie(Cookie...) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
-
- CookieParam - Annotation Type in org.jboss.solder.servlet.http
-
Qualifies injection points that should have their values fetched from a corresponding Cookie.
- CookieParamLiteral - Class in org.jboss.solder.servlet.http.literal
-
- CookieParamLiteral() - Constructor for class org.jboss.solder.servlet.http.literal.CookieParamLiteral
-
- CookieParamLiteral(String) - Constructor for class org.jboss.solder.servlet.http.literal.CookieParamLiteral
-
- CookieParamProducer - Class in org.jboss.solder.servlet.http
-
- 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 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
-
- 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
AnnotatedParameter
s.
- 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
-
- 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.
- createVersionMessage(Class<?>, String) - Static method in class org.jboss.solder.core.VersionLoggerUtil
-
Creates the version message for the class based on the given format.
- createVersionMessage(Class<?>) - Static method in class org.jboss.solder.core.VersionLoggerUtil
-
Creates the version message for the given class using default format.
- createVirtualFieldBeanResult(BeanManager) - Method in class org.jboss.solder.config.xml.model.ClassXmlItem
-
Builds up a bean result for a virtual producer field.
- 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
-
- EMPTY_ANNOTATION_ARRAY - Static variable in class org.jboss.solder.reflection.Reflections
-
An empty array of type
Annotation
, useful converting lists to
arrays.
- EMPTY_CLASSES - Static variable in class org.jboss.solder.reflection.Reflections
-
- EMPTY_OBJECT_ARRAY - Static variable in class org.jboss.solder.reflection.Reflections
-
An empty array of type
Object
, useful for converting lists to
arrays.
- EMPTY_TYPES - Static variable in class org.jboss.solder.reflection.Reflections
-
- enabled - Variable in class org.jboss.solder.serviceHandler.ServiceHandlerExtension
-
- encodeSessionId() - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
-
- encodeSessionId() - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
-
- endElement(String, String, String) - Method in class org.jboss.solder.config.xml.parser.ParserMain
-
- endingExceptionHandlerDispatcher(Throwable) - Method in interface org.jboss.solder.exception.control.log.ExceptionHandlerDispatcherLog
-
- enteringExceptionHandlerDispatcher(Throwable) - Method in interface org.jboss.solder.exception.control.log.ExceptionHandlerDispatcherLog
-
- 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.ExceptionStackItem
-
- equals(Object) - Method in interface org.jboss.solder.exception.control.HandlerMethod
-
Basic
Object.equals(Object)
but must use all of the get methods from this interface to maintain compatibility.
- equals(Object) - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
-
- equals(Object) - Method in class org.jboss.solder.reflection.ParameterizedTypeImpl
-
- equals(Object) - Method in class org.jboss.solder.servlet.ServletRequestContext
-
If the request and response on both objects map to the same Java identity, respectively, then consider these two objects
to be equivalent.
- equals(Object) - Method in class org.jboss.solder.servlet.WebApplication
-
- 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
-
- error(Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of ERROR.
- error(Object, Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message and throwable with a level of ERROR.
- error(String, Object, Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message and throwable with a level of ERROR and a specific logger class name.
- error(String, Object, Object[], Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with parameters and a throwable with a level of ERROR.
- errorf(String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorf(Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of ERROR.
- errorv(String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat
-style formatting.
- errorv(String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat
-style formatting.
- errorv(String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat
-style formatting.
- errorv(String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat
-style formatting.
- errorv(Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat
-style formatting.
- errorv(Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat
-style formatting.
- errorv(Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat
-style formatting.
- errorv(Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of ERROR using
MessageFormat
-style formatting.
- 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.
- Exact - Annotation Type in org.jboss.solder.core
-
An injection point qualifier that may be used to select the exact bean to be
injected, by specifying its implementation class.
- ExactLiteral - Class in org.jboss.solder.literal
-
- ExactLiteral(Class<?>) - Constructor for class org.jboss.solder.literal.ExactLiteral
-
- ExceptionHandled - Annotation Type in org.jboss.solder.exception.control
-
Interceptor annotation to wrap a method, or each method of a class, in a try / catch which will pass all exceptions
to Solder Catch.
- 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
-
- ExceptionHandlerDispatch() - Constructor for class org.jboss.solder.exception.control.ExceptionHandlerDispatch
-
- ExceptionHandlerDispatcherLog - Interface in org.jboss.solder.exception.control.log
-
- ExceptionResponse - Class in org.jboss.solder.exception.control
-
Base class for setting up messages and responses for exceptions.
- ExceptionResponse() - Constructor for class org.jboss.solder.exception.control.ExceptionResponse
-
Basic constructor, needed to make the class a bean, please don't use.
- ExceptionResponse(Class<? extends Throwable>, String) - Constructor for class org.jboss.solder.exception.control.ExceptionResponse
-
Basic constructor setting all the internal state
- 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
-
- ExceptionStack - Class in org.jboss.solder.exception.control
-
Information about the current exception and exception cause container.
- ExceptionStack() - Constructor for class org.jboss.solder.exception.control.ExceptionStack
-
Basic constructor, needed to make the class a bean, please don't use
- ExceptionStack(Throwable) - Constructor for class org.jboss.solder.exception.control.ExceptionStack
-
Builds the stack from the given exception.
- ExceptionStack(Collection<Throwable>, int) - Constructor for class org.jboss.solder.exception.control.ExceptionStack
-
Deprecated.
There shouldn't be a use for this, please use the other constructor
- ExceptionStackItem - Class in org.jboss.solder.exception.control
-
Container for the exception and it's stack trace.
- ExceptionStackItem(Throwable) - Constructor for class org.jboss.solder.exception.control.ExceptionStackItem
-
- ExceptionStackItem(Throwable, StackTraceElement[]) - Constructor for class org.jboss.solder.exception.control.ExceptionStackItem
-
- 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
- ExceptionToCatch - Class in org.jboss.solder.exception.control
-
Entry point event into the Catch system.
- ExceptionToCatch() - Constructor for class org.jboss.solder.exception.control.ExceptionToCatch
-
Basic constructor
- ExceptionToCatch(Throwable, Annotation...) - Constructor for class org.jboss.solder.exception.control.ExceptionToCatch
-
Constructor that adds qualifiers for the handler(s) to run.
- ExceptionToCatch(Throwable) - Constructor for class org.jboss.solder.exception.control.ExceptionToCatch
-
Basic constructor without any qualifiers defined.
- 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.
- ExtensionManaged - Annotation Type in org.jboss.solder.core
-
Denotes a resource that is managed by a CDI extension (as opposed to container-managed).
- fatal(Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of FATAL.
- fatal(Object, Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message and throwable with a level of FATAL.
- fatal(String, Object, Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message and throwable with a level of FATAL and a specific logger class name.
- fatal(String, Object, Object[], Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with parameters and a throwable with a level of FATAL.
- fatalError(SAXParseException) - Method in class org.jboss.solder.config.xml.parser.ParserMain
-
- fatalf(String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalf(Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of FATAL.
- fatalv(String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat
-style formatting.
- fatalv(String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat
-style formatting.
- fatalv(String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat
-style formatting.
- fatalv(String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat
-style formatting.
- fatalv(Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat
-style formatting.
- fatalv(Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat
-style formatting.
- fatalv(Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat
-style formatting.
- fatalv(Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of FATAL using
MessageFormat
-style formatting.
- field - Variable in class org.jboss.solder.config.xml.core.VirtualProducerField
-
- Field - Annotation Type in org.jboss.solder.messages
-
Indicate that a method parameter value should be applied to a field on the resultant exception object.
- field() - Method in class org.jboss.solder.tooling.SolderAnnotations
-
- FIELD_ANNOTATION - Static variable in class org.jboss.solder.tooling.SolderAnnotations
-
- 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
-
- findDeclaredConstructor(Class<?>, Class<?>...) - Static method in class org.jboss.solder.reflection.Reflections
-
Search the class hierarchy for a constructor with the given arguments.
- findDeclaredField(Class<?>, String) - Static method in class org.jboss.solder.reflection.Reflections
-
Search the class hierarchy for a field with the given name.
- findDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.jboss.solder.reflection.Reflections
-
Search the class hierarchy for a method with the given name and arguments.
- 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
-
- FORMAT_WITH_ANNOTATION - Static variable in class org.jboss.solder.tooling.SolderAnnotations
-
- Formatter - Annotation Type in org.jboss.solder.messages
-
Indicate that the given parameter should be wrapped with a formatting object of the given class.
- formatWith() - Method in class org.jboss.solder.tooling.SolderAnnotations
-
- ForwardingBean<T> - Class in org.jboss.solder.bean
-
- 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
-
- ForwardingInjectionTarget() - Constructor for class org.jboss.solder.bean.ForwardingInjectionTarget
-
- ForwardingObserverMethod<T> - Class in org.jboss.solder.bean
-
- ForwardingObserverMethod() - Constructor for class org.jboss.solder.bean.ForwardingObserverMethod
-
- foundHandlers(Collection<HandlerMethod<? extends Throwable>>, Type, Set<Annotation>, TraversalMode) - Method in interface org.jboss.solder.exception.control.log.CatchExtensionLog
-
- fragment(String) - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
-
- fragment(String) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
-
- FRAMEWORK - Static variable in class org.jboss.solder.exception.control.Precedence
-
- FullyQualified - Annotation Type in org.jboss.solder.core
-
The annotation @FullQualified, when used on a bean type, producer method
or producer field, indicates that the standard bean name that would be
assigned should first be prepended with the package in which the bean
resides, thus resulting in a fully-qualified bean name (FQBN).
- Generic - Annotation Type in org.jboss.solder.bean.generic
-
Qualifier used to identify generic bean injection points.
- GENERIC_BEAN_EXTENSION_NAMESPACE - Static variable in class org.jboss.solder.bean.generic.GenericBeanExtension
-
- 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(Class<T>, Map<String, ?>) - Method in class org.jboss.solder.reflection.AnnotationInstanceProvider
-
Returns an instance of the given annotation type with attribute values
specified in the map.
- 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() - Method in interface org.jboss.solder.servlet.http.HttpSessionStatus
-
Returns the current HttpSession associated with this request.
- get() - Method in class org.jboss.solder.servlet.http.HttpSessionStatusImpl
-
Returns the current HttpSession associated with this request.
- 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.
- getActualTypeArguments() - Method in class org.jboss.solder.reflection.ParameterizedTypeImpl
-
- getActualTypeArguments(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
Gets the actual type arguments of a class
- getActualTypeArguments(Type) - Static method in class org.jboss.solder.reflection.Reflections
-
Gets the actual type arguments of a Type
- getAlias() - Method in enum org.jboss.solder.config.xml.model.XmlItemType
-
- getAllDeclaredConstructors(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
Get all the declared constructors on the class hierarchy.
- getAllDeclaredFields(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
Get all the declared fields on the class hierarchy.
- getAllDeclaredMethods(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
Get all the declared methods on the class hierarchy.
- 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
-
- 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
-
- getAnnotation(AnnotatedElement, Class<A>, BeanManager) - Static method in class org.jboss.solder.reflection.AnnotationInspector
-
Inspect the
AnnotatedElement
and retrieve the specified annotation
type, if present.
- getAnnotation(Annotated, Class<A>, BeanManager) - Static method in class org.jboss.solder.reflection.AnnotationInspector
-
Inspect the Annotated
and retrieve the specified annotation
type, if present.
- getAnnotation(AnnotatedElement, Class<A>, boolean, BeanManager) - Static method in class org.jboss.solder.reflection.AnnotationInspector
-
- getAnnotationBuilder() - Method in class org.jboss.solder.reflection.annotated.RedefinitionContext
-
Access to the annotations present on the element.
- getAnnotationFromStereotype(AnnotatedElement, Class<A>, BeanManager) - Static method in class org.jboss.solder.reflection.AnnotationInspector
-
Discover if the
AnnotatedElement
has been annotated with a @
Stereotype
that provides the annotation type and return it.
- getAnnotationFromStereotype(Annotated, Class<A>, BeanManager) - Static method in class org.jboss.solder.reflection.AnnotationInspector
-
Discover if the Annotated
has been annotated with a @
Stereotype
that provides the specified annotation type and
return it.
- getAnnotations(Annotated, Class<? extends Annotation>) - Static method in class org.jboss.solder.reflection.AnnotationInspector
-
Inspects an annotated element for any annotations with the given meta
annotation.
- getAnnotationsWithMetaAnnotation(Set<Annotation>, Class<? extends Annotation>) - Static method in class org.jboss.solder.reflection.Reflections
-
Search for annotations with the specified meta annotation type
- getAnnotationType() - Method in class org.jboss.solder.bean.generic.GenericIdentifier
-
- getAnnotationType() - Method in exception org.jboss.solder.reflection.NullMemberException
-
- 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
-
- 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.beanManager.BeanManagerAware
-
- getBeanManager() - Method in class org.jboss.solder.beanManager.BeanManagerLocator
-
If a lookup has not yet been performed, consult registered
BeanManagerProvider
implementations to locate the
BeanManager
and return the result.
- getBeanManager() - Method in interface org.jboss.solder.beanManager.BeanManagerProvider
-
Try to obtain a BeanManager
- 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
-
- getBeanManagerLocator() - Method in class org.jboss.solder.beanManager.BeanManagerAware
-
- 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
-
- getBundle(Class<T>) - Static method in class org.jboss.solder.messages.Messages
-
Get a message bundle of the given type.
- getBundle(Class<T>, Locale) - Static method in class org.jboss.solder.messages.Messages
-
Get a message bundle of the given type.
- getCauseElements() - Method in class org.jboss.solder.exception.control.ExceptionStack
-
- 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.HttpServletRequestContext
-
- getContextPath() - Method in class org.jboss.solder.servlet.http.ImplicitHttpServletObjectsProducer
-
- getContextPath() - Method in class org.jboss.solder.servlet.WebApplication
-
- 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.
- getCurrent() - Method in class org.jboss.solder.exception.control.ExceptionStack
-
Current exception in the iteration
- 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, parameter or class.
- getELResolver(Instance<ELResolver>, BeanManager) - Method in class org.jboss.solder.el.ELResolverProducer
-
- getEncoding() - Method in class org.jboss.solder.servlet.config.CharacterEncodingConfig
-
- getException() - Method in class org.jboss.solder.exception.control.CaughtException
-
- getException() - Method in class org.jboss.solder.exception.control.ExceptionToCatch
-
- getExceptionStack() - Method in class org.jboss.solder.exception.control.CaughtException
-
- getExceptionStack() - Method in class org.jboss.solder.exception.control.ExceptionHandlerDispatch
-
- getExceptionToCatch() - Method in class org.jboss.solder.exception.control.ExceptionHandlerDispatch
-
- getExceptionType() - Method in interface org.jboss.solder.exception.control.HandlerMethod
-
Obtains the handled event type.
- getExceptionType() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
-
Obtains the handled event type.
- 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
- getField(AnnotatedType<X>, Field) - Static method in class org.jboss.solder.reflection.Reflections
-
Search the annotatedType for the field, returning the
AnnotatedField
- 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
-
- getFieldValue(Field, Object) - Static method in class org.jboss.solder.reflection.Reflections
-
- getFieldValue(Field, Object, Class<T>) - Static method in class org.jboss.solder.reflection.Reflections
-
Get the value of the field, on the specified instance, casting the value
of the field to the expected type.
- 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
- getFlow() - Method in class org.jboss.solder.exception.control.CaughtException
-
- getForType() - Method in class org.jboss.solder.exception.control.ExceptionResponse
-
- 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.HttpServletRequestContext
-
- 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
-
- getIndex() - Method in interface org.jboss.solder.exception.filter.StackFrame
-
Retrieves the index of this frame in the stack trace.
- 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
-
- getLocatingProvider() - Method in class org.jboss.solder.beanManager.BeanManagerLocator
-
- getLocation() - Method in class org.jboss.solder.beanManager.AbstractJndiBeanManagerProvider
-
- getLogger(String) - Static method in class org.jboss.solder.logging.Logger
-
Get a Logger instance given the logger name.
- getLogger(String, String) - Static method in class org.jboss.solder.logging.Logger
-
Get a Logger instance given the logger name with the given suffix.
- getLogger(Class<?>) - Static method in class org.jboss.solder.logging.Logger
-
Get a Logger instance given the name of a class.
- getLogger(Class<?>, String) - Static method in class org.jboss.solder.logging.Logger
-
Get a Logger instance given the name of a class with the given suffix.
- getMarkedFrame(String) - Method in interface org.jboss.solder.exception.filter.StackFrame
-
Obtains the stack element that was marked with the given tag.
- 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
- getMemberType(Member) - Static method in class org.jboss.solder.reflection.Reflections
-
Get the type of the member
- getMessage() - Method in exception org.jboss.solder.beanManager.BeanManagerUnavailableException
-
- getMessage() - Method in exception org.jboss.solder.config.xml.util.XmlConfigurationException
-
- getMessage() - Method in exception org.jboss.solder.config.xml.util.XmlParseException
-
- getMessage() - Method in class org.jboss.solder.exception.control.ExceptionResponse
-
- getMessageLogger(Class<T>, String) - Static method in class org.jboss.solder.logging.Logger
-
Get a typed logger which implements the given interface.
- getMessageLogger(Class<T>, String, Locale) - Static method in class org.jboss.solder.logging.Logger
-
Get a typed logger which implements the given interface.
- getMetaAnnotation(Annotated, Class<A>) - Static method in class org.jboss.solder.reflection.AnnotationInspector
-
Inspects an annotated element for the given meta annotation.
- getMethod() - Method in class org.jboss.solder.config.xml.model.MethodXmlItem
-
- getMethod() - Method in exception org.jboss.solder.reflection.NullMemberException
-
- 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 class org.jboss.solder.logging.Logger
-
Return the name of this logger.
- getName() - Method in interface org.jboss.solder.properties.Property
-
Returns the name of the property.
- getName() - Method in class org.jboss.solder.servlet.WebApplication
-
- getName() - Method in class org.jboss.solder.unwraps.UnwrapsProducerBean
-
- getNamespaceUri() - Method in class org.jboss.solder.config.xml.parser.SaxNode
-
- getNesting(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
- getNext() - Method in class org.jboss.solder.exception.control.ExceptionStack
-
- getNextDocument() - Method in class org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
-
- getNextDocument() - Method in interface org.jboss.solder.config.xml.bootstrap.XmlDocumentProvider
-
- getNonPrivateFinalMethodOrType(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
- getObservedQualifiers() - Method in class org.jboss.solder.bean.ForwardingObserverMethod
-
- getObservedType() - Method in class org.jboss.solder.bean.ForwardingObserverMethod
-
- getOrigExceptionStackItems() - Method in class org.jboss.solder.exception.control.ExceptionStack
-
The original exception stack if it has been changed.
- getOwnerType() - Method in class org.jboss.solder.reflection.ParameterizedTypeImpl
-
- 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 interface org.jboss.solder.exception.control.HandlerMethod
-
Obtains the precedence of the handler.
- getPrecedence() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
-
Obtains the precedence of the handler.
- getPrecedence() - Method in class org.jboss.solder.resourceLoader.DelegatingResourceLoader
-
Deprecated.
- getPrecedence() - Method in class org.jboss.solder.servlet.beanManager.ServletContextAttributeProvider
-
- getPrecedence() - Method in class org.jboss.solder.servlet.resource.DirectoryNameResourceProvider
-
- getPrecedence() - Method in class org.jboss.solder.servlet.resource.URLClassLoaderResourceProvider
-
- getPrecedence() - Method in class org.jboss.solder.servlet.webxml.DirectoryNameWebXmlLocator
-
- getPrecedence() - Method in class org.jboss.solder.servlet.webxml.URLClassLoaderWebXmlLocator
-
- getPrecedence() - Method in interface org.jboss.solder.util.Sortable
-
An integer precedence value that indicates how favorable the
implementation considers itself amongst alternatives.
- 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
-
- getPropertyName(Method) - Static method in class org.jboss.solder.reflection.Reflections
-
Gets the property name from a getter method.
- getProviders() - Method in exception org.jboss.solder.beanManager.BeanManagerUnavailableException
-
- getProvidersAsString() - Method in exception org.jboss.solder.beanManager.BeanManagerUnavailableException
-
- 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.defaultbean.DefaultBeanInformation.Literal
-
- 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.ExceptionToCatch
-
Qualifiers with which the instance was created.
- getQualifiers() - Method in interface org.jboss.solder.exception.control.HandlerMethod
-
Obtains the set of handled event qualifiers.
- getQualifiers() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
-
Obtains the set of handled event qualifiers.
- getQualifiers(Set<Annotation>, BeanManager) - Static method in class org.jboss.solder.reflection.Reflections
-
Extract any qualifiers from the set of annotations
- 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
- getRawType() - Method in class org.jboss.solder.reflection.ParameterizedTypeImpl
-
- getRawType(Type) - Static method in class org.jboss.solder.reflection.Reflections
-
Extract the raw type, given a type.
- getReception() - Method in class org.jboss.solder.bean.ForwardingObserverMethod
-
- getRemaining() - Method in class org.jboss.solder.exception.control.ExceptionStack
-
- getRequest() - Method in class org.jboss.solder.servlet.http.HttpServletRequestContext
-
- getRequest() - Method in class org.jboss.solder.servlet.ServletRequestContext
-
- getResolvedType() - Method in class org.jboss.solder.reflection.HierarchyDiscovery
-
- getResource(String) - Method in class org.jboss.solder.resourceLoader.DelegatingResourceLoader
-
Deprecated.
- getResource(String) - Method in interface org.jboss.solder.resourceLoader.ResourceLoader
-
Get the
URL
for a resource.
- 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 interface org.jboss.solder.resourceLoader.ResourceLoader
-
- getResourceAsStream(String) - Method in class org.jboss.solder.resourceLoader.ResourceLoaderManager
-
Load a resource by name.
- getResourceLoaders() - Method in class org.jboss.solder.resourceLoader.ResourceLoaderManager
-
- 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 interface org.jboss.solder.resourceLoader.ResourceLoader
-
Get the URLs known to all resource loaders for a given name.
- 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 interface org.jboss.solder.resourceLoader.ResourceLoader
-
Get the input streams known to all resource loaders for a given name.
- getResourcesAsStream(String) - Method in class org.jboss.solder.resourceLoader.ResourceLoaderManager
-
Load all resources known to the resource loader by name.
- getResponse() - Method in class org.jboss.solder.servlet.http.HttpServletRequestContext
-
- getResponse() - Method in class org.jboss.solder.servlet.ServletRequestContext
-
- getResultList() - Method in class org.jboss.solder.properties.query.PropertyQuery
-
Get the result from the query, causing the query to be run.
- getRunningTime() - Method in class org.jboss.solder.servlet.WebApplication
-
- 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
-
- getServerInfo() - Method in class org.jboss.solder.servlet.WebApplication
-
- 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
-
- getServletContext() - Method in class org.jboss.solder.servlet.ServletRequestContext
-
- 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.
- getStackTraceElement() - Method in interface org.jboss.solder.exception.filter.StackFrame
-
- getStackTraceElements() - Method in class org.jboss.solder.exception.control.ExceptionStackItem
-
- getStartTime() - Method in class org.jboss.solder.servlet.WebApplication
-
- 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
-
- getThrowable() - Method in class org.jboss.solder.exception.control.ExceptionStackItem
-
- getThrowNewException() - Method in class org.jboss.solder.exception.control.CaughtException
-
- getToString() - Method in class org.jboss.solder.bean.BeanBuilder
-
- getToString() - Method in class org.jboss.solder.bean.NarrowingBeanBuilder
-
- getTransactionPhase() - Method in class org.jboss.solder.bean.ForwardingObserverMethod
-
- getTraversalMode() - Method in interface org.jboss.solder.exception.control.HandlerMethod
-
Obtains the direction of the traversal path the handler will be listening.
- getTraversalMode() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
-
Obtains the direction of the traversal path the handler will be listening.
- 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
-
- getTypeClosure() - Method in class org.jboss.solder.reflection.HierarchyDiscovery
-
- 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
-
- getWebResource(String, ClassLoader) - Method in class org.jboss.solder.servlet.resource.DirectoryNameResourceProvider
-
- getWebResource(String, ClassLoader) - Method in class org.jboss.solder.servlet.resource.URLClassLoaderResourceProvider
-
- getWebResource(String, ClassLoader) - Method in interface org.jboss.solder.servlet.resource.WebResourceLocationProvider
-
Returns the location of a web resource.
- getWebResource(String) - Method in class org.jboss.solder.servlet.resource.WebResourceLocator
-
Returns the resource located at the named path as an InputStream
object.
- getWebResourceUrl(String) - Method in class org.jboss.solder.servlet.resource.WebResourceLocator
-
Returns the URL
for the resource located at the named path.
- getWebXmlLocation(ClassLoader) - Method in class org.jboss.solder.servlet.webxml.DirectoryNameWebXmlLocator
-
- getWebXmlLocation(ClassLoader) - Method in class org.jboss.solder.servlet.webxml.URLClassLoaderWebXmlLocator
-
- getWebXmlLocation(ClassLoader) - Method in interface org.jboss.solder.servlet.webxml.WebXmlLocator
-
Returns the guessed location of web.xml
.
- 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.
- 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
-
- 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
-
- info(Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of INFO.
- info(Object, Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message and throwable with a level of INFO.
- info(String, Object, Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message and throwable with a level of INFO and a specific logger class name.
- info(String, Object, Object[], Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with parameters and a throwable with a level of INFO.
- infof(String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infof(Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of INFO.
- infov(String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat
-style formatting.
- infov(String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat
-style formatting.
- infov(String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat
-style formatting.
- infov(String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat
-style formatting.
- infov(Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat
-style formatting.
- infov(Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat
-style formatting.
- infov(Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat
-style formatting.
- infov(Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of INFO using
MessageFormat
-style formatting.
- INHERIT - Static variable in annotation type org.jboss.solder.messages.Message
-
Indicates that this message should inherit the ID from another message with the same name.
- inheritsMessageId(ExecutableElement) - Method in class org.jboss.solder.tooling.AptHelperImpl
-
- 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
-
- Initialized - Annotation Type in org.jboss.solder.servlet.event
-
Qualifies observer method parameters to select events that fire when HTTP artifacts are being initialized.
- InitializedLiteral - Class in org.jboss.solder.servlet.event.literal
-
- InitializedLiteral() - Constructor for class org.jboss.solder.servlet.event.literal.InitializedLiteral
-
- 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
-
- InjectableMethod(AnnotatedMethod<X>, Collection<InjectionPoint>, BeanManager) - Constructor for class org.jboss.solder.reflection.annotated.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
-
- InjectLiteral - Class in org.jboss.solder.literal
-
- InjectLiteral() - Constructor for class org.jboss.solder.literal.InjectLiteral
-
- 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.exception.control.literal.CatchResourceLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.exception.control.literal.HandlesExceptionsLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.AlternativeLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.AnyLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.ApplicationScopedLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.ClientLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.ConversationScopedLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.DecoratorLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.DefaultLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.DelegateLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.DependentLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.DisposesLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.GenericLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.InjectLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.MapperLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.MessageBundleLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.ModelLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.NonbindingLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.ProducesLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.RequestScopedLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.ResolverLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.SessionScopedLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.SpecializesLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.StereotypeLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.UnwrapsLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.literal.VetoLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.servlet.event.literal.DestroyedLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.servlet.event.literal.DidActivateLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.servlet.event.literal.InitializedLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.servlet.event.literal.StartedLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.servlet.event.literal.WillPassivateLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.servlet.http.literal.CookieParamLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.servlet.http.literal.HeaderParamLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.servlet.http.literal.RequestParamLiteral
-
- INSTANCE - Static variable in class org.jboss.solder.servlet.literal.WebRequestLiteral
-
- 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
-
- invokeMethod(Method, Object, Object...) - Static method in class org.jboss.solder.reflection.Reflections
-
Invoke the specified method on the provided instance, passing any additional
arguments included in this method as arguments to the specified method.
- invokeMethod(boolean, Method, Object, Object...) - Static method in class org.jboss.solder.reflection.Reflections
-
Invoke the specified method on the provided instance, passing any additional
arguments included in this method as arguments to the specified method.
- invokeMethod(Method, Class<T>, Object, Object...) - Static method in class org.jboss.solder.reflection.Reflections
-
Invoke the specified method on the provided instance, passing any additional
arguments included in this method as arguments to the specified method.
- invokeMethod(boolean, Method, Class<T>, Object, Object...) - Static method in class org.jboss.solder.reflection.Reflections
-
Invoke the method on the instance, with any arguments specified, casting
the result of invoking the method to the expected return type.
- isAbstract(Method) - Static method in class org.jboss.solder.reflection.Reflections
-
Checks if a method is abstract
- isActive() - Method in interface org.jboss.solder.servlet.http.HttpSessionStatus
-
Checks whether there is an active HttpSession associated with the current request.
- isActive() - Method in class org.jboss.solder.servlet.http.HttpSessionStatusImpl
-
Checks whether there is an active HttpSession associated with the current request.
- 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
-
- isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>, BeanManager) - Static method in class org.jboss.solder.reflection.AnnotationInspector
-
Discover if the
AnnotatedElement
has been annotated with the
specified annotation type.
- isAnnotationPresent(Annotated, Class<? extends Annotation>, BeanManager) - Static method in class org.jboss.solder.reflection.AnnotationInspector
-
Discover if the Annotated
has been annotated with the specified
annotation type.
- isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>, boolean, BeanManager) - Static method in class org.jboss.solder.reflection.AnnotationInspector
-
Discover if the
AnnotatedElement
has been annotated with the
specified annotation type.
- isAnnotationPresentOnStereotype(AnnotatedElement, Class<? extends Annotation>, BeanManager) - Static method in class org.jboss.solder.reflection.AnnotationInspector
-
Discover if the
AnnotatedElement
has been annotated with a @
Stereotype
that provides the annotation type.
- isAnnotationPresentOnStereotype(Annotated, Class<? extends Annotation>, BeanManager) - Static method in class org.jboss.solder.reflection.AnnotationInspector
-
Discover if the Annotated
has been annotated with a @
Stereotype
that provides the specified annotation type.
- isArrayType(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
Checks if raw type is array type
- isAssignableFrom(Class<?>, Type[], Class<?>, Type[]) - Static method in class org.jboss.solder.reflection.Reflections
-
Check the assignability of one type to another, taking into account the
actual type arguements
- isAssignableFrom(Type[], Type[]) - Static method in class org.jboss.solder.reflection.Reflections
-
- isAssignableFrom(Type, Set<? extends Type>) - Static method in class org.jboss.solder.reflection.Reflections
-
- isAssignableFrom(Type, Type[]) - Static method in class org.jboss.solder.reflection.Reflections
-
- isAssignableFrom(Type, Type) - Static method in class org.jboss.solder.reflection.Reflections
-
- isAssignableFrom(Class<?>, Type[], Type) - Static method in class org.jboss.solder.reflection.Reflections
-
- isAssignableFrom(Set<Type>, Set<Type>) - Static method in class org.jboss.solder.reflection.Reflections
-
Check the assiginability of a set of flattened types.
- isAssignableFrom(Set<Type>, Type) - Static method in class org.jboss.solder.reflection.Reflections
-
Check the assiginability of a set of flattened types.
- isAssignableFrom(Type[], Type) - Static method in class org.jboss.solder.reflection.Reflections
-
- isBeanManagerAvailable() - Method in class org.jboss.solder.beanManager.BeanManagerAware
-
- isBeanManagerAvailable() - Method in class org.jboss.solder.beanManager.BeanManagerLocator
-
If a lookup has not yet been performed, consult registered
BeanManagerProvider
implementations to locate the
BeanManager
and return whether it was found, caching
the result.
- isBeanManagerInjected() - Method in class org.jboss.solder.beanManager.BeanManagerAware
-
- isBindings(Annotation) - Static method in class org.jboss.solder.reflection.Reflections
-
Deprecated.
- isBreadthFirstTraversal() - Method in class org.jboss.solder.exception.control.CaughtException
-
- isCacheable(Set<Annotation>) - Static method in class org.jboss.solder.reflection.Reflections
-
- isCacheable(Annotation[]) - Static method in class org.jboss.solder.reflection.Reflections
-
- isDebugEnabled() - Method in class org.jboss.solder.logging.Logger
-
Check to see if the DEBUG
level is enabled for this logger.
- isDelegate() - Method in class org.jboss.solder.bean.ForwardingInjectionPoint
-
- isDelegate() - Method in class org.jboss.solder.bean.ImmutableInjectionPoint
-
- isDepthFirstTraversal() - Method in class org.jboss.solder.exception.control.CaughtException
-
- 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(Logger.Level) - Method in class org.jboss.solder.logging.Logger
-
Check to see if the specified level is enabled for this logger.
- isEnabled() - Method in class org.jboss.solder.serviceHandler.ServiceHandlerExtension
-
Determines if proxying is available, a prerequisite for this feature
- isFinal(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
Checks if class is final
- isFinal(Member) - Static method in class org.jboss.solder.reflection.Reflections
-
Checks if member is final
- isHandled() - Method in class org.jboss.solder.exception.control.ExceptionToCatch
-
Test to see if the exception has been handled via Solder Catch.
- 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.
- isInfoEnabled() - Method in class org.jboss.solder.logging.Logger
-
Check to see if the INFO
level is enabled for this logger.
- isLast() - Method in class org.jboss.solder.exception.control.ExceptionStack
-
Test if iteration is finished
- isMarkedHandled() - Method in class org.jboss.solder.exception.control.CaughtException
-
- isMarkSet(String) - Method in interface org.jboss.solder.exception.filter.StackFrame
-
Checks if the given marker key has been set.
- 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
-
- isPackagePrivate(int) - Static method in class org.jboss.solder.reflection.Reflections
-
- isParamerterizedTypeWithWildcard(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
- isParameterizedType(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
Checks if type is parameterized type
- 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.
- isPrimitive(Type) - Static method in class org.jboss.solder.reflection.Reflections
-
- isPrivate(Member) - Static method in class org.jboss.solder.reflection.Reflections
-
Checks if member is private
- 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
- isRoot() - Method in class org.jboss.solder.exception.control.ExceptionStack
-
Tests if the current exception is the root exception
- isSerializable(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
Check if a class is serializable.
- isStatic(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
Checks if type is static
- isStatic(Member) - Static method in class org.jboss.solder.reflection.Reflections
-
Checks if member is static
- isTraceEnabled() - Method in class org.jboss.solder.logging.Logger
-
Check to see if the TRACE
level is enabled for this logger.
- isTransient() - Method in class org.jboss.solder.bean.ForwardingInjectionPoint
-
- isTransient() - Method in class org.jboss.solder.bean.ImmutableInjectionPoint
-
- isTransient(Member) - Static method in class org.jboss.solder.reflection.Reflections
-
- isTypeBounded(Type, Type[], Type[]) - Static method in class org.jboss.solder.reflection.Reflections
-
- isTypeInSet(Set<TypeOccuranceInformation>, XmlItemType) - Static method in class org.jboss.solder.config.xml.util.TypeOccuranceInformation
-
- isTypeOrAnyMethodFinal(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
-
Checks if type or member is final
- isUnmute() - Method in class org.jboss.solder.exception.control.CaughtException
-
- isWrapperType(Class<?>) - Static method in class org.jboss.solder.reflection.PrimitiveTypes
-
Returns
true
if
type
is one of the nine
primitive-wrapper types, such as
Integer
.
- iterator() - Method in interface org.jboss.solder.util.collections.Multiset
-
- iterator() - Method in class org.jboss.solder.util.service.ServiceLoader
-
Lazily loads the available providers of this loader's service.
- Iterators - Class in org.jboss.solder.util.collections
-
- Iterators() - Constructor for class org.jboss.solder.util.collections.Iterators
-
- lineno - Variable in class org.jboss.solder.config.xml.model.AbstractXmlItem
-
- load(Class<S>) - Static method in class org.jboss.solder.util.service.ServiceLoader
-
Creates a new service loader for the given service type, using the current
thread's context class loader.
- load(Class<S>, ClassLoader) - Static method in class org.jboss.solder.util.service.ServiceLoader
-
Creates a new service loader for the given service type and class loader.
- loadInstalled(Class<S>) - Static method in class org.jboss.solder.util.service.ServiceLoader
-
Creates a new service loader for the given service type, using the
extension class loader.
- loadPropertiesBundle(String) - Method in class org.jboss.solder.resourceLoader.ResourceProvider
-
Load a properties bundle.
- loadPropertiesBundles(String) - Method in class org.jboss.solder.resourceLoader.ResourceProvider
-
Load all properties bundles known to the resource loader by name.
- loadResource(String) - Method in class org.jboss.solder.resourceLoader.ResourceProvider
-
Load a resource.
- loadResources(String) - Method in class org.jboss.solder.resourceLoader.ResourceProvider
-
Load all resources known to the resource loader by name.
- loadResourcesStreams(String) - Method in class org.jboss.solder.resourceLoader.ResourceProvider
-
Load all resources known to the resource loader by name.
- loadResourceStream(String) - Method in class org.jboss.solder.resourceLoader.ResourceProvider
-
Load a resource.
- Locale - Annotation Type in org.jboss.solder.messages
-
Specifies a Locale for a typed logger.
- Locales - Class in org.jboss.solder.util
-
Utilities for working with locales.
- Log - Annotation Type in org.jboss.solder.logging
-
A typed logger method.
- log(Logger.Level, Object) - Method in class org.jboss.solder.logging.Logger
-
Log a message at the given level.
- log(Logger.Level, Object, Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message and throwable at the given log level.
- log(Logger.Level, String, Object, Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message and throwable at the given log level and a specific logger class name.
- log(String, Logger.Level, Object, Object[], Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with parameters and a throwable at the given log level.
- LOG_MESSAGE_ANNOTATION - Static variable in class org.jboss.solder.tooling.SolderAnnotations
-
- logf(Logger.Level, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message at the given log level.
- logf(String, Logger.Level, Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Log a message at the given level.
- logf(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Log a message at the given level.
- logf(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Log a message at the given level.
- logf(String, Logger.Level, Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Log a message at the given level.
- Logger - Class in org.jboss.solder.logging
-
A Logger implementation that forwards all calls to the #delegate()
.
- Logger.Level - Enum in org.jboss.solder.logging
-
Levels used by this logging API.
- LOGGER_CLASS_ANNOTATION - Static variable in class org.jboss.solder.tooling.SolderAnnotations
-
- loggerClass() - Method in class org.jboss.solder.tooling.SolderLoggers
-
- loggerInterface() - Method in class org.jboss.solder.tooling.SolderLoggers
-
- loggerMethod(Annotations.FormatType) - Method in class org.jboss.solder.tooling.AptHelperImpl
-
- LoggingClass - Annotation Type in org.jboss.solder.logging
-
Mark a parameter as specifying the name of the logging class to use.
- loggingClass() - Method in class org.jboss.solder.tooling.SolderAnnotations
-
- logLevel(ExecutableElement) - Method in class org.jboss.solder.tooling.AptHelperImpl
-
- logLevelClass() - Method in class org.jboss.solder.tooling.SolderLoggers
-
- logMessage() - Method in class org.jboss.solder.tooling.SolderAnnotations
-
- logv(Logger.Level, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message at the given log level using
MessageFormat
-style formatting.
- logv(Logger.Level, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message at the given log level using
MessageFormat
-style formatting.
- logv(Logger.Level, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message at the given log level using
MessageFormat
-style formatting.
- logv(Logger.Level, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message at the given log level using
MessageFormat
-style formatting.
- logv(Logger.Level, Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message at the given log level using
MessageFormat
-style formatting.
- logv(Logger.Level, Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message at the given log level using
MessageFormat
-style formatting.
- logv(Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message at the given log level using
MessageFormat
-style formatting.
- logv(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message at the given log level using
MessageFormat
-style formatting.
- logv(String, Logger.Level, Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message at the given log level using
MessageFormat
-style formatting.
- logv(String, Logger.Level, Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message at the given log level using
MessageFormat
-style formatting.
- logv(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message at the given log level using
MessageFormat
-style formatting.
- logv(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message at the given log level using
MessageFormat
-style formatting.
- logVersionInformation(Class<?>, String, String) - Static method in class org.jboss.solder.core.VersionLoggerUtil
-
By inspecting specified Class, getting package and specification version/implementation version
we write a log message with the provided message format.
- logVersionInformation(Class<?>, String) - Static method in class org.jboss.solder.core.VersionLoggerUtil
-
By inspecting specified Class, getting package and specification version/implementation version
we write a log message with the provided message format.
- logVersionInformation(Class<?>) - Static method in class org.jboss.solder.core.VersionLoggerUtil
-
Logs version information for the given class, using the default format.
- LOW - Static variable in class org.jboss.solder.exception.control.Precedence
-
- Objects - Class in org.jboss.solder.util.collections
-
- ObservesLiteral - Class in org.jboss.solder.literal
-
- ObservesLiteral(TransactionPhase, Reception, Reception) - Constructor for class org.jboss.solder.literal.ObservesLiteral
-
- of(Bean<Object>, BeanManager) - Static method in class org.jboss.solder.bean.NarrowingBeanBuilder
-
- 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
-
A set of utilities for looking up the BeanManager
from non-managed classes, which
are not able to take advantage of injection.
- 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
-
A number enhancements to the CDI programming model which are under trial and may be included in later releases
of Contexts and Dependency Injection.
- org.jboss.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
-
An extensible exception handling handling framework.
- org.jboss.solder.exception.control.extension - package org.jboss.solder.exception.control.extension
-
CDI extensions for Catch.
- org.jboss.solder.exception.control.literal - package org.jboss.solder.exception.control.literal
-
Annotation literals for Solder Catch.
- org.jboss.solder.exception.control.log - package org.jboss.solder.exception.control.log
-
- org.jboss.solder.exception.filter - package org.jboss.solder.exception.filter
-
Classes related to filtering stack traces.
- org.jboss.solder.literal - package org.jboss.solder.literal
-
A collection of annotation literals for all annotations from the Contexts and Dependency Injection
specification and from Solder.
- org.jboss.solder.logging - package org.jboss.solder.logging
-
Solder integrates with JBoss Logging 3 to provide injectable native
loggers or typed message loggers (suitable for internationalization and
localization) while still offering a choice of logging backend
- org.jboss.solder.messages - package org.jboss.solder.messages
-
Solder provides injectable typed message bundles (suitable for
internationalization and localization)
- 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
-
A set of utilities for working with JDK reflection and Annotated metadata, including:
- 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
-
An extensible, injectable resource loader that can provide provide URLs, managed input streams and sets of
properties.
- 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
-
Allows interfaces and abstract classes to be declated as automatically implemented beans.
- 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.event.literal - package org.jboss.solder.servlet.event.literal
-
- 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.http.literal - package org.jboss.solder.servlet.http.literal
-
- org.jboss.solder.servlet.literal - package org.jboss.solder.servlet.literal
-
- org.jboss.solder.servlet.logging - package org.jboss.solder.servlet.logging
-
- org.jboss.solder.servlet.resource - package org.jboss.solder.servlet.resource
-
- org.jboss.solder.servlet.support - package org.jboss.solder.servlet.support
-
- org.jboss.solder.servlet.webxml - package org.jboss.solder.servlet.webxml
-
- 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.tooling - package org.jboss.solder.tooling
-
- org.jboss.solder.unwraps - package org.jboss.solder.unwraps
-
Provides stateless producer methods where each method invocation on the produced object will cause the annotated
method to be invoked to produce the object.
- org.jboss.solder.util - package org.jboss.solder.util
-
A collection of utilities for Solder
- org.jboss.solder.util.collections - package org.jboss.solder.util.collections
-
A collection of collection related utilities for Solder
- org.jboss.solder.util.service - package org.jboss.solder.util.service
-
The Java 6 ServiceLoader for use in Java SE 5.
- 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
-
- 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
-
- receive() - Method in class org.jboss.solder.literal.ObservesLiteral
-
- 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
-
- 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 interface org.jboss.solder.servlet.http.RedirectBuilder
-
- redirect(String) - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
-
- redirect() - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
-
- redirect(String) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
-
- RedirectBuilder - Interface in org.jboss.solder.servlet.http
-
A builder, similar in style to the ResponseBuilder from JAX-RS, that simplifies the task of sending a redirect URL to the
client.
- 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
-
- Reflections - Class in org.jboss.solder.reflection
-
Utility class for working with JDK Reflection and also CDI's
Annotated
metadata.
- registerHandlerMethod(HandlerMethod<T>) - Method in class org.jboss.solder.exception.control.extension.CatchExtension
-
- registerHandlerMethod(HandlerMethod<T>) - Method in interface org.jboss.solder.exception.control.HandlerMethodContainer
-
Registers the given handlerMethod to the container.
- reload() - Method in class org.jboss.solder.util.service.ServiceLoader
-
Clear this loader's provider cache so that all providers will be reloaded.
- remove(Class<? extends Annotation>) - Method in class org.jboss.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
-
- RequestParam - Annotation Type in org.jboss.solder.servlet.http
-
Qualifies injection points that should have their values fetched from a corresponding HTTP request parameter (i.e., query
string or form parameter).
- RequestParamLiteral - Class in org.jboss.solder.servlet.http.literal
-
- RequestParamLiteral() - Constructor for class org.jboss.solder.servlet.http.literal.RequestParamLiteral
-
- RequestParamLiteral(String) - Constructor for class org.jboss.solder.servlet.http.literal.RequestParamLiteral
-
- RequestParamProducer - Class in org.jboss.solder.servlet.http
-
- RequestParamProducer() - Constructor for class org.jboss.solder.servlet.http.RequestParamProducer
-
- RequestScopedLiteral - Class in org.jboss.solder.literal
-
- RequestScopedLiteral() - Constructor for class org.jboss.solder.literal.RequestScopedLiteral
-
- Requires - Annotation Type in org.jboss.solder.core
-
Veto the processing of the type if the required classes are not available.
- RequiresLiteral - Class in org.jboss.solder.literal
-
- RequiresLiteral(String[]) - Constructor for class org.jboss.solder.literal.RequiresLiteral
-
- 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
- Resolver - Annotation Type in org.jboss.solder.el
-
Qualifier used to identify a javax.el.ELResolver to register with the
application wide javax.el.ELResolver provided by Solder
- 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
-
- Resource - Annotation Type in org.jboss.solder.resourceLoader
-
An injection point qualifier that may be used to specify a resource to
inject.
- 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
-
- ResourceLiteral - Class in org.jboss.solder.literal
-
- ResourceLiteral(String) - Constructor for class org.jboss.solder.literal.ResourceLiteral
-
- ResourceLoader - Interface in org.jboss.solder.resourceLoader
-
- ResourceLoaderManager - Class in org.jboss.solder.resourceLoader
-
- 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
-
- ResourceProvider - Class in org.jboss.solder.resourceLoader
-
The ResourceProvider allows dynamic loading of managed resources.
- 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
-
- rethrow() - Method in class org.jboss.solder.exception.control.CaughtException
-
Instructs the dispatcher to rethrow the event exception after handler processing.
- rethrow(Throwable) - Method in class org.jboss.solder.exception.control.CaughtException
-
Rethrow the exception, but use the given exception instead of the original.
- returnFromHandler(HandlerMethod<?>, String) - Method in interface org.jboss.solder.exception.control.log.ExceptionHandlerDispatcherLog
-
- 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
-
- run() - Method in class org.jboss.solder.reflection.SetAccessiblePriviligedAction
-
- 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 interface org.jboss.solder.servlet.http.RedirectBuilder
-
- seeOther(String) - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
-
- send() - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
-
- send() - Method in class org.jboss.solder.servlet.http.RedirectBuilderImpl
-
- SendErrorPage - Annotation Type in org.jboss.solder.servlet.exception.handler
-
- SendHttpError - Annotation Type in org.jboss.solder.servlet.exception.handler
-
- Serialization - Class in org.jboss.solder.util.collections
-
- ServerInfo - Annotation Type in org.jboss.solder.servlet
-
Qualifies the server info string.
- 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
-
- ServiceHandlerType - Annotation Type in org.jboss.solder.serviceHandler
-
Meta annotation that is used to specify an invocation handler for
automatically implemented bean.
- ServiceLoader<S> - Class in org.jboss.solder.util.service
-
This class handles looking up service providers on the class path.
- 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 Solder Servlet module
- ServletMessages - Interface in org.jboss.solder.servlet.support
-
Type-safe exception messages for the Solder Servlet module
- ServletRequestContext - Class in org.jboss.solder.servlet
-
Encapsulates the ServletRequest
and ServletResponse
for the current request and dually provides access to the
ServletContext
, which is accessed from the HttpServletRequest
object.
- ServletRequestContext() - Constructor for class org.jboss.solder.servlet.ServletRequestContext
-
- ServletRequestContext(ServletRequest, ServletResponse) - Constructor for class org.jboss.solder.servlet.ServletRequestContext
-
- ServletRequestContext(ServletRequest) - Constructor for class org.jboss.solder.servlet.ServletRequestContext
-
- 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
-
- SessionScopedLiteral - Class in org.jboss.solder.literal
-
- SessionScopedLiteral() - Constructor for class org.jboss.solder.literal.SessionScopedLiteral
-
- 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).
- setAccessible(A) - Static method in class org.jboss.solder.reflection.Reflections
-
- SetAccessiblePriviligedAction - Class in org.jboss.solder.reflection
-
- SetAccessiblePriviligedAction(AccessibleObject) - Constructor for class org.jboss.solder.reflection.SetAccessiblePriviligedAction
-
- setAnnotatedType(AnnotatedType<Object>) - Method in class org.jboss.solder.config.xml.bootstrap.ProcessAnnotatedTypeImpl
-
- setCauseElements(Collection<Throwable>) - Method in class org.jboss.solder.exception.control.ExceptionStack
-
- 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
-
- setFieldValue(Field, Object, Object) - Static method in class org.jboss.solder.reflection.Reflections
-
Set the value of a field on the instance to the specified value.
- setFieldValue(boolean, Field, Object, Object) - Static method in class org.jboss.solder.reflection.Reflections
-
Sets the value of a field on the instance to the specified value.
- setForType(Class<? extends Throwable>) - Method in class org.jboss.solder.exception.control.ExceptionResponse
-
- setHandled(boolean) - Method in class org.jboss.solder.exception.control.ExceptionToCatch
-
- setInnerText(String) - Method in class org.jboss.solder.config.xml.parser.SaxNode
-
- setJavaClass(Class<X>) - Method in class org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder
-
- setMessage(String) - Method in class org.jboss.solder.exception.control.ExceptionResponse
-
- 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
-
- setStackTraceElement(StackTraceElement) - Method in interface org.jboss.solder.exception.filter.StackFrame
-
- 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
-
- SolderAnnotations - Class in org.jboss.solder.tooling
-
- SolderAnnotations() - Constructor for class org.jboss.solder.tooling.SolderAnnotations
-
- SolderLoggers - Class in org.jboss.solder.tooling
-
- SolderLoggers() - Constructor for class org.jboss.solder.tooling.SolderLoggers
-
- SolderMessages - Interface in org.jboss.solder.support
-
Messages used for exception messages in Solder.
- Sortable - Interface in org.jboss.solder.util
-
A Sortable class is given a precedence which is used to decide it's relative
order
- Sortable.Comparator - Class in org.jboss.solder.util
-
A comparator which can order Sortables
- Sortable.Comparator() - Constructor for class org.jboss.solder.util.Sortable.Comparator
-
- SpecializesLiteral - Class in org.jboss.solder.literal
-
- SpecializesLiteral() - Constructor for class org.jboss.solder.literal.SpecializesLiteral
-
- StackFrame - Interface in org.jboss.solder.exception.filter
-
Controller for stack trace filtering.
- StackFrameFilter<T extends Throwable> - Interface in org.jboss.solder.exception.filter
-
A filter for processing the stack frames of a single originalException (type parameter allows us to focus on a
specific originalException type)
- StackFrameFilterResult - Enum in org.jboss.solder.exception.filter
-
- Started - Annotation Type in org.jboss.solder.servlet.event
-
Qualifies observer method parameters to select the event fired when the web application has started.
- StartedLiteral - Class in org.jboss.solder.servlet.event.literal
-
- StartedLiteral() - Constructor for class org.jboss.solder.servlet.event.literal.StartedLiteral
-
- startElement(String, String, String, Attributes) - Method in class org.jboss.solder.config.xml.parser.ParserMain
-
- StereotypeLiteral - Class in org.jboss.solder.literal
-
- StereotypeLiteral() - Constructor for class org.jboss.solder.literal.StereotypeLiteral
-
- 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.
- Suffix - Annotation Type in org.jboss.solder.logging
-
A suffix to use on the specified category (or fully qualified name of the
injection point type if no category is specified).
- Supplier<T> - Interface in org.jboss.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
-
- System - Annotation Type in org.jboss.solder.core
-
Qualifier annotation provided access to system property values.
- SystemProperties - Class in org.jboss.solder.system
-
- SystemProperties() - Constructor for class org.jboss.solder.system.SystemProperties
-
- targetName(VariableElement) - Method in class org.jboss.solder.tooling.AptHelperImpl
-
- TemporalConverters - Class in org.jboss.solder.servlet.http
-
- TemporalConverters() - Constructor for class org.jboss.solder.servlet.http.TemporalConverters
-
- temporaryRedirect(String) - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
-
- 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.
- toLocale(String) - Static method in class org.jboss.solder.util.Locales
-
Utility to convert a string using the standard format for specifying a
Locale to a
Locale
object.
- toString() - Method in class org.jboss.solder.bean.AbstractImmutableBean
-
- toString(String) - Method in class org.jboss.solder.bean.BeanBuilder
-
- 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
-
- toString() - Method in class org.jboss.solder.exception.control.ExceptionStackItem
-
- toString() - Method in class org.jboss.solder.exception.control.HandlerMethodImpl
-
- toString() - Method in class org.jboss.solder.reflection.annotated.AnnotationBuilder
-
- toString() - Method in class org.jboss.solder.reflection.ParameterizedTypeImpl
-
- 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
-
- toString() - Method in class org.jboss.solder.util.service.ServiceLoader
-
Returns a string describing this service.
- trace(Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of TRACE.
- trace(Object, Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message and throwable with a level of TRACE.
- trace(String, Object, Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message and throwable with a level of TRACE and a specific logger class name.
- trace(String, Object, Object[], Throwable) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with parameters and a throwable with a level of TRACE.
- tracef(String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of TRACE.
- tracef(String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of TRACE.
- tracef(String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of TRACE.
- tracef(String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of TRACE.
- tracef(Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of TRACE.
- tracef(Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of TRACE.
- tracef(Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of TRACE.
- tracef(Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a formatted log message with a level of TRACE.
- tracev(String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of TRACE using
MessageFormat
-style formatting.
- tracev(String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of TRACE using
MessageFormat
-style formatting.
- tracev(String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of TRACE using
MessageFormat
-style formatting.
- tracev(String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of TRACE using
MessageFormat
-style formatting.
- tracev(Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of TRACE using
MessageFormat
-style formatting.
- tracev(Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of TRACE using
MessageFormat
-style formatting.
- tracev(Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of TRACE using
MessageFormat
-style formatting.
- tracev(Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
-
Issue a log message with a level of TRACE using
MessageFormat
-style formatting.
- TraversalMode - Enum in org.jboss.solder.exception.control
-
Direction of a exception cause chain traversal.
- type - Variable in class org.jboss.solder.config.xml.model.AbstractXmlItem
-
- TypedCategory - Annotation Type in org.jboss.solder.logging
-
Specifies a typed category for the injected logger.
- TypedLiteral - Class in org.jboss.solder.literal
-
- TypedLiteral(Class<?>[]) - Constructor for class org.jboss.solder.literal.TypedLiteral
-
- 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.
- Types - Class in org.jboss.solder.reflection
-
Utility class for Types
- Types() - Constructor for class org.jboss.solder.reflection.Types
-
- 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.ExactLiteral
-
- value() - Method in class org.jboss.solder.literal.GenericConfigurationLiteral
-
- value() - Method in class org.jboss.solder.literal.GenericTypeLiteral
-
- value() - Method in class org.jboss.solder.literal.NamedLiteral
-
- value() - Method in class org.jboss.solder.literal.NewLiteral
-
- value() - Method in class org.jboss.solder.literal.RequiresLiteral
-
- value() - Method in class org.jboss.solder.literal.ResourceLiteral
-
- value() - Method in class org.jboss.solder.literal.TypedLiteral
-
- value() - Method in class org.jboss.solder.servlet.event.literal.HttpMethodLiteral
-
- value() - Method in class org.jboss.solder.servlet.event.literal.PathLiteral
-
- value() - Method in class org.jboss.solder.servlet.http.literal.CookieParamLiteral
-
- value() - Method in class org.jboss.solder.servlet.http.literal.HeaderParamLiteral
-
- value() - Method in class org.jboss.solder.servlet.http.literal.RequestParamLiteral
-
- 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.
- valueOf(String) - Static method in enum org.jboss.solder.exception.control.CaughtException.ExceptionHandlingFlow
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.solder.exception.control.TraversalMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.solder.exception.filter.StackFrameFilterResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.solder.logging.Logger.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.solder.messages.Message.Format
-
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() - Static method in enum org.jboss.solder.exception.control.CaughtException.ExceptionHandlingFlow
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.solder.exception.control.TraversalMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.solder.exception.filter.StackFrameFilterResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.solder.logging.Logger.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.solder.messages.Message.Format
-
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.
- VersionLoggerUtil - Class in org.jboss.solder.core
-
Utility class for logging the version number of class based on package.
- VersionLoggerUtil() - Constructor for class org.jboss.solder.core.VersionLoggerUtil
-
- veto() - Method in class org.jboss.solder.config.xml.bootstrap.ProcessAnnotatedTypeImpl
-
- Veto - Annotation Type in org.jboss.solder.core
-
Veto the processing of the type.
- VetoLiteral - Class in org.jboss.solder.literal
-
- VetoLiteral() - Constructor for class org.jboss.solder.literal.VetoLiteral
-
- 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
-