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

A

abort() - Method in class org.jboss.solder.exception.control.CaughtException
Instructs the dispatcher to abort further processing of handlers.
add(Class<?>, Type) - Method in class org.jboss.solder.reflection.HierarchyDiscovery
 
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).
AlternativeLiteral - Class in org.jboss.solder.literal
 
AlternativeLiteral() - Constructor for class org.jboss.solder.literal.AlternativeLiteral
 
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
 
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
 

B

BeanManagerAware - Class in org.jboss.solder.beanManager
A convenient base class for obtaining a reference to the BeanManager from a non-managed class, or a class which may not be managed in certain environments (i.e., a listener in a Servlet container).
BeanManagerAware() - Constructor for class org.jboss.solder.beanManager.BeanManagerAware
 
BeanManagerLocator - Class in org.jboss.solder.beanManager
A utility for use in non-managed classes, which are not able to obtain a reference to the BeanManager using injection.
BeanManagerLocator() - Constructor for class org.jboss.solder.beanManager.BeanManagerLocator
 
BeanManagerProvider - Interface in org.jboss.solder.beanManager
BeanManagerProvider is the SPI for BeanManagerLocator which allows third parties to register a way of obtaining the BeanManager outside of CDI managed objects.
BeanManagerUnavailableException - Exception in org.jboss.solder.beanManager
A runtime exception that is thrown when the attempt to resolve the BeanManager using the BeanManagerProvider service fails to locate the BeanManager.
BeanManagerUnavailableException(List<BeanManagerProvider>) - Constructor for exception org.jboss.solder.beanManager.BeanManagerUnavailableException
 
box(Class<T>) - Static method in class org.jboss.solder.reflection.PrimitiveTypes
Returns the corresponding wrapper type of type if it is a primitive type; otherwise returns type itself.
boxedClass(Class<?>) - Static method in class org.jboss.solder.reflection.Types
 
boxedType(Type) - Static method in class org.jboss.solder.reflection.Types
Gets the boxed type of a class
buildTypeMap(Set<Type>) - Static method in class org.jboss.solder.reflection.Reflections
 
BUILT_IN - Static variable in class org.jboss.solder.exception.control.Precedence
 

C

cast(Object) - Static method in class org.jboss.solder.reflection.Reflections
Perform a runtime cast.
CatchResource - Annotation Type in org.jboss.solder.exception.control
Used to qualify a resource needed for handling an exception within Seam 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.
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.
classForName(String, ClassLoader...) - Static method in class org.jboss.solder.reflection.Reflections
Loads and initializes a class for the given name.
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
 
compare(Sortable, Sortable) - Method in class org.jboss.solder.util.Sortable.Comparator
 
containsWildcards(Type[]) - Static method in class org.jboss.solder.reflection.Reflections
 
ContextPath - Annotation Type in org.jboss.solder.servlet.http
Qualifies the context path string.
ConversationScopedLiteral - Class in org.jboss.solder.literal
 
ConversationScopedLiteral() - Constructor for class org.jboss.solder.literal.ConversationScopedLiteral
 
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
 
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
 
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.

D

debug(Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of DEBUG.
debug(Object, Throwable) - Method in class org.jboss.solder.logging.Logger
Issue a log message and throwable with a level of DEBUG.
debug(String, Object, Throwable) - Method in class org.jboss.solder.logging.Logger
Issue a log message and throwable with a level of DEBUG and a specific logger class name.
debug(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 DEBUG.
debugf(String, Object...) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(String, Object) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(String, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugv(String, Object...) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of DEBUG using MessageFormat-style formatting.
debugv(String, Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of DEBUG using MessageFormat-style formatting.
debugv(String, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of DEBUG using MessageFormat-style formatting.
debugv(String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of DEBUG using MessageFormat-style formatting.
debugv(Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of DEBUG using MessageFormat-style formatting.
debugv(Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of DEBUG using MessageFormat-style formatting.
debugv(Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of DEBUG using MessageFormat-style formatting.
debugv(Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of DEBUG using MessageFormat-style formatting.
DecoratorLiteral - Class in org.jboss.solder.literal
 
DecoratorLiteral() - Constructor for class org.jboss.solder.literal.DecoratorLiteral
 
DEFAULT - Static variable in class org.jboss.solder.exception.control.Precedence
 
DefaultBean - Annotation Type in org.jboss.solder.bean.defaultbean
Annotation that signifies that a bean should only be registered if no other instance with the same type and qualifiers is registered.
DefaultLiteral - Class in org.jboss.solder.literal
 
DefaultLiteral() - Constructor for class org.jboss.solder.literal.DefaultLiteral
 
DefaultValue - Annotation Type in org.jboss.solder.servlet.http
Sets the default value for an injected HTTP request, cookie, or header parameter.
DelegateLiteral - Class in org.jboss.solder.literal
 
DelegateLiteral() - Constructor for class org.jboss.solder.literal.DelegateLiteral
 
DependentLiteral - Class in org.jboss.solder.literal
 
DependentLiteral() - Constructor for class org.jboss.solder.literal.DependentLiteral
 
Destroyed - Annotation Type in org.jboss.solder.servlet.event
Qualifies observer method parameters to select events that fire when HTTP artifacts are being destroyed.
DestroyedLiteral - Class in org.jboss.solder.servlet.event.literal
 
DestroyedLiteral() - Constructor for class org.jboss.solder.servlet.event.literal.DestroyedLiteral
 
DidActivate - Annotation Type in org.jboss.solder.servlet.event
Qualifies observer method parameters to select events that fire when HTTP sessions are activated.
DidActivateLiteral - Class in org.jboss.solder.servlet.event.literal
 
DidActivateLiteral() - Constructor for class org.jboss.solder.servlet.event.literal.DidActivateLiteral
 
DisposesLiteral - Class in org.jboss.solder.literal
 
DisposesLiteral() - Constructor for class org.jboss.solder.literal.DisposesLiteral
 
dropCause() - Method in class org.jboss.solder.exception.control.CaughtException
Similar to CaughtException.markHandled(), but instructs the dispatcher to markHandled to the next element in the cause chain without processing additional handlers for this cause chain element.
dropCause() - Method in class org.jboss.solder.exception.control.ExceptionStack
 
during() - Method in class org.jboss.solder.literal.ObservesLiteral
 

E

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
 
encodeSessionId() - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
 
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.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
 
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.
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 Seam Catch.
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
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
 
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.
ExtensionManaged - Annotation Type in org.jboss.solder.core
Denotes a resource that is managed by a CDI extension (as opposed to container-managed).
extractCause(Annotation[][], Object[], List<Object>) - Static method in class org.jboss.solder.messages.MessageBundleInvocationHandler
 

F

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.
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.
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.
Formatter - Annotation Type in org.jboss.solder.messages
Indicate that the given parameter should be wrapped with a formatting object of the given class.
fragment(String) - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
 
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).

G

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() - Method in class org.jboss.solder.servlet.http.HttpSessionStatus
Returns the current HttpSession associated with this request.
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
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.
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
Inspect the AnnotatedElement for a specific annotation type.
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 exception org.jboss.solder.reflection.NullMemberException
 
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
getBeanManagerLocator() - Method in class org.jboss.solder.beanManager.BeanManagerAware
 
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
 
getContextPath() - Method in class org.jboss.solder.servlet.http.HttpServletRequestContext
 
getContextPath() - Method in class org.jboss.solder.servlet.WebApplication
 
getCurrent() - Method in class org.jboss.solder.exception.control.ExceptionStack
Current exception in the iteration
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
 
getExceptionType() - Method in interface org.jboss.solder.exception.control.HandlerMethod
Obtains the handled event type.
getField(AnnotatedType<X>, Field) - Static method in class org.jboss.solder.reflection.Reflections
Search the annotatedType for the field, returning the AnnotatedField
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.
getFlow() - Method in class org.jboss.solder.exception.control.CaughtException
 
getFormatString(Message) - Method in class org.jboss.solder.messages.MessageBundleInvocationHandler
 
getForType() - Method in class org.jboss.solder.exception.control.ExceptionResponse
 
getHttpSession() - Method in class org.jboss.solder.servlet.http.HttpServletRequestContext
 
getIndex() - Method in interface org.jboss.solder.exception.filter.StackFrame
Retrieves the index of this frame in the stack trace.
getLocatingProvider() - Method in class org.jboss.solder.beanManager.BeanManagerLocator
Return the BeanManagerProvider that was used to locate the BeanManager.
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.
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 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 exception org.jboss.solder.reflection.NullMemberException
 
getName() - Method in class org.jboss.solder.logging.Logger
Return the name of this logger.
getName() - Method in class org.jboss.solder.servlet.WebApplication
 
getNesting(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
 
getNext() - Method in class org.jboss.solder.exception.control.ExceptionStack
 
getNonPrivateFinalMethodOrType(Class<?>) - Static method in class org.jboss.solder.reflection.Reflections
 
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
 
getPrecedence() - Method in interface org.jboss.solder.exception.control.HandlerMethod
Obtains the precedence of the handler.
getPrecedence() - Method in interface org.jboss.solder.util.Sortable
An integer precedence value that indicates how favorable the implementation considers itself amongst alternatives.
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
 
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(Set<Annotation>, BeanManager) - Static method in class org.jboss.solder.reflection.Reflections
Extract any qualifiers from the set of annotations
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.
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 interface org.jboss.solder.resourceLoader.ResourceLoader
Get the URL for a resource.
getResourceAsStream(String) - Method in interface org.jboss.solder.resourceLoader.ResourceLoader
Get the InputStream for a resource.
getResources(String) - Method in interface org.jboss.solder.resourceLoader.ResourceLoader
Get the URLs known to all resource loaders for a given name.
getResourcesAsStream(String) - Method in interface org.jboss.solder.resourceLoader.ResourceLoader
Get the input streams known to all resource loaders for a given name.
getResponse() - Method in class org.jboss.solder.servlet.http.HttpServletRequestContext
 
getResponse() - Method in class org.jboss.solder.servlet.ServletRequestContext
 
getRunningTime() - Method in class org.jboss.solder.servlet.WebApplication
 
getServerInfo() - Method in class org.jboss.solder.servlet.WebApplication
 
getServletContext() - Method in class org.jboss.solder.servlet.ServletRequestContext
 
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
 
getThrowable() - Method in class org.jboss.solder.exception.control.ExceptionStackItem
 
getThrowNewException() - Method in class org.jboss.solder.exception.control.CaughtException
 
getTraversalMode() - Method in interface org.jboss.solder.exception.control.HandlerMethod
Obtains the direction of the traversal path the handler will be listening.
getTypeClosure() - Method in class org.jboss.solder.reflection.HierarchyDiscovery
 

H

handled() - Method in class org.jboss.solder.exception.control.CaughtException
Instructs the dispatcher to terminate additional handler processing and mark the event as handled.
HandlerMethod<T extends Throwable> - Interface in org.jboss.solder.exception.control
Meta data interface about an exception handler.
HandlerMethodContainer - Interface in org.jboss.solder.exception.control
Injectable container to support programmatic registration of HandlerMethod instances.
Handles - Annotation Type in org.jboss.solder.exception.control
Marker annotation for a method to be considered an Exception Handler.
HandlesExceptions - Annotation Type in org.jboss.solder.exception.control
Marker for types containing Exception Handler methods.
HandlesExceptionsLiteral - Class in org.jboss.solder.exception.control.literal
Annotation literal for HandlesExceptions.
hashCode() - Method in class org.jboss.solder.exception.control.ExceptionStackItem
 
hashCode() - Method in interface org.jboss.solder.exception.control.HandlerMethod
 
hashCode() - Method in class org.jboss.solder.reflection.ParameterizedTypeImpl
 
hashCode() - Method in class org.jboss.solder.servlet.ServletRequestContext
 
hashCode() - Method in class org.jboss.solder.servlet.WebApplication
 
header(String, Object...) - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
 
header(boolean, String, Object...) - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
 
HeaderParam - Annotation Type in org.jboss.solder.servlet.http
Qualifies injection points that should have their values fetched from a corresponding HTTP header.
HeaderParamLiteral - Class in org.jboss.solder.servlet.http.literal
 
HeaderParamLiteral() - Constructor for class org.jboss.solder.servlet.http.literal.HeaderParamLiteral
 
HeaderParamLiteral(String) - Constructor for class org.jboss.solder.servlet.http.literal.HeaderParamLiteral
 
HierarchyDiscovery - Class in org.jboss.solder.reflection
Utility class for resolving all bean types from a given type.
HierarchyDiscovery(Type) - Constructor for class org.jboss.solder.reflection.HierarchyDiscovery
 
HIGH - Static variable in class org.jboss.solder.exception.control.Precedence
 
HttpMethod - Annotation Type in org.jboss.solder.servlet.event
Qualifies observer methods to select HTTP lifecycle events for a particular HTTP method.
HttpMethodLiteral - Class in org.jboss.solder.servlet.event.literal
 
HttpMethodLiteral(String) - Constructor for class org.jboss.solder.servlet.event.literal.HttpMethodLiteral
 
HttpServletRequestContext - Class in org.jboss.solder.servlet.http
Encapsulates the HttpServletRequest and HttpServletResponse for the current request and dually provides access to the ServletContext and HttpSession, which are accessed from the HttpServletRequest object.
HttpServletRequestContext() - Constructor for class org.jboss.solder.servlet.http.HttpServletRequestContext
 
HttpServletRequestContext(ServletRequest, ServletResponse) - Constructor for class org.jboss.solder.servlet.http.HttpServletRequestContext
 
HttpServletRequestContext(ServletRequest) - Constructor for class org.jboss.solder.servlet.http.HttpServletRequestContext
 
HttpServletRequestContext(HttpServletRequest, HttpServletResponse) - Constructor for class org.jboss.solder.servlet.http.HttpServletRequestContext
 
HttpServletRequestContext(HttpServletRequest) - Constructor for class org.jboss.solder.servlet.http.HttpServletRequestContext
 
HttpSessionStatus - Class in org.jboss.solder.servlet.http
A helper bean that can be injected to check the status of the HttpSession and acquiring it
HttpSessionStatus() - Constructor for class org.jboss.solder.servlet.http.HttpSessionStatus
 

I

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.
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
 
InjectLiteral - Class in org.jboss.solder.literal
 
InjectLiteral() - Constructor for class org.jboss.solder.literal.InjectLiteral
 
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.InjectLiteral
 
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.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
 
invoke(Object, Method, Object[]) - Method in class org.jboss.solder.logging.MessageLoggerInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.jboss.solder.messages.MessageBundleInvocationHandler
 
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 class org.jboss.solder.servlet.http.HttpSessionStatus
Checks whether there is an active HttpSession associated with the current request.
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.
isDepthFirstTraversal() - Method in class org.jboss.solder.exception.control.CaughtException
 
isEnabled(Logger.Level) - Method in class org.jboss.solder.logging.Logger
Check to see if the specified level is enabled for this logger.
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 Seam Catch.
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.
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
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
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(Member) - Static method in class org.jboss.solder.reflection.Reflections
 
isTypeBounded(Type, Type[], Type[]) - Static method in class org.jboss.solder.reflection.Reflections
 
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 class org.jboss.solder.util.service.ServiceLoader
Lazily loads the available providers of this loader's service.

L

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.
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.
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
 

M

mark(String) - Method in interface org.jboss.solder.exception.filter.StackFrame
Sets a mark on a particular stack element.
markHandled() - Method in class org.jboss.solder.exception.control.CaughtException
Default instruction to dispatcher, continues handler processing.
matches(Class<?>, Type[], Class<?>, Type[]) - Static method in class org.jboss.solder.reflection.Reflections
 
matches(Type, Set<? extends Type>) - Static method in class org.jboss.solder.reflection.Reflections
 
matches(Type, Type) - Static method in class org.jboss.solder.reflection.Reflections
 
matches(Class<?>, Type[], Type) - Static method in class org.jboss.solder.reflection.Reflections
 
matches(Set<Type>, Set<Type>) - Static method in class org.jboss.solder.reflection.Reflections
Check whether whether any of the types1 matches a type in types2
Message - Annotation Type in org.jboss.solder.messages
Assigns a message string to a resource method.
Message.Format - Enum in org.jboss.solder.messages
The possible format types.
MessageBundle - Annotation Type in org.jboss.solder.messages
Signify that an interface is a message bundle interface.
MessageBundleInvocationHandler - Class in org.jboss.solder.messages
 
MessageBundleInvocationHandler(String) - Constructor for class org.jboss.solder.messages.MessageBundleInvocationHandler
 
MessageBundleInvocationHandler(Class<?>) - Constructor for class org.jboss.solder.messages.MessageBundleInvocationHandler
 
MessageBundleInvocationHandler(MessageBundle) - Constructor for class org.jboss.solder.messages.MessageBundleInvocationHandler
 
MessageBundleLiteral - Class in org.jboss.solder.literal
 
MessageBundleLiteral() - Constructor for class org.jboss.solder.literal.MessageBundleLiteral
 
MessageLogger - Annotation Type in org.jboss.solder.logging
Signify that an interface is a typed logger interface.
MessageLoggerInvocationHandler - Class in org.jboss.solder.logging
 
MessageLoggerInvocationHandler(Class<?>, String) - Constructor for class org.jboss.solder.logging.MessageLoggerInvocationHandler
 
Messages - Class in org.jboss.solder.messages
A factory class to produce message bundle implementations.
methodExists(Class<?>, String) - Static method in class org.jboss.solder.reflection.Reflections
Determine if a method exists in a specified class hierarchy
mirror() - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
 
ModelLiteral - Class in org.jboss.solder.literal
 
ModelLiteral() - Constructor for class org.jboss.solder.literal.ModelLiteral
 

N

NamedLiteral - Class in org.jboss.solder.literal
 
NamedLiteral() - Constructor for class org.jboss.solder.literal.NamedLiteral
 
NamedLiteral(String) - Constructor for class org.jboss.solder.literal.NamedLiteral
 
NewLiteral - Class in org.jboss.solder.literal
 
NewLiteral(Class<?>) - Constructor for class org.jboss.solder.literal.NewLiteral
 
NON_PASSIVATING_INSTANCE - Static variable in class org.jboss.solder.literal.NormalScopeLiteral
 
NonbindingLiteral - Class in org.jboss.solder.literal
 
NonbindingLiteral() - Constructor for class org.jboss.solder.literal.NonbindingLiteral
 
NONE - Static variable in annotation type org.jboss.solder.messages.Message
Indicates that this message has no ID.
NormalScopeLiteral - Class in org.jboss.solder.literal
 
notify(CaughtException<T>, BeanManager) - Method in interface org.jboss.solder.exception.control.HandlerMethod
Calls the handler method, passing the given event object.
notifyObserver() - Method in class org.jboss.solder.literal.ObservesLiteral
 
NullMemberException - Exception in org.jboss.solder.reflection
Exception thrown when a annotation is created with a null value for one of the members.
NullMemberException(Class<?>, Method, String) - Constructor for exception org.jboss.solder.reflection.NullMemberException
 

O

ObservesLiteral - Class in org.jboss.solder.literal
 
ObservesLiteral(TransactionPhase, Reception, Reception) - Constructor for class org.jboss.solder.literal.ObservesLiteral
 
org.jboss.solder.bean.defaultbean - package org.jboss.solder.bean.defaultbean
 
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.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
 
org.jboss.solder.exception.control - package org.jboss.solder.exception.control
An extensible exception handling handling framework.
org.jboss.solder.exception.control.literal - package org.jboss.solder.exception.control.literal
Annotation literals for Seam Catch.
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 Seam Solder.
org.jboss.solder.logging - package org.jboss.solder.logging
Seam 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
Seam Solder provides injectable typed message bundles (suitable for internationalization and localization)
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.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.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.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.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.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 Seam Solder
org.jboss.solder.util.service - package org.jboss.solder.util.service
The Java 6 ServiceLoader for use in Java SE 5.

P

param(String, Object...) - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
 
param(boolean, String, Object...) - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
 
ParameterConverter<I> - Interface in org.jboss.solder.messages
A converter for a specific parameter type.
ParameterizedTypeImpl - Class in org.jboss.solder.reflection
 
ParameterizedTypeImpl(Type, Type[], Type) - Constructor for class org.jboss.solder.reflection.ParameterizedTypeImpl
 
passivating() - Method in class org.jboss.solder.literal.NormalScopeLiteral
 
PASSIVATING_INSTANCE - Static variable in class org.jboss.solder.literal.NormalScopeLiteral
 
Path - Annotation Type in org.jboss.solder.servlet.event
Qualifies observer methods to select HTTP lifecycle events for a particular Servlet path.
PathLiteral - Class in org.jboss.solder.servlet.event.literal
 
PathLiteral(String) - Constructor for class org.jboss.solder.servlet.event.literal.PathLiteral
 
Precedence - Class in org.jboss.solder.exception.control
List of possible precedence values.
Precedence() - Constructor for class org.jboss.solder.exception.control.Precedence
 
PrimitiveTypes - Class in org.jboss.solder.reflection
Contains static utility methods for boxing and unboxing primitive types and their corresponding wrapper types.
process(StackFrame) - Method in interface org.jboss.solder.exception.filter.StackFrameFilter
Defines logic about how to filter the given frame.
ProducesLiteral - Class in org.jboss.solder.literal
 
ProducesLiteral() - Constructor for class org.jboss.solder.literal.ProducesLiteral
 
projectCode() - Method in class org.jboss.solder.literal.MessageBundleLiteral
 

R

receive() - Method in class org.jboss.solder.literal.ObservesLiteral
 
redirect() - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
 
redirect(String) - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
 
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.
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 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.
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
 
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
 
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 Seam Solder
Resource - Annotation Type in org.jboss.solder.resourceLoader
An injection point qualifier that may be used to specify a resource to inject.
ResourceLiteral - Class in org.jboss.solder.literal
 
ResourceLiteral(String) - Constructor for class org.jboss.solder.literal.ResourceLiteral
 
ResourceLoader - Interface in org.jboss.solder.resourceLoader
A ResourceLoader is a pluggable contract for loading resources.
ResourceProvider - Class in org.jboss.solder.resourceLoader
The ResourceProvider allows dynamic loading of managed resources.
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.
run() - Method in class org.jboss.solder.reflection.SetAccessiblePriviligedAction
 

S

seeOther(String) - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
 
send() - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
 
SendErrorPage - Annotation Type in org.jboss.solder.servlet.exception.handler
 
SendHttpError - Annotation Type in org.jboss.solder.servlet.exception.handler
 
ServerInfo - Annotation Type in org.jboss.solder.servlet
Qualifies the server info string.
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.
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
 
SessionScopedLiteral - Class in org.jboss.solder.literal
 
SessionScopedLiteral() - Constructor for class org.jboss.solder.literal.SessionScopedLiteral
 
setAccessible(A) - Static method in class org.jboss.solder.reflection.Reflections
Set the accessibility flag on the AccessibleObject as described in AccessibleObject.setAccessible(boolean) within the context of a PrivilegedAction.
SetAccessiblePriviligedAction - Class in org.jboss.solder.reflection
A PrivilegedAction that calls AccessibleObject.setAccessible(boolean)
SetAccessiblePriviligedAction(AccessibleObject) - Constructor for class org.jboss.solder.reflection.SetAccessiblePriviligedAction
 
setCauseElements(Collection<Throwable>) - Method in class org.jboss.solder.exception.control.ExceptionStack
 
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
 
setMessage(String) - Method in class org.jboss.solder.exception.control.ExceptionResponse
 
setStackTraceElement(StackTraceElement) - Method in interface org.jboss.solder.exception.filter.StackFrame
Change the StackTraceElement for this frame.
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
Valid returns types for a StackFrameFilter.process(StackFrame).
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
 
StereotypeLiteral - Class in org.jboss.solder.literal
 
StereotypeLiteral() - Constructor for class org.jboss.solder.literal.StereotypeLiteral
 
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).
System - Annotation Type in org.jboss.solder.core
Qualifier annotation provided access to system property values.

T

temporaryRedirect(String) - Method in interface org.jboss.solder.servlet.http.RedirectBuilder
 
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.exception.control.ExceptionStackItem
 
toString() - Method in class org.jboss.solder.reflection.ParameterizedTypeImpl
 
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.
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
 
Types - Class in org.jboss.solder.reflection
Utility class for Types
Types() - Constructor for class org.jboss.solder.reflection.Types
 

U

unbox(Class<T>) - Static method in class org.jboss.solder.reflection.PrimitiveTypes
Returns the corresponding primitive type of type if it is a wrapper type; otherwise returns type itself.
unmute() - Method in class org.jboss.solder.exception.control.CaughtException
Instructs the dispatcher to allow this handler to be invoked again.
Unwraps - Annotation Type in org.jboss.solder.unwraps
Identifies a stateless producer method where each method invocation on the produced object will cause the annotated method to be invoked to produce the object.
UnwrapsLiteral - Class in org.jboss.solder.literal
 
UnwrapsLiteral() - Constructor for class org.jboss.solder.literal.UnwrapsLiteral
 

V

value() - Method in class org.jboss.solder.literal.ExactLiteral
 
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.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.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.
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 - 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
 

W

warn(Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of WARN.
warn(Object, Throwable) - Method in class org.jboss.solder.logging.Logger
Issue a log message and throwable with a level of WARN.
warn(String, Object, Throwable) - Method in class org.jboss.solder.logging.Logger
Issue a log message and throwable with a level of WARN and a specific logger class name.
warn(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 WARN.
warnf(String, Object...) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(String, Object) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(String, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a formatted log message with a level of WARN.
warnv(String, Object...) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(String, Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(String, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(Throwable, String, Object...) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(Throwable, String, Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(Throwable, String, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
warnv(Throwable, String, Object, Object, Object) - Method in class org.jboss.solder.logging.Logger
Issue a log message with a level of WARN using MessageFormat-style formatting.
WebApplication - Class in org.jboss.solder.servlet
Information about the current web application.
WebApplication(ServletContext) - Constructor for class org.jboss.solder.servlet.WebApplication
 
WebApplication(String, String, String) - Constructor for class org.jboss.solder.servlet.WebApplication
 
WebRequest - Annotation Type in org.jboss.solder.servlet
A qualifier used to distinguish resources (such as exception handlers) that are appropriate for an HTTP request not handled by a more specific Servlet (such as JAX-RS or JSF).
WebRequestLiteral - Class in org.jboss.solder.servlet.literal
 
WebRequestLiteral() - Constructor for class org.jboss.solder.servlet.literal.WebRequestLiteral
 
WillPassivate - Annotation Type in org.jboss.solder.servlet.event
Qualifies observer method parameters to select events that fire when HTTP sessions are passivated.
WillPassivateLiteral - Class in org.jboss.solder.servlet.event.literal
 
WillPassivateLiteral() - Constructor for class org.jboss.solder.servlet.event.literal.WillPassivateLiteral
 

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

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