org.apache.tapestry5.corelib.components
Class RenderObject
java.lang.Object
org.apache.tapestry5.corelib.components.RenderObject
public class RenderObject
- extends Object
Renders out an object using the @Primary
ObjectRenderer
service. Used primarily on the
ExceptionReport
page.
This is focused on objects that have a specific ObjectRenderer
strategy. The BeanDisplay
component is
used for displaying the contents of arbitrary objects in terms of a series of property names and values.
- Parameters:
Name | Type | Flags | Default | Default Prefix | Since | Description |
---|
object | java.lang.Object | Required | | prop | | |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenderObject
public RenderObject()
Copyright © 2003-2012 The Apache Software Foundation.