Class LazyAdvisorImpl
- java.lang.Object
-
- org.apache.tapestry5.ioc.internal.services.LazyAdvisorImpl
-
- All Implemented Interfaces:
LazyAdvisor
@PreventServiceDecoration public class LazyAdvisorImpl extends Object implements LazyAdvisor
-
-
Constructor Summary
Constructors Constructor Description LazyAdvisorImpl(ThunkCreator thunkCreator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLazyMethodInvocationAdvice(MethodAdviceReceiver methodAdviceReceiver)
-
-
-
Constructor Detail
-
LazyAdvisorImpl
public LazyAdvisorImpl(ThunkCreator thunkCreator)
-
-
Method Detail
-
addLazyMethodInvocationAdvice
public void addLazyMethodInvocationAdvice(MethodAdviceReceiver methodAdviceReceiver)
- Specified by:
addLazyMethodInvocationAdvice
in interfaceLazyAdvisor
-
-