Interface | Description |
---|---|
HtmlDocTemplate |
Defines the interface for rendering the contents of an HTML page produced by the
HtmlDocSerializer
serializer. |
Class | Description |
---|---|
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.
|
HtmlDocSerializerSession |
Context object that lives for the duration of a single serialization of
HtmlSerializer and its subclasses. |
HtmlDocTemplateBasic |
A basic template for the HTML doc serializer.
|
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. |
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.
|
HtmlStrippedDocSerializerSession |
Session object that lives for the duration of a single use of
HtmlStrippedDocSerializer . |
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 © 2018 Apache. All rights reserved.