Uses of Interface
org.apache.tapestry5.ioc.AdvisorDef
Packages that use AdvisorDef
Package
Description
A code-centric, high-performance, simple Inversion of Control container
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 AdvisorDef in org.apache.tapestry5.ioc
Subinterfaces of AdvisorDef in org.apache.tapestry5.iocModifier and TypeInterfaceDescriptioninterface
Extended version ofAdvisorDef
introduced to determine any module method annotated withAdvise
as an advisor method. -
Uses of AdvisorDef in org.apache.tapestry5.ioc.def
Methods in org.apache.tapestry5.ioc.def that return types with arguments of type AdvisorDefModifier and TypeMethodDescriptionModuleDef2.getAdvisorDefs()
Returns all the service advisor definitions built/provided by this module. -
Uses of AdvisorDef in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement AdvisorDefMethods in org.apache.tapestry5.ioc.internal that return types with arguments of type AdvisorDefModifier and TypeMethodDescriptionModule.findMatchingServiceAdvisors
(ServiceDef serviceDef) Iterates over any advisor definitions defined by the module and returns those that apply to the provided service definition.ModuleImpl.findMatchingServiceAdvisors
(ServiceDef serviceDef) DefaultModuleDefImpl.getAdvisorDefs()
-
Uses of AdvisorDef in org.apache.tapestry5.ioc.internal.util
Methods in org.apache.tapestry5.ioc.internal.util with parameters of type AdvisorDefModifier and TypeMethodDescriptionstatic AdvisorDef2
InternalUtils.toAdvisorDef2
(AdvisorDef advisor) -
Uses of AdvisorDef in org.apache.tapestry5.ioc.test
Methods in org.apache.tapestry5.ioc.test that return AdvisorDefModifier and TypeMethodDescriptionprotected final AdvisorDef
IOCTestCase.mockAdvisorDef()
Deprecated.Methods in org.apache.tapestry5.ioc.test with parameters of type AdvisorDefModifier and TypeMethodDescriptionprotected final void
IOCTestCase.train_matches
(AdvisorDef advisorDef, ServiceDef serviceDef, boolean matches) Deprecated.