JSF 2.3 View Declaration Language: Facelets Variant.

Tag Libraries
Faces Core
The core JavaServer Faces custom actions that are independent of any particular RenderKit.
Pass Through Attributes

Facelet tag attributes in this namespace must be added to the pass through attribute map
on the UIComponent corresponding to the facelet tag. There are no tags in this tag library.

Usage example

<h:outputText value="Namespaced Attributes" p:foo="bar" />

Would cause <span foo="bar">Namespaced Attributes</span> to be rendered.

Pass Through Elements

The presence of an
attribute from this namespace on an otherwise non-JSF aware
markup element indicates that the markup element must be treated
as a JSF component that will be rendered equivalently to what is
specified directly in the Facelet page, with the added benefit
of being associated with a server side UIComponent
instance.

Please see the documentation for Java class javax.faces.view.facelets.TagDecorator.

h
This tag library contains JavaServer Faces component tags for all UIComponent + HTML RenderKit Renderer combinations defined in the JavaServer Faces Specification.
JSTL core

JSTL 1.2 core library

The pre JSF 2.0 version of Facelets incorrectly declared the taglib uri to be http://java.sun.com/jstl/core. For backwards compatibility implementations must correctly handle inclusions with the incorrect uri, and the correct uri, declared here.

JSTL functions
JSTL 1.1 functions library



Output Generated by Tag Library Documentation Generator.