| java.lang.Object org.apache.tapestry.ioc.IOCUtilities
addDefaultModules | public static void addDefaultModules(RegistryBuilder builder)(Code) | | Scans the classpath for JAR Manifests that contain the Tapestry-Module-Classes attribute and
adds each corresponding class to the RegistryBuilder.
Parameters: builder - the builder to which modules will be added |
buildDefaultRegistry | public static Registry buildDefaultRegistry()(Code) | | Construct a default registry, including modules identify via the Tapestry-Module-Classes
Manifest entry.
constructed Registry, after eager loading of services |
|
|