org.apache.tapestry5.ioc.internal.services
Class MethodInfo
java.lang.Object
org.apache.tapestry5.ioc.internal.services.MethodInfo
public class MethodInfo
- extends Object
Used by AdvisedMethodInvocationBuilder to track the method being
invoked, and the list of MethodAdvice associated with the method.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInfo
public MethodInfo(Method method)
getAdviceCount
public int getAdviceCount()
getAdvice
public MethodAdvice getAdvice(int index)
getMethod
public Method getMethod()
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.