Uses of Interface
org.apache.tapestry5.runtime.PageLifecycleCallbackHub
-
Packages that use PageLifecycleCallbackHub Package Description org.apache.tapestry5 Root package for Tapestry, containing common interfaces and data types used throughout the framework.org.apache.tapestry5.internal.structure [INTERNAL USE ONLY] page structure implementation details; API subject to change. -
-
Uses of PageLifecycleCallbackHub in org.apache.tapestry5
Methods in org.apache.tapestry5 that return PageLifecycleCallbackHub Modifier and Type Method Description PageLifecycleCallbackHub
ComponentResources. getPageLifecycleCallbackHub()
Provides access to an object that can be used to register callbacks for page lifecycle events. -
Uses of PageLifecycleCallbackHub in org.apache.tapestry5.internal.structure
Subinterfaces of PageLifecycleCallbackHub in org.apache.tapestry5.internal.structure Modifier and Type Interface Description interface
Page
Represents a unique page within the application.Classes in org.apache.tapestry5.internal.structure that implement PageLifecycleCallbackHub Modifier and Type Class Description class
PageImpl
Methods in org.apache.tapestry5.internal.structure that return PageLifecycleCallbackHub Modifier and Type Method Description PageLifecycleCallbackHub
InternalComponentResourcesImpl. getPageLifecycleCallbackHub()
-