h
Tag outputStylesheet


Render the markup for a <link> element that renders the style Resource specified by the optional name and library attributes.

Decode Behavior

Encode Behavior



Tag Information
Tag Class.Outputresource.StylesheetTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
converterfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Converter instance registered with this component. As a convenience this attribute is also allowed to evaluate to a java.lang.String, which will be used in a call to Application.createConverter(String converterId) to create the converter instance.
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value of this component.
libraryfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

The libraryName for this resource.

mediafalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

The media type for this stylesheet. For example, media="screen" would cause the resource to be rendered with the media attribute of the link set to screen.

namefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

The resourceName for this resource.

This attribute is required if the stylesheet is NOT inline.

bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.