public interface ModuleDef2 extends ModuleDef
ModuleDef
introduced in Tapestry 5.1 to allow for service
advisors (an improvement on service decorators).Modifier and Type | Method and Description |
---|---|
Set<AdvisorDef> |
getAdvisorDefs()
Returns all the service advisor definitions built/provided by this module.
|
Set<StartupDef> |
getStartups()
Methods marked with @Startup are converted into Runnable instances and assigned here.
|
getBuilderClass, getContributionDefs, getDecoratorDefs, getLoggerName, getServiceDef, getServiceIds
Set<AdvisorDef> getAdvisorDefs()
@IncompatibleChange(release="5.4", details="StartupDef replaces the artificial ContributionDef created for @Startup methods.") Set<StartupDef> getStartups()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.