com.opensymphony.xwork2.inject
Class ConstructionContext.DelegatingInvocationHandler<T>
java.lang.Object
com.opensymphony.xwork2.inject.ConstructionContext.DelegatingInvocationHandler<T>
- All Implemented Interfaces:
- InvocationHandler
- Enclosing class:
- ConstructionContext<T>
static class ConstructionContext.DelegatingInvocationHandler<T>
- extends Object
- implements InvocationHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
T delegate
ConstructionContext.DelegatingInvocationHandler
ConstructionContext.DelegatingInvocationHandler()
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
setDelegate
void setDelegate(T delegate)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.