- 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
-
- 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 Solder 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).
- 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.
- 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.
- 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).
- 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 interface 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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 interface org.jboss.solder.servlet.webxml.WebXmlLocator
-
Returns the guessed location of web.xml
.
- 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
-
- 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.
- 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 Solder 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.
- 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.
- LoggingClass - Annotation Type in org.jboss.solder.logging
-
Mark a parameter as specifying the name of the logging class to use.
- 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
-
- 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 Solder 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 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.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.servlet.resource - package org.jboss.solder.servlet.resource
-
- org.jboss.solder.servlet.webxml - package org.jboss.solder.servlet.webxml
-
- 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.service - package org.jboss.solder.util.service
-
The Java 6 ServiceLoader for use in Java SE 5.
- 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
-
- 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
-
- 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
-
- WebResourceLocationProvider - Interface in org.jboss.solder.servlet.resource
-
SPI for finding the location of web resources without using ServletContext
.
- WebResourceLocator - Class in org.jboss.solder.servlet.resource
-
A utility for classes that need to access web resources.
- WebResourceLocator() - Constructor for class org.jboss.solder.servlet.resource.WebResourceLocator
-
- WebXmlLocator - Interface in org.jboss.solder.servlet.webxml
-
SPI for finding the location of web.xml
.
- 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
-