Class StartupDefImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.StartupDefImpl
- All Implemented Interfaces:
StartupDef
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
StartupDefImpl
-
-
Method Details
-
invoke
public void invoke(ModuleBuilderSource moduleBuilderSource, OperationTracker tracker, ObjectLocator locator, org.slf4j.Logger logger) Description copied from interface:StartupDef
Invoke the startup method, which includes computing any parameters to the method.- Specified by:
invoke
in interfaceStartupDef
-