4. Facelets Document Types
Contents > Facelets Document Types
Facelets XHTML Documents (*.jsf)
FaceletsTools adds the JavaServer Faces (JSF) document type to Dreamweaver and includes a default JSF document (*.jsf) and Dreamweaver template (*.dwt.jsf) for rapid prototyping of new JSF applications.
Once you install FaceletsTools, new JSF documents you create in Dreamweaver will automatically have the XHTML namespaces to import the following tag libraries into your page:
- JSF Core Tag Library (f: prefix)
- JSF HTML Tag Library (h: prefix)
- JSTL Standard Tag Library (c: prefix)
- Facelets UI Tag Library (ui: prefix)
Furthermore, you can create Dreamweaver templates for Facelets pages that combine both the power of Dreamweaver's templating control system with the sophistication of Facelets' composite view framework. See composite view design.
 
Screenshots of Dreamweaver's new document dialog after installing FaceletsTools.
|