Uses of Interface
org.apache.tapestry5.ioc.AdvisorDef2
-
Packages that use AdvisorDef2 Package Description org.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.org.apache.tapestry5.ioc.internal.util [INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to changeorg.apache.tapestry5.ioc.test -
-
Uses of AdvisorDef2 in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement AdvisorDef2 Modifier and Type Class Description class
AdvisorDefImpl
-
Uses of AdvisorDef2 in org.apache.tapestry5.ioc.internal.util
Methods in org.apache.tapestry5.ioc.internal.util that return AdvisorDef2 Modifier and Type Method Description static AdvisorDef2
InternalUtils. toAdvisorDef2(AdvisorDef advisor)
-
Uses of AdvisorDef2 in org.apache.tapestry5.ioc.test
Methods in org.apache.tapestry5.ioc.test that return AdvisorDef2 Modifier and Type Method Description protected AdvisorDef2
IOCTestCase. mockAdvisorDef2()
Deprecated.
-