Uses of Class
org.apache.tapestry5.ioc.annotations.PreventServiceDecoration
-
Packages that use PreventServiceDecoration Package Description org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.org.apache.tapestry5.ioc.modules -
-
Uses of PreventServiceDecoration in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services with annotations of type PreventServiceDecoration Modifier and Type Class Description class
AspectDecoratorImpl
class
ExceptionTrackerImpl
class
LazyAdvisorImpl
class
LoggingAdvisorImpl
class
LoggingDecoratorImpl
class
MasterObjectProviderImpl
class
OperationAdvisorImpl
class
ServiceOverrideImpl
class
UpdateListenerHubImpl
-
Uses of PreventServiceDecoration in org.apache.tapestry5.ioc.modules
Methods in org.apache.tapestry5.ioc.modules with annotations of type PreventServiceDecoration Modifier and Type Method Description static ServiceLifecycleSource
TapestryIOCModule. build(Map<String,ServiceLifecycle> configuration)
Provides access to additional service lifecycles.
-