Class PageLifecycleAdapter

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait