• Restore View : Restores or creates a server-side component tree (View) in memory
to represent the UI information from a client.
• Apply Request Values : Updates the server-side components with fresh data from
the client.
• Process Validations : Performs validation and data type conversion on the new data.
• Update Model Values : Updates any server-side Model objects with new data.
• Invoke Application : Invokes any application logic needed to fulfill the request and
navigate to a new page if needed.
• Render Response : Saves state and renders a response to the requesting client.
Partager