15
Order of Execution
Chapter Topics
- What is Visualforce in Salesforce?
- Architecture of Visualforce Page
- Standard Controller in Visualforce
- How to create View Page in Visualforce?
- How To Create Edit Page In Visualforce?
- Custom Controller in Salesforce
- Getter, Setter Method Part 1
- Getter, Setter Method Part 2
- Apex Page Message in Visualforce
- Controller Extensions Part 1
- Controller Extensions Part 2
- Using Controller Extension with Custom Controller
- Order of Execution
- Tabs in Visualforce
- System Mode in Visualforce
Order Of Execution In VF page
-
- An object of the Controller class gets created and associated with the VF page.
- Controller’s constructor gets executed.
- All the getter methods get executed for the variables which we are using on the page.
- The user takes action.
- All the setter methods get executed.
- The action which the user has triggered gets executed. (For ex: Save the record method)
- The page gets reloaded again.
- All the getter methods are executed.

Join our newsletter: Get daily update on Salesforce career insights & news!
Join Now!
Need more support?
Get a head start with our FREE study notes!
Learn more and get all the answers you need at zero cost. Improve your skills using our detailed notes prepared by industry experts to help you excel.