|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistryBuilder | |
---|---|
org.apache.tapestry5.ioc | A code-centric, high-performance, simple Inversion of Control container |
Uses of RegistryBuilder in org.apache.tapestry5.ioc |
---|
Methods in org.apache.tapestry5.ioc that return RegistryBuilder | |
---|---|
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. |
Methods in org.apache.tapestry5.ioc with parameters of type RegistryBuilder | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |