Package | Description |
---|---|
org.jboss.solder.exception.control |
An extensible exception handling handling framework.
|
org.jboss.solder.reflection.annotated |
A collection of base classes and builders for working with
AnnotatedType
metadata objects. |
Modifier and Type | Class and Description |
---|---|
class |
OutboundParameterValueRedefiner
Redefiner allowing to inject a non contextual instance of
CaughtException into the first parameter. |
Modifier and Type | Method and Description |
---|---|
<T> T |
InjectableMethod.invoke(Object receiver,
javax.enterprise.context.spi.CreationalContext<T> creationalContext,
ParameterValueRedefiner redefinition)
Invoke the method, calling the parameter redefiner for each parameter,
allowing the caller to override the default value obtained via the CDI
type safe resolver.
|
Copyright © 2008–2013 Seam Framework. All rights reserved.