Fragment bean that corresponds to a similarly named JSP page
fragment. This class contains component definitions (and initialization
code) for all components that you have defined on this fragment, as well as
lifecycle methods and event handlers where you may add behavior
to respond to incoming events.
Callback method that is called whenever a page containing
this page fragment is navigated to, either directly via a URL,
or indirectly via page navigation.
Callback method that is called after rendering is completed for
this request, if init() was called. Override this
method to release resources acquired in the init()
resources that will be needed for event handlers and lifecycle methods.
Callback method that is called whenever a page containing
this page fragment is navigated to, either directly via a URL,
or indirectly via page navigation. Override this method to acquire
resources that will be needed for event handlers and lifecycle methods.