Uses of Class
org.apache.tapestry5.annotations.UnknownActivationContextCheck
-
Packages that use UnknownActivationContextCheck Package Description org.apache.tapestry5.corelib.pages The set of core pages available in all Tapestry applicationsorg.apache.tapestry5.hibernate.web.pages org.apache.tapestry5.internal.services.meta [INTERNAL USE ONLY] metadata support classes; API subject to change -
-
Uses of UnknownActivationContextCheck in org.apache.tapestry5.corelib.pages
Classes in org.apache.tapestry5.corelib.pages with annotations of type UnknownActivationContextCheck Modifier and Type Class Description class
ComponentLibraries
Page used to describe the component libraries being used in the application.class
ExceptionReport
Responsible for reporting runtime exceptions.class
PageCatalog
Lists out the currently loaded pages, using aGrid
.class
PageClassLoaderContexts
Shows information about the page classloader contexts.class
PageDependencyGraph
Shows graph showing the dependencies of all already loaded pages and its compnoents, mixins and base classes.class
ServiceStatus
Page used to see the status of all services defined by theRegistry
.class
T5Dashboard
-
Uses of UnknownActivationContextCheck in org.apache.tapestry5.hibernate.web.pages
Classes in org.apache.tapestry5.hibernate.web.pages with annotations of type UnknownActivationContextCheck Modifier and Type Class Description class
HibernateStatistics
Page used to see the Hibernate statistics. -
Uses of UnknownActivationContextCheck in org.apache.tapestry5.internal.services.meta
Methods in org.apache.tapestry5.internal.services.meta with parameters of type UnknownActivationContextCheck Modifier and Type Method Description void
UnknownActivationContextExtractor. extractMetaData(MutableComponentModel model, UnknownActivationContextCheck annotation)
-