java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.html.HtmlOutputFormat
All Implemented Interfaces:
ValueHolder, PartialStateHolder, ComponentSystemEventListener, SystemEventListenerHolder
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.
Nested Class Summary: | ||
---|---|---|
protected enum class | HtmlOutputFormat.PropertyKeys |
Field Summary | ||
---|---|---|
public static final String | COMPONENT_TYPE | The standard component type for this component. |
Fields inherited from javax.faces.component.UIOutput: |
---|
COMPONENT_TYPE, COMPONENT_FAMILY |
Constructor: |
---|
|
Method from javax.faces.component.html.HtmlOutputFormat Summary: |
---|
getDir, getLang, getStyle, getStyleClass, getTitle, isEscape, setDir, setEscape, setLang, setStyle, setStyleClass, setTitle |
Methods from javax.faces.component.UIOutput: |
---|
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.component.html.HtmlOutputFormat Detail: |
---|
Return the value of the Contents: Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). |
Return the value of the Contents: Code describing the language used in the generated markup for this component. |
Return the value of the Contents: CSS style(s) to be applied when this component is rendered. |
Return the value of the Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup. |
Return the value of the Contents: Advisory title information about markup elements generated for this component. |
Return the value of the Contents: Flag indicating that characters that are sensitive in HTML and XML markup must be escaped. This flag is set to "true" by default. |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |