|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.corelib.components.Output
@SupportsInformalParameters public class 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 | ||||||
---|---|---|---|---|---|---|
Name | Description | Type | Flags | Default | Default Prefix | Since |
elementName | 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). | String | componentResources. | prop | ||
filter | If true, the default, then output is filtered, escaping any reserved characters. If false, the output is written raw. | boolean | prop | |||
format | The format to be applied to the object. | java. | Required, Not Null | prop | ||
value | The value to be output (before formatting). If the formatted value is blank, no output is produced. | Object | Required | prop |
Constructor Summary | |
---|---|
Output()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Output()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |