Uses of Interface
org.apache.tapestry5.ioc.internal.ServiceDefAccumulator
-
Packages that use ServiceDefAccumulator Package Description org.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. -
-
Uses of ServiceDefAccumulator in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement ServiceDefAccumulator Modifier and Type Class Description class
DefaultModuleDefImpl
Starting from the Class for a module, identifies all the services (service builder methods), decorators (service decorator methods) and (not yet implemented) contributions (service contributor methods).Constructors in org.apache.tapestry5.ioc.internal with parameters of type ServiceDefAccumulator Constructor Description ServiceBinderImpl(ServiceDefAccumulator accumulator, java.lang.reflect.Method bindMethod, PlasticProxyFactory proxyFactory, java.util.Set<java.lang.Class> defaultMarkers, boolean moduleDefaultPreventDecoration)
-