Uses of Interface
org.apache.tapestry5.ioc.def.StartupDef
-
Packages that use StartupDef Package Description org.apache.tapestry5.ioc.def Tapestry IOC service definitionsorg.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. -
-
Uses of StartupDef in org.apache.tapestry5.ioc.def
Methods in org.apache.tapestry5.ioc.def that return types with arguments of type StartupDef Modifier and Type Method Description <StartupDef>
ModuleDef2. getStartups()
Methods marked with @Startup are converted into Runnable instances and assigned here. -
Uses of StartupDef in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement StartupDef Modifier and Type Class Description class
StartupDefImpl
Methods in org.apache.tapestry5.ioc.internal that return types with arguments of type StartupDef Modifier and Type Method Description <StartupDef>
DefaultModuleDefImpl. getStartups()
-