public class HtmlOutputFormat extends UIOutput
Represents a component that looks up a localized message in a
resource bundle, optionally uses it as a
MessageFormat
pattern string and substitutes in
parameter values from nested UIParameter components, and
renders the result. If the "dir" or "lang" attributes are
present, render a span
element and pass them through
as attributes on the span.
By default, the rendererType
property must be set to "javax.faces.Format
".
This value can be changed by calling the setRendererType()
method.
Modifier and Type | Class and Description |
---|---|
protected static class |
HtmlOutputFormat.PropertyKeys |