Uses of Class
org.apache.juneau.html.HtmlStrippedDocSerializer
Packages that use HtmlStrippedDocSerializer
-
Uses of HtmlStrippedDocSerializer in org.apache.juneau.html
Subclasses of HtmlStrippedDocSerializer in org.apache.juneau.htmlModifier and TypeClassDescriptionclass
Serializes POJOs to HTTP responses as HTML documents.class
Serializes POJO metamodels to HTML.Fields in org.apache.juneau.html declared as HtmlStrippedDocSerializerModifier and TypeFieldDescriptionstatic final HtmlStrippedDocSerializer
HtmlStrippedDocSerializer.DEFAULT
Default serializer, all default settings.Methods in org.apache.juneau.html that return HtmlStrippedDocSerializerMethods in org.apache.juneau.html with parameters of type HtmlStrippedDocSerializerModifier and TypeMethodDescriptionHtmlStrippedDocSerializerSession.create
(HtmlStrippedDocSerializer ctx) Creates a new builder for this object.Constructors in org.apache.juneau.html with parameters of type HtmlStrippedDocSerializerModifierConstructorDescriptionprotected
Builder
(HtmlStrippedDocSerializer copyFrom) Copy constructor.protected
Constructor