org.apache.tapestry5.ioc.internal
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
resourcesDefaults
protected final Map<Class,Object> resourcesDefaults
method
protected final Method method
serviceInterface
protected final Class serviceInterface
serviceId
protected final String serviceId
AbstractMethodInvokingInstrumenter
public AbstractMethodInvokingInstrumenter(ModuleBuilderSource moduleSource,
Method method,
ServiceResources resources,
PlasticProxyFactory proxyFactory)
toString
public String toString()
- Overrides:
toString
in class Object
invoke
protected Object invoke(InjectionResources injectionResources)
Copyright © 2003-2012 The Apache Software Foundation.