java.lang.Object
org.apache.tapestry5.corelib.components.Output

A component for formatting output. If the component is represented in the template using an element, then the element (plus any informal parameters) will be output around the formatted value.
Component Parameters 
NameTypeFlagsDefaultDefault Prefix
elementNameString componentResources.elementNameprop
The element name, derived from the component template. This can even be overridden manually if desired (for example, to sometimes render a surrounding element and other times not).
filterboolean  prop
If true, the default, then output is filtered, escaping any reserved characters. If false, the output is written raw.
formatjava.text.FormatRequired, Not Null prop
The format to be applied to the object.
valueObjectRequired prop
The value to be output (before formatting). If the formatted value is blank, no output is produced.
  • Constructor Details