org.apache.tapestry5.corelib.components.RenderObject

Renders out an object using the org.apache.tapestry5.services.ObjectRenderer service. Used primarily on the org.apache.tapestry5.corelib.pages.ExceptionReport page. This is focused on objects that have a specific org.apache.tapestry5.services.ObjectRenderer strategy. The org.apache.tapestry5.corelib.components.BeanDisplay component is used for displaying the contents of arbitrary objects in terms of a series of property names and values.

[JavaDoc]

Component Parameters

NameTypeFlagsDefaultDefault PrefixDescription
objectObjectRequired, NOT Allow Nullprop

Back to index