org.apache.tapestry5.services
Interface ComponentMethodInvocation

All Superinterfaces:
ComponentResourcesAware, Invocation
All Known Implementing Classes:
AbstractComponentMethodInvocation

public interface ComponentMethodInvocation
extends Invocation, ComponentResourcesAware

Encapsulates the parameters, thrown exceptions, and result of a method invocation, allowing a ComponentMethodAdvice to encapsulate the invocation. Extends Invocation with the ComponentResources of the component for which a method is being advised.


Method Summary
 
Methods inherited from interface org.apache.tapestry5.ioc.Invocation
getMethodName, getParameter, getParameterCount, getParameterType, getResult, getResultType, getThrown, isFail, override, overrideResult, overrideThrown, proceed
 
Methods inherited from interface org.apache.tapestry5.runtime.ComponentResourcesAware
getComponentResources
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.