Uses of Package
org.apache.juneau.html
Packages that use org.apache.juneau.html
Package
Description
HTML Widget API
-
Classes in org.apache.juneau.html used by org.apache.juneau.htmlClassDescriptionIdentifies possible values for the
HtmlSerializer.Builder.uriAnchorText(AnchorText)
setting.Identifies possible float values forHtmlDocSerializer.Builder.asideFloat(AsideFloat)
.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.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.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.Context object that lives for the duration of a single serialization ofHtmlSchemaSerializer
and its subclasses.Builder class.Serializes POJO models to HTML.Builder class.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{...}" A collection ofHtmlWidget
objects keyed by their names.Specialized writer for serializing HTML. -
Classes in org.apache.juneau.html used by org.apache.juneau.html.annotationClassDescriptionBuilder class.Builder class.Allows custom rendering of bean property values when serialized as HTML.Builder class.
-
Classes in org.apache.juneau.html used by org.apache.juneau.marshallerClassDescriptionParses text generated by the
HtmlSerializer
class back into a POJO model.Serializes POJO models to HTML. -
Classes in org.apache.juneau.html used by org.apache.juneau.rest.widget