org.apache.tapestry5.corelib.components
Class Output

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

@SupportsInformalParameters
public class Output
extends Object

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.

Parameters:
NameTypeFlagsDefaultDefault PrefixSinceDescription
elementNamejava.lang.StringcomponentResources.elementNamepropThe 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).
filterbooleanpropIf true, the default, then output is filtered, escaping any reserved characters. If false, the output is written raw.
formatjava.text.FormatRequired, Not NullpropThe format to be applied to the object.
valuejava.lang.ObjectRequiredpropThe value to be output (before formatting). If the formatted value is blank, no output is produced.

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

Output

public Output()


Copyright © 2003-2012 The Apache Software Foundation.