To leverage functionality of Standard Controllers, while simultaneously adding custom logic, you must write a custom class that extends the standard controller.
You notify the Visualforce page of your customizations via the "extensions" attribute of the <apex:page> tag.
Comments