- Visualforce Development Cookbook
- Keir Bowden
- 121字
- 2021-08-06 16:43:36
Introduction
Custom components allow custom Visualforce functionality to be encapsulated as discrete modules, which provides two main benefits:
- Functional decomposition, where a lengthy page is broken down into custom components to make it easier to develop and maintain
- Code re-use, where a custom component provides common functionality that can be re-used across a number of pages
A custom component may have a controller, but unlike Visualforce pages, only custom controllers may be used. A custom component can also take attributes, which can influence the generated markup or set property values in the component's controller.
Custom components do not have any associated security settings; a user with access to a Visualforce page has access to all custom components referenced by the page.
推薦閱讀
- Qt 5 and OpenCV 4 Computer Vision Projects
- UML和模式應用(原書第3版)
- OpenCV實例精解
- PHP基礎案例教程
- Java Web程序設計
- Learn Scala Programming
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- 深入RabbitMQ
- Android程序設計基礎
- Learning Laravel's Eloquent
- JavaScript動態網頁編程
- Java7程序設計入門經典
- Python Penetration Testing Essentials
- Unity 3D UI Essentials
- HTML5+jQuery Mobile移動應用開發