Uses of Class
org.apache.tapestry5.ioc.RegistryBuilder
Packages that use RegistryBuilder
Package
Description
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 RegistryBuilderModifier and TypeMethodDescriptionAdds a number of modules (as module classes) to the registry, returning the builder for further configuration.Adds a modle class (specified by fully qualified class name) to the registry, returning the builder for further configuration.Adds aModuleDef
to the registry, returning the builder for further configuration.Methods in org.apache.tapestry5.ioc with parameters of type RegistryBuilderModifier and TypeMethodDescriptionstatic 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.