Package org.apache.tapestry5.ioc.def
Interface ServiceDef2
- All Superinterfaces:
ServiceDef
- All Known Subinterfaces:
ServiceDef3
- All Known Implementing Classes:
ServiceDefImpl
,SpringBeanServiceDef
Extension to
ServiceDef
containing new methods added for Tapestry 5.1.
Tapestry 5.3 added ServiceDef3
.-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if the service should not be decorated.Methods inherited from interface org.apache.tapestry5.ioc.def.ServiceDef
createServiceCreator, getMarkers, getServiceId, getServiceInterface, getServiceScope, isEagerLoad
-
Method Details
-
isPreventDecoration
boolean isPreventDecoration()Returns true if the service should not be decorated. Most services allow decoration, unless thePreventServiceDecoration
annotation is present.
-