Package | Description |
---|---|
org.apache.tapestry5.ioc |
A code-centric, high-performance, simple Inversion of Control container
|
Modifier and Type | Method and Description |
---|---|
RegistryBuilder |
RegistryBuilder.add(Class... moduleClasses)
Adds a number of modules (as module classes) to the registry, returning the builder for further configuration.
|
RegistryBuilder |
RegistryBuilder.add(ModuleDef moduleDef)
Adds a
ModuleDef to the registry, returning the builder for further configuration. |
RegistryBuilder |
RegistryBuilder.add(String classname)
Adds a modle class (specified by fully qualified class name) to the registry, returning the builder
for further configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
IOCUtilities.addDefaultModules(RegistryBuilder builder)
Scans the classpath for JAR Manifests that contain the Tapestry-Module-Classes attribute and adds each
corresponding class to the RegistryBuilder.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.