org.apache.tapestry5.internal.services
Class ComponentMethodInvocationInfo
java.lang.Object
org.apache.tapestry5.internal.services.ComponentMethodInvocationInfo
public class ComponentMethodInvocationInfo
- extends Object
A companion to AbstractComponentMethodInvocation that stores most of
the method and advice information needed.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentMethodInvocationInfo
public ComponentMethodInvocationInfo(TransformMethodSignature methodSignature,
ComponentClassCache componentClassCache)
getMethodName
public String getMethodName()
getResultType
public Class getResultType()
getEffectiveResultType
public Class getEffectiveResultType()
getParameterCount
public int getParameterCount()
getParameterType
public Class getParameterType(int index)
getAdviceCount
public int getAdviceCount()
getAdvice
public ComponentMethodAdvice getAdvice(int index)
addAdvice
public void addAdvice(ComponentMethodAdvice advice)
getExceptionTypes
public Class[] getExceptionTypes()
getExceptionType
public Class getExceptionType(int index)
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.