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 a
Startup
annotation. Such methods are invoked (possibly triggering side effects such as instantiating
services and proxies).- Since:
- 5.4
-
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(ModuleBuilderSource moduleBuilderSource, OperationTracker tracker, ObjectLocator locator, org.slf4j.Logger logger) Invoke the startup method, which includes computing any parameters to the method.
-
Method Details
-
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.
-