Package | Description |
---|---|
org.apache.tapestry5.ioc |
A code-centric, high-performance, simple Inversion of Control container
|
org.apache.tapestry5.ioc.def |
Tapestry IOC service definitions
|
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 change
|
org.apache.tapestry5.ioc.test |
Classes supporting testing of Tapestry IOC services
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdvisorDef2
Extended version of
AdvisorDef introduced to determine any
module method annotated with Advise as an advisor
method. |
Modifier and Type | Method and Description |
---|---|
Set<AdvisorDef> |
ModuleDef2.getAdvisorDefs()
Returns all the service advisor definitions built/provided by this module.
|
Modifier and Type | Class and Description |
---|---|
class |
AdvisorDefImpl |
Modifier and Type | Method and Description |
---|---|
Set<AdvisorDef> |
ModuleImpl.findMatchingServiceAdvisors(ServiceDef serviceDef) |
Set<AdvisorDef> |
Module.findMatchingServiceAdvisors(ServiceDef serviceDef)
Iterates over any advisor definitions defined by the module and returns those that apply to the provided service
definition.
|
Set<AdvisorDef> |
DefaultModuleDefImpl.getAdvisorDefs() |
Modifier and Type | Method and Description |
---|---|
static AdvisorDef2 |
InternalUtils.toAdvisorDef2(AdvisorDef advisor) |
Modifier and Type | Method and Description |
---|---|
protected AdvisorDef |
IOCTestCase.mockAdvisorDef()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IOCTestCase.train_matches(AdvisorDef advisorDef,
ServiceDef serviceDef,
boolean matches)
Deprecated.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.