| Modifier and Type | Class and Description |
|---|---|
class |
ConditionalWrapper |
class |
DocType
DocType is used to set the doctype of markup language based document such as HTML and XML.
|
class |
RenderableWrapper
RenderableWrapper is an abstract class to create decorator components such as
a site layout.
|
class |
SamplePage |
class |
StringResource
StringResource holds a cache for text content such as Html snippets that is
read from resources on the classpath.
|
| Modifier and Type | Field and Description |
|---|---|
protected Renderable |
RenderableWrapper.component
The wrapped component.
|
| Modifier and Type | Field and Description |
|---|---|
List<Renderable> |
OrderedRenderableSet.renderables |
| Modifier and Type | Method and Description |
|---|---|
List<Renderable> |
OrderedRenderableSet.getRenderables() |
| Modifier and Type | Method and Description |
|---|---|
OrderedRenderableSet |
OrderedRenderableSet.add(Renderable renderable) |
HtmlCanvas |
HtmlCanvas.render_if(Renderable component,
boolean condition)
Conditionally render a component based on the condition.
|
HtmlCanvas |
HtmlCanvas.render(Renderable component)
Render the component using the receiver.
|
| Constructor and Description |
|---|
ConditionalWrapper(Renderable component,
boolean condition) |
RenderableWrapper(Renderable component) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericElement |
class |
Link |
class |
Script
Script is a HTML element.
|
| Modifier and Type | Field and Description |
|---|---|
List<Renderable> |
GenericElement.children |
| Modifier and Type | Class and Description |
|---|---|
class |
RenderException
RenderException is a RuntimeException that is thrown in the following cases
sending close() when there is no open tag
sending close(someTag) where otherTag was expected
general exception occurred when rendering a component
|
| Modifier and Type | Class and Description |
|---|---|
class |
JQueryLibrary
JQueryLibrary is a convenience component to add HTML instructions to load
libraries from http://code.jquery.com/ (or your own domain in BASE_RESOURCE_URL).
|
| Constructor and Description |
|---|
RenderableView(Renderable render,
String contentType) |
| Modifier and Type | Class and Description |
|---|---|
static class |
FancyHeader.After |
static class |
FancyHeader.Before |
| Modifier and Type | Method and Description |
|---|---|
HtmlCanvas |
SinkCanvas.render(Renderable component) |
| Modifier and Type | Class and Description |
|---|---|
class |
Inspector
Inspector can display debugging information for a component.
|
| Modifier and Type | Field and Description |
|---|---|
Renderable |
Inspector.target |
| Modifier and Type | Method and Description |
|---|---|
HtmlCanvas |
DebugHtmlCanvas.render(Renderable component) |
static String |
PrettyWriter.toString(Renderable component)
Answer a pretty formatted HTML output for a Renderable component.
|
| Constructor and Description |
|---|
Inspector(Renderable toInspect) |
Copyright © 2010–2018. All rights reserved.