Class RegistryStartup

java.lang.Object
org.apache.tapestry5.ioc.internal.services.RegistryStartup
All Implemented Interfaces:
Runnable

public class RegistryStartup extends Object implements 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 Details

  • Method Details

    • run

      public void 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.
      Specified by:
      run in interface Runnable