Uses of Interface
org.jboss.seam.solder.reflection.annotated.ParameterValueRedefiner

Packages that use ParameterValueRedefiner
org.jboss.seam.exception.control An extensible exception handling handling framework. 
org.jboss.seam.solder.reflection.annotated A collection of base classes and builders for working with AnnotatedType metadata objects. 
 

Uses of ParameterValueRedefiner in org.jboss.seam.exception.control
 

Classes in org.jboss.seam.exception.control that implement ParameterValueRedefiner
 class OutboundParameterValueRedefiner
          Redefiner allowing to inject a non contextual instance of CaughtException into the first parameter.
 

Uses of ParameterValueRedefiner in org.jboss.seam.solder.reflection.annotated
 

Methods in org.jboss.seam.solder.reflection.annotated with parameters of type ParameterValueRedefiner
<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 © 2011 Seam Framework. All Rights Reserved.