org.apache.tapestry5.services
Interface ComponentMethodInvocation

All Superinterfaces:
ComponentResourcesAware, Invocation

Deprecated. Deprecated in 5.3

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.

See Also:
PlasticClass, PlasticMethod, MethodAdvice, MethodInvocation

Method Summary
 Component getInstance()
          Deprecated. Returns the component instance containing the advised method.
 
Methods inherited from interface org.apache.tapestry5.ioc.Invocation
getMethodAnnotation, getMethodName, getParameter, getParameterCount, getParameterType, getResult, getResultType, getThrown, isFail, override, overrideResult, overrideThrown, proceed, rethrow
 
Methods inherited from interface org.apache.tapestry5.runtime.ComponentResourcesAware
getComponentResources
 

Method Detail

getInstance

Component getInstance()
Deprecated. 
Returns the component instance containing the advised method.

Since:
5.2.0


Copyright © 2003-2012 The Apache Software Foundation.