| java.lang.Object org.strecks.injection.internal.InjectionWrapper
InjectionWrapper | public class InjectionWrapper (Code) | | Wraps a set of InjectionHandler instances which, using annotations, have been
associated with the target class's setter method. More than one injection handler can be assigned
to a method. In this case, all of the injection handlers will be called until one returns a
non-null object.
author: Phil Zoio |
inject | public boolean inject(Object action, ActionContext injectionContext)(Code) | | Retrieves the required object from the request using the configured input handling strategy,
then applies it to the target object
true if object set was not null, false otherwise |
|
|