Uses of Class
org.apache.tapestry5.ioc.annotations.Startup
-
Packages that use Startup Package Description org.apache.tapestry5.clojure.modules org.apache.tapestry5.jpa.modules org.apache.tapestry5.modules -
-
Uses of Startup in org.apache.tapestry5.clojure.modules
Methods in org.apache.tapestry5.clojure.modules with annotations of type Startup Modifier and Type Method Description static void
ClojureModule. launchClojure()
-
Uses of Startup in org.apache.tapestry5.jpa.modules
Methods in org.apache.tapestry5.jpa.modules with annotations of type Startup Modifier and Type Method Description static void
JpaModule. startupEarly(EntityManagerManager entityManagerManager, boolean earlyStartup)
-
Uses of Startup in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with annotations of type Startup Modifier and Type Method Description void
PageLoadModule. preloadPageClassLoaderContexts(PageClassLoaderContextManager pageClassLoaderContextManager, ComponentDependencyRegistry componentDependencyRegistry, boolean productionMode, boolean multipleClassLoaders)
static void
PageLoadModule. preloadPages(PagePreloader preloader, PreloaderMode mode, boolean productionMode)
static void
TapestryModule. registerToClearPlasticProxyFactoryOnInvalidation(InvalidationEventHub hub, PlasticProxyFactory proxyFactory)
-