PageLifecycleCallbackHub
public interface PageLifecycleListener
Modifier and Type | Method and Description |
---|---|
void |
containingPageDidAttach()
Deprecated.
In Tapestry 5.3, with no replacement (attach logic no longer meaningful now that pages are singletons).
|
void |
containingPageDidDetach()
Deprecated.
In Tapestry 5.3, with no replacement (detach logic no longer meaningful now that pages are singletons).
|
void |
containingPageDidLoad()
Deprecated.
in 5.3.4, use
PageLifecycleCallbackHub.addPageLoadedCallback(Runnable) instead |
void |
restoreStateBeforePageAttach()
Deprecated.
In Tapestry 5.3, with no replacement (persisted fields now lazily restore their state)
|
void containingPageDidLoad()
PageLifecycleCallbackHub.addPageLoadedCallback(Runnable)
insteadvoid containingPageDidDetach()
void containingPageDidAttach()
void restoreStateBeforePageAttach()
Copyright © 2003-2013 The Apache Software Foundation.