Package org.apache.tapestry5.ioc.def
Interface StartupDef
-
- All Known Implementing Classes:
StartupDefImpl
public interface StartupDef
Represents a public module method (static or instance) with aStartup
annotation. Such methods are invoked (possibly triggering side effects such as instantiating services and proxies).- Since:
- 5.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invoke(ModuleBuilderSource moduleBuilderSource, OperationTracker tracker, ObjectLocator locator, org.slf4j.Logger logger)
Invoke the startup method, which includes computing any parameters to the method.
-
-
-
Method Detail
-
invoke
void invoke(ModuleBuilderSource moduleBuilderSource, OperationTracker tracker, ObjectLocator locator, org.slf4j.Logger logger)
Invoke the startup method, which includes computing any parameters to the method.
-
-