PageLifecycleListener
has been deprecatedpublic class PageLifecycleAdapter extends Object implements PageLifecycleListener
PageLifecycleListener
interface.Constructor and Description |
---|
PageLifecycleAdapter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
containingPageDidAttach()
Deprecated.
Invoked when a page is first attached to the current request, giving components a chance to initialize for the
current request.
|
void |
containingPageDidDetach()
Deprecated.
Invoked when the page is detached, allowing components a chance to clear out any temporary or client specific
state.
|
void |
containingPageDidLoad()
Deprecated.
Invoked when the page finishes loading.
|
void |
restoreStateBeforePageAttach()
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.
|
public PageLifecycleAdapter()
public void containingPageDidAttach()
PageLifecycleListener
containingPageDidAttach
in interface PageLifecycleListener
public void containingPageDidDetach()
PageLifecycleListener
containingPageDidDetach
in interface PageLifecycleListener
public void containingPageDidLoad()
PageLifecycleListener
containingPageDidLoad
in interface PageLifecycleListener
public void restoreStateBeforePageAttach()
PageLifecycleListener
restoreStateBeforePageAttach
in interface PageLifecycleListener
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.