Uses of Interface
com.reallifedeveloper.common.resource.documentation.HtmlProducer
Packages that use HtmlProducer
Package
Description
Concrete implementations of interfaces in the
com.reallifedeveloper.common package.A JAX-RS resource to present API documentation.
-
Uses of HtmlProducer in com.reallifedeveloper.common.infrastructure
Classes in com.reallifedeveloper.common.infrastructure that implement HtmlProducerModifier and TypeClassDescriptionfinal class -
Uses of HtmlProducer in com.reallifedeveloper.common.resource.documentation
Constructors in com.reallifedeveloper.common.resource.documentation with parameters of type HtmlProducerModifierConstructorDescriptionDocumentationResource(String resourceDir, HtmlProducer htmlProducer) Creates a newDocumentationResourcethat reads documents from the specified resource directory, converting them to HTML using the givenHtmlProducer.