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