|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ioc.internal.services.MethodInfo
public class MethodInfo
Used by AdvisedMethodInvocationBuilder to track the method being
invoked, and the list of MethodAdvice associated with the method.
| Constructor Summary | |
|---|---|
MethodInfo(java.lang.reflect.Method method)
|
|
| Method Summary | |
|---|---|
MethodAdvice |
getAdvice(int index)
|
int |
getAdviceCount()
|
java.lang.reflect.Method |
getMethod()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodInfo(java.lang.reflect.Method method)
| Method Detail |
|---|
public int getAdviceCount()
public MethodAdvice getAdvice(int index)
public java.lang.reflect.Method getMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||