|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
org.apache.tapestry5.ioc.internal.ServiceDecoratorImpl
public class ServiceDecoratorImpl
A wrapper around a decorator method.
| Field Summary |
|---|
| Fields inherited from class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter |
|---|
method, resourcesDefaults, serviceId, serviceInterface |
| Constructor Summary | |
|---|---|
ServiceDecoratorImpl(java.lang.reflect.Method method,
ModuleBuilderSource moduleSource,
ServiceResources resources,
ClassFactory classFactory)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createInterceptor(java.lang.Object delegate)
Creates a new interceptor object implementing the same service interface as the delegate object. |
| Methods inherited from class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter |
|---|
invoke, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceDecoratorImpl(java.lang.reflect.Method method,
ModuleBuilderSource moduleSource,
ServiceResources resources,
ClassFactory classFactory)
| Method Detail |
|---|
public java.lang.Object createInterceptor(java.lang.Object delegate)
ServiceDecorator
createInterceptor in interface ServiceDecoratordelegate - an existing object implementing the service interface.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||