Package org.apache.juneau.html
package org.apache.juneau.html
HTML Marshalling Support
-
ClassDescriptionIdentifies possible values for the
HtmlSerializer.Builder.uriAnchorText(AnchorText)
setting.Identifies possible float values forHtmlDocSerializer.Builder.asideFloat(AsideFloat)
.A basic template for the HTML doc serializer.Metadata on bean properties specific to the HTML serializers and parsers pulled from the@Html
annotation on the bean property.Metadata on classes specific to the HTML serializers and parsers pulled from the@Html
annotation on the class.Serializes POJOs to HTTP responses as HTML documents.Builder class.Context object that lives for the duration of a single serialization ofHtmlSerializer
and its subclasses.Builder class.Defines the interface for rendering the contents of an HTML page produced by theHtmlDocSerializer
serializer.Represents a non-existent doc template.Interface for providing access toHtmlClassMeta
andHtmlBeanPropertyMeta
objects.Parses text generated by theHtmlSerializer
class back into a POJO model.Builder class.ContextSession object that lives for the duration of a single use ofHtmlParser
.Builder class.HtmlRender<T>Allows custom rendering of bean property values when serialized as HTML.Serializes POJO metamodels to HTML.Builder class.Context object that lives for the duration of a single serialization ofHtmlSchemaDocSerializer
and its subclasses.Builder class.Serializes POJO metamodels to HTML.Builder class.Default serializer, with whitespace.Default serializer, single quotes, simple mode.Default serializer, single quotes, simple mode, with whitespace.Context object that lives for the duration of a single serialization ofHtmlSchemaSerializer
and its subclasses.Builder class.Serializes POJO models to HTML.Builder class.Default serializer, single quotes.Default serializer, single quotes, whitespace added.Session object that lives for the duration of a single use ofHtmlSerializer
.Builder class.Serializes POJOs to HTTP responses as stripped HTML.Builder class.Session object that lives for the duration of a single use ofHtmlStrippedDocSerializer
.Builder class.Defines an interface for resolvers of"$W{...}" string variables.A collection ofHtmlWidget
objects keyed by their names.HTML widget variable resolver.Specialized writer for serializing HTML.Utility class for creating custom HTML.