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.


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 © 2006-2009 Apache Software Foundation. All Rights Reserved.