| Interface | Description |
|---|---|
| HtmlDocTemplate |
Defines the interface for rendering the contents of an HTML page produced by the
HtmlDocSerializer
serializer. |
| HtmlDocTemplate.Null |
Represents a non-existent doc template.
|
| HtmlWidget |
Defines an interface for resolvers of
|
| Class | Description |
|---|---|
| BasicHtmlDocTemplate |
A basic template for the HTML doc serializer.
|
| HtmlBeanPropertyMeta |
Metadata on bean properties specific to the HTML serializers and parsers pulled from the
@Html
annotation on the bean property. |
| HtmlClassMeta |
Metadata on classes specific to the HTML serializers and parsers pulled from the
@Html annotation on
the class. |
| HtmlDocSerializer |
Serializes POJOs to HTTP responses as HTML documents.
|
| HtmlDocSerializerBuilder |
Builder class for building instances of HTML Doc serializers.
|
| HtmlDocSerializerSession |
Context object that lives for the duration of a single serialization of
HtmlSerializer and its subclasses. |
| HtmlParser |
Parses text generated by the
HtmlSerializer class back into a POJO model. |
| HtmlParserBuilder |
Builder class for building instances of HTML parsers.
|
| HtmlParserSession |
Session object that lives for the duration of a single use of
HtmlParser. |
| HtmlRender<T> |
Allows custom rendering of bean property values when serialized as HTML.
|
| HtmlSchemaDocSerializer |
Serializes POJO metamodels to HTML.
|
| HtmlSchemaDocSerializerSession |
Context object that lives for the duration of a single serialization of
HtmlSchemaDocSerializer and its subclasses. |
| HtmlSchemaSerializer |
Serializes POJO metamodels to HTML.
|
| HtmlSchemaSerializer.Readable |
Default serializer, with whitespace.
|
| HtmlSchemaSerializer.Simple |
Default serializer, single quotes, simple mode.
|
| HtmlSchemaSerializer.SimpleReadable |
Default serializer, single quotes, simple mode, with whitespace.
|
| HtmlSchemaSerializerBuilder |
Builder class for building instances of HTML Schema serializers.
|
| HtmlSchemaSerializerSession |
Context object that lives for the duration of a single serialization of
HtmlSchemaSerializer and its subclasses. |
| HtmlSerializer |
Serializes POJO models to HTML.
|
| HtmlSerializer.Sq |
Default serializer, single quotes.
|
| HtmlSerializer.SqReadable |
Default serializer, single quotes, whitespace added.
|
| HtmlSerializerBuilder |
Builder class for building instances of HTML serializers.
|
| HtmlSerializerSession |
Session object that lives for the duration of a single use of
HtmlSerializer. |
| HtmlStrippedDocSerializer |
Serializes POJOs to HTTP responses as stripped HTML.
|
| HtmlStrippedDocSerializerBuilder |
Builder class for building instances of HTML Doc serializers.
|
| HtmlStrippedDocSerializerSession |
Session object that lives for the duration of a single use of
HtmlStrippedDocSerializer. |
| HtmlWidgetVar |
HTML widget variable resolver.
|
| HtmlWriter |
Specialized writer for serializing HTML.
|
| SimpleHtmlWriter |
Utility class for creating custom HTML.
|
| Enum | Description |
|---|---|
| AnchorText |
Identifies possible values for the
HtmlSerializer.HTML_uriAnchorText setting. |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.