Package org.apache.tapestry5.runtime
Class PageLifecycleAdapter
java.lang.Object
org.apache.tapestry5.runtime.PageLifecycleAdapter
- All Implemented Interfaces:
PageLifecycleListener
Deprecated.
Empty implementation of the
PageLifecycleListener
interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Invoked when a page is first attached to the current request, giving components a chance to initialize for the current request.void
Deprecated.Invoked when the page is detached, allowing components a chance to clear out any temporary or client specific state.void
Deprecated.Invoked when the page finishes loading.void
Deprecated.A kind of "pre-attach" phase allowing components to restore internal state before handling the actual attach; this is primarily used to restore persisted fields.
-
Constructor Details
-
PageLifecycleAdapter
public PageLifecycleAdapter()Deprecated.
-
-
Method Details
-
containingPageDidAttach
Deprecated.Description copied from interface:PageLifecycleListener
Invoked when a page is first attached to the current request, giving components a chance to initialize for the current request.- Specified by:
containingPageDidAttach
in interfacePageLifecycleListener
-
containingPageDidDetach
Deprecated.Description copied from interface:PageLifecycleListener
Invoked when the page is detached, allowing components a chance to clear out any temporary or client specific state.- Specified by:
containingPageDidDetach
in interfacePageLifecycleListener
-
containingPageDidLoad
Deprecated.Description copied from interface:PageLifecycleListener
Invoked when the page finishes loading. This occurs once all components are loaded and all parameters have been set.- Specified by:
containingPageDidLoad
in interfacePageLifecycleListener
-
restoreStateBeforePageAttach
Deprecated.Description copied from interface:PageLifecycleListener
A kind of "pre-attach" phase allowing components to restore internal state before handling the actual attach; this is primarily used to restore persisted fields.- Specified by:
restoreStateBeforePageAttach
in interfacePageLifecycleListener
-
PageLifecycleListener
has been deprecated