Uses of Interface
org.apache.tapestry5.ioc.def.DecoratorDef
Packages that use DecoratorDef
Package
Description
[INTERNAL USE ONLY] support classes for the Spring IOC; API subject to change
Tapestry IOC service definitions
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
-
Uses of DecoratorDef in org.apache.tapestry5.http.internal
Methods in org.apache.tapestry5.http.internal that return types with arguments of type DecoratorDef -
Uses of DecoratorDef in org.apache.tapestry5.internal.spring
Methods in org.apache.tapestry5.internal.spring that return types with arguments of type DecoratorDef -
Uses of DecoratorDef in org.apache.tapestry5.ioc.def
Subinterfaces of DecoratorDef in org.apache.tapestry5.ioc.defModifier and TypeInterfaceDescriptioninterface
Extended version ofDecoratorDef
introduced to determine any module method annotated withDecorate
as a decorator method.Methods in org.apache.tapestry5.ioc.def that return types with arguments of type DecoratorDefModifier and TypeMethodDescriptionModuleDef.getDecoratorDefs()
Returns all the decorator definitions built/provided by this module. -
Uses of DecoratorDef in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement DecoratorDefMethods in org.apache.tapestry5.ioc.internal that return types with arguments of type DecoratorDefModifier and TypeMethodDescriptionModule.findMatchingDecoratorDefs
(ServiceDef serviceDef) Iterates over any decorator definitions defined by the module and returns those that apply to the provided service definition.ModuleImpl.findMatchingDecoratorDefs
(ServiceDef serviceDef) DefaultModuleDefImpl.getDecoratorDefs()
-
Uses of DecoratorDef in org.apache.tapestry5.ioc.internal.util
Methods in org.apache.tapestry5.ioc.internal.util with parameters of type DecoratorDefModifier and TypeMethodDescriptionstatic DecoratorDef2
InternalUtils.toDecoratorDef2
(DecoratorDef decorator) -
Uses of DecoratorDef in org.apache.tapestry5.ioc.test
Methods in org.apache.tapestry5.ioc.test that return DecoratorDefModifier and TypeMethodDescriptionprotected final DecoratorDef
IOCTestCase.mockDecoratorDef()
Deprecated.Methods in org.apache.tapestry5.ioc.test with parameters of type DecoratorDefModifier and TypeMethodDescriptionprotected final void
IOCTestCase.train_matches
(DecoratorDef decoratorDef, ServiceDef serviceDef, boolean matches) Deprecated.