Class MethodInvocationBundle
- java.lang.Object
-
- org.apache.tapestry5.internal.plastic.MethodInvocationBundle
-
public class MethodInvocationBundle extends Object
Bundles together the fixed (same for all instances) information needed by aMethodInvocationBundle
.
-
-
Field Summary
Fields Modifier and Type Field Description MethodAdvice[]
advice
String
className
MethodDescription
methodDescription
-
Constructor Summary
Constructors Constructor Description MethodInvocationBundle(String className, MethodDescription methodDescription, MethodAdvice[] advice)
-
-
-
Field Detail
-
methodDescription
public final MethodDescription methodDescription
-
advice
public final MethodAdvice[] advice
-
-
Constructor Detail
-
MethodInvocationBundle
public MethodInvocationBundle(String className, MethodDescription methodDescription, MethodAdvice[] advice)
-
-