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 theHtmlSerializer.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@Htmlannotation on the bean property.Metadata on classes specific to the HTML serializers and parsers pulled from the@Htmlannotation on the class.Serializes POJOs to HTTP responses as HTML documents.Builder class.Context object that lives for the duration of a single serialization ofHtmlSerializerand its subclasses.Builder class.Defines the interface for rendering the contents of an HTML page produced by theHtmlDocSerializerserializer.Interface for providing access toHtmlClassMetaandHtmlBeanPropertyMetaobjects.Parses text generated by theHtmlSerializerclass 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 ofHtmlSchemaDocSerializerand its subclasses.Builder class.Serializes POJO metamodels to HTML.Builder class.Context object that lives for the duration of a single serialization ofHtmlSchemaSerializerand 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 ofHtmlWidgetobjects 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 theHtmlSerializerclass back into a POJO model.Serializes POJO models to HTML.
- 
Classes in org.apache.juneau.html used by org.apache.juneau.rest.widget