UI-Component Sets
Project Documentation

Summary

Facelet Tag name: <h:outputStylesheet>
Facelet Tag class: org.apache.myfaces.view.facelets.tag.jsf.html.HtmlOutputStylesheetHandler
TODO: DOCUMENT ME! This class is just for documentation purposes

This tag is backed using a javax.faces.component.UIOutput component instance. In other words, instances of this component class are created when it is resolved a Resource annotation, so there is no concrete class or specific tag handler for it, but there exists a concrete renderer for it.

Attributes

Name Type Required Description
binding org.apache.myfaces.view.facelets.tag.jsf.html.HtmlOutputStylesheetHandler false Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind " + "to this component instance. This value must be an EL expression.
converter javax.el.ValueExpression false An expression that specifies the Converter for this component.

The value can either be a static value (ID) or an EL expression. When a static id is specified, an instance of the converter type registered with that id is used. When this is an EL expression, the result of evaluating the expression must be an object that implements the Converter interface.

id String false Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
library javax.el.ValueExpression false
name javax.el.ValueExpression true
rendered javax.el.ValueExpression false A boolean value that indicates whether this component should be rendered. Default value: true.
value javax.el.ValueExpression false Gets The initial value of this component.