@SupportsInformalParameters public class Output extends Object
Name | Type | Flags | Default | Default Prefix |
---|---|---|---|---|
elementName | String | componentResources. | prop | |
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). | ||||
filter | boolean | prop | ||
If true, the default, then output is filtered, escaping any reserved characters. If false, the output is written raw. | ||||
format | java. | Required, Not Null | prop | |
The format to be applied to the object. | ||||
value | Object | Required | prop | |
The value to be output (before formatting). If the formatted value is blank, no output is produced. |
public Output()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.