org.apache.tapestry5.internal.plastic
Class MethodInvocationBundle

java.lang.Object
  extended by org.apache.tapestry5.internal.plastic.MethodInvocationBundle

public class MethodInvocationBundle
extends Object

Bundles together the fixed (same for all instances) information needed by a MethodInvocationBundle.


Field Summary
 MethodAdvice[] advice
           
 String className
           
 MethodDescription methodDescription
           
 
Constructor Summary
MethodInvocationBundle(String className, MethodDescription methodDescription, MethodAdvice[] advice)
           
 
Method Summary
 Method getMethod(Object instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

public final String className

methodDescription

public final MethodDescription methodDescription

advice

public final MethodAdvice[] advice
Constructor Detail

MethodInvocationBundle

public MethodInvocationBundle(String className,
                              MethodDescription methodDescription,
                              MethodAdvice[] advice)
Method Detail

getMethod

public Method getMethod(Object instance)


Copyright © 2003-2012 The Apache Software Foundation.