org.apache.tapestry5.internal.plastic
Class MethodInvocationBundle
java.lang.Object
org.apache.tapestry5.internal.plastic.MethodInvocationBundle
public class MethodInvocationBundle
- extends java.lang.Object
Bundles together the fixed (same for all instances) information needed by a MethodInvocationBundle
.
Method Summary |
java.lang.reflect.Method |
getMethod(java.lang.Object instance)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
className
public final java.lang.String className
methodDescription
public final MethodDescription methodDescription
advice
public final MethodAdvice[] advice
MethodInvocationBundle
public MethodInvocationBundle(java.lang.String className,
MethodDescription methodDescription,
MethodAdvice[] advice)
getMethod
public java.lang.reflect.Method getMethod(java.lang.Object instance)
Copyright © 2003-2012 The Apache Software Foundation.