Class RegistryStartup
java.lang.Object
org.apache.tapestry5.ioc.internal.services.RegistryStartup
- All Implemented Interfaces:
Runnable
Startup service for Tapestry IoC: automatically invoked at registry
startup to execute a series of operations, via its ordered configuration of Runnable objects.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RegistryStartup
-
-
Method Details
-
run
Invokes run() on each contributed object. If the object throws a runtime exception, it is logged but startup continues anyway. This method may only be invoked once.
-