|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.ioc.IOCUtilities
public final class IOCUtilities
A collection of utility methods for a couple of different areas, including creating the initial Registry
.
Method Summary | |
---|---|
static void |
addDefaultModules(RegistryBuilder builder)
Scans the classpath for JAR Manifests that contain the Tapestry-Module-Classes attribute and adds each corresponding class to the RegistryBuilder. |
static Registry |
buildDefaultRegistry()
Construct a default Registry, including modules identifed via the Tapestry-Module-Classes Manifest entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Registry buildDefaultRegistry()
addDefaultModules(RegistryBuilder)
public static void addDefaultModules(RegistryBuilder builder)
builder
- the builder to which modules will be addedSubModule
,
RegistryBuilder.add(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |