Uses of Interface
org.apache.tapestry5.ioc.ServiceAdvisor
Packages that use ServiceAdvisor
Package
Description
A code-centric, high-performance, simple Inversion of Control container
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
-
Uses of ServiceAdvisor in org.apache.tapestry5.ioc
Methods in org.apache.tapestry5.ioc that return ServiceAdvisorModifier and TypeMethodDescriptionAdvisorDef.createAdvisor
(ModuleBuilderSource moduleSource, ServiceResources resources) Creates an object that can provide the service advice (in the default case, by invoking the advise method on the module class or instance). -
Uses of ServiceAdvisor in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement ServiceAdvisorMethods in org.apache.tapestry5.ioc.internal that return ServiceAdvisorModifier and TypeMethodDescriptionAdvisorDefImpl.createAdvisor
(ModuleBuilderSource moduleSource, ServiceResources resources) Methods in org.apache.tapestry5.ioc.internal that return types with arguments of type ServiceAdvisorModifier and TypeMethodDescriptionInternalRegistry.findAdvisorsForService
(ServiceDef3 serviceDef) Searches for advisors for a particular service, returning them in order of application.RegistryImpl.findAdvisorsForService
(ServiceDef3 serviceDef)