Package | Description |
---|---|
org.apache.tapestry.describe |
Services related to describing objects and graphs of objects; primarily used by the
Exception page. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRenderStrategy
Default implementation that delegates to the
HTMLDescriber
service. |
class |
LocationRenderStrategy
Adapter for displaying
Location objects as HTML. |
class |
ObjectArrayRenderStrategy
Renders an object array as an unordered list; each element is recursively rendered.
|
class |
PreformattedRenderStrategy
Render stategy for objects whose toString() produces a good deal of text, where that text is
easier to read if preformmatted (using the HTML <pre> element).
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectArrayRenderStrategy.setRenderStrategy(RenderStrategy renderStrategy) |
void |
RenderableAdapterFactoryImpl.setStrategy(RenderStrategy adapter) |
Constructor and Description |
---|
RenderBridge(java.lang.Object object,
RenderStrategy strategy) |