com.opensymphony.xwork2.inject
Class ContainerImpl.MethodInjector
java.lang.Object
com.opensymphony.xwork2.inject.ContainerImpl.MethodInjector
- All Implemented Interfaces:
- ContainerImpl.Injector, Serializable
- Enclosing class:
- ContainerImpl
static class ContainerImpl.MethodInjector
- extends Object
- implements ContainerImpl.Injector
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
method
final Method method
parameterInjectors
final ContainerImpl.ParameterInjector<?>[] parameterInjectors
ContainerImpl.MethodInjector
public ContainerImpl.MethodInjector(ContainerImpl container,
Method method,
String name)
throws ContainerImpl.MissingDependencyException
- Throws:
ContainerImpl.MissingDependencyException
inject
public void inject(InternalContext context,
Object o)
- Specified by:
inject
in interface ContainerImpl.Injector
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.