function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
aebenaeben 

How to find out what methods are there in a Standard Controller

I am trying to develop a controller extension. How to find out what methods are there in the Standard Controller that I am trying to extend?
Ron HessRon Hess
I believe these are documented in the reference for standard controller

in the visualforce docs,

http://www.salesforce.com/us/developer/docs/pages/index.htm

search for

StandardController Class