|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PageLifecycleCallbackHub
public interface PageLifecycleListener
A set of methods that allow components to know about page-level operations. When this interface is PlasticClass.introduceInterface(Class) introduced}, the component will automatically register itself as a listener with the page.
Method Summary | |
---|---|
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) |
Method Detail |
---|
void containingPageDidLoad()
PageLifecycleCallbackHub.addPageLoadedCallback(Runnable)
instead
void containingPageDidDetach()
void containingPageDidAttach()
void restoreStateBeforePageAttach()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |