| Interface | Description |
|---|---|
| Renderable |
Implementors can be rendered using a HtmlCanvas.
|
| ToHtml | |
| ToJavascript |
ToJavascript is a method-level interface construction.
|
| Class | Description |
|---|---|
| AbstractAttributes | |
| AttributesCanvas | |
| Callback | |
| Canvas | |
| CanvasMacros<T extends HtmlCanvas> |
CanvasMacros is a helper class that provides convenience methods for common HTML constructions.
|
| ConditionalWrapper | |
| Hash |
Usage:
|
| HtmlAttributes |
HtmlAttributes captures a set of attribute key and values.
|
| HtmlAttributesFactory | |
| HtmlBufferingCanvas |
HtmlBufferingCanvas separates the Head and Body section of a HTML page.
|
| HtmlBufferingCanvasTest | |
| HtmlCanvas |
HtmlCanvas provide the api to write HTML elements on a io.Writer.
|
| HtmlPage | |
| ImageAttributes | |
| JQMobile | |
| OrderedRenderableSet |
OrderedRenderableSet is an ordered collection of unique Renderable objects.
|
| PageContext |
PageContext provides the interface to page-render scoped variables.
|
| RenderableWrapper |
RenderableWrapper is an abstract class to create decorator components such as
a site layout.
|
| RequestUtils |
Helper class to access details of the Http request for which the HtmlCanvas was created.
|
| SamplePage | |
| StringResource |
StringResource holds a cache for text content such as Html snippets that is
read from resources on the classpath.
|
| Variable |
| Enum | Description |
|---|---|
| DocType |
DocType is used to set the doctype of markup language based document such as HTML and XML.
|
Copyright © 2010–2018. All rights reserved.