Class AbstractMethodInvokingInstrumenter
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
 
 
- 
- Direct Known Subclasses:
 ServiceAdvisorImpl,ServiceDecoratorImpl
public class AbstractMethodInvokingInstrumenter extends Object
Base class for service decorators and service advisors that work by invoking a module method.- Since:
 - 5.1.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected Methodmethodprotected Map<Class,Object>resourcesDefaultsprotected StringserviceIdprotected ClassserviceInterface 
- 
Constructor Summary
Constructors Constructor Description AbstractMethodInvokingInstrumenter(ModuleBuilderSource moduleSource, Method method, ServiceResources resources, PlasticProxyFactory proxyFactory) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Objectinvoke(InjectionResources injectionResources)StringtoString() 
 - 
 
- 
- 
Field Detail
- 
resourcesDefaults
protected final Map<Class,Object> resourcesDefaults
 
- 
serviceInterface
protected final Class serviceInterface
 
 - 
 
- 
Constructor Detail
- 
AbstractMethodInvokingInstrumenter
public AbstractMethodInvokingInstrumenter(ModuleBuilderSource moduleSource, Method method, ServiceResources resources, PlasticProxyFactory proxyFactory)
 
 - 
 
 -