Seam Core JSF2 2.3.5.Final-redhat-1
-
- All Implemented Interfaces:
- InvocationHandler
public class DelegatingInvocationHandler<T>
extends Object
implements InvocationHandler
An InvocationHandler implementation that delegates method invocations to a specified object,
optionally allowing the method to be overridden locally.
- Author:
- Shane Bryzak
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDelegate
public T getDelegate()
Seam Core JSF2 2.3.5.Final-redhat-1
Copyright © 2015 Seam Framework. All Rights Reserved.