Class HtmlStrippedDocSerializer

All Implemented Interfaces:
AnnotationProvider, HtmlMetaProvider, XmlMetaProvider
Direct Known Subclasses:
HtmlDocSerializer

Serializes POJOs to HTTP responses as stripped HTML.
Media types
Handles Accept types: text/html+stripped

Produces Content-Type types: text/html

Description
Produces the same output as HtmlDocSerializer, but without the header and body tags and page title and description. Used primarily for JUnit testing the HtmlDocSerializer class.
Notes:
  • This class is thread safe and reusable.
See Also: