com.opensymphony.xwork2.inject
Class ConstructionContext.DelegatingInvocationHandler<T>

java.lang.Object
  extended by com.opensymphony.xwork2.inject.ConstructionContext.DelegatingInvocationHandler<T>
All Implemented Interfaces:
InvocationHandler
Enclosing class:
ConstructionContext<T>

static class ConstructionContext.DelegatingInvocationHandler<T>
extends Object
implements InvocationHandler


Field Summary
(package private)  T delegate
           
 
Constructor Summary
ConstructionContext.DelegatingInvocationHandler()
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
(package private)  void setDelegate(T delegate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delegate

T delegate
Constructor Detail

ConstructionContext.DelegatingInvocationHandler

ConstructionContext.DelegatingInvocationHandler()
Method Detail

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.