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 aMethodInvocationBundle
.
-
-
Field Summary
Fields Modifier and Type Field Description MethodAdvice[]
advice
java.lang.String
className
MethodDescription
methodDescription
-
Constructor Summary
Constructors Constructor Description MethodInvocationBundle(java.lang.String className, MethodDescription methodDescription, MethodAdvice[] advice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.Method
getMethod(java.lang.Object instance)
-
-
-
Field Detail
-
className
public final java.lang.String className
-
methodDescription
public final MethodDescription methodDescription
-
advice
public final MethodAdvice[] advice
-
-
Constructor Detail
-
MethodInvocationBundle
public MethodInvocationBundle(java.lang.String className, MethodDescription methodDescription, MethodAdvice[] advice)
-
-
Method Detail
-
getMethod
public java.lang.reflect.Method getMethod(java.lang.Object instance)
-
-