Uses of Annotation Interface
org.apache.juneau.html.annotation.HtmlDocConfig
Packages that use HtmlDocConfig
Package
Description
Predefined REST configuration interfaces
Remote service API
-
Uses of HtmlDocConfig in org.apache.juneau.examples.rest
Classes in org.apache.juneau.examples.rest with annotations of type HtmlDocConfigModifier and TypeClassDescriptionclass
Sample REST resource that prints out a simple "Hello world!"class
Sample resource that allows images to be uploaded and retrieved.class
Sample resource that allows images to be uploaded and retrieved.class
Sample REST resource for echoing HttpServletRequests back to the browser.class
Sample REST resource showing how to implement a "router" resource page.class
Sample resource that allows images to be uploaded and retrieved.Methods in org.apache.juneau.examples.rest with annotations of type HtmlDocConfigModifier and TypeMethodDescriptionUtilityBeansResource.aBeanDescription()
[HTTP GET /utilitybeans/BeanDescription]HtmlBeansResource.aDiv()
[HTTP GET /htmlbeans/div]HtmlBeansResource.aForm()
[HTTP GET /htmlbeans/form]UtilityBeansResource.aHyperlink()
[HTTP GET /utilitybeans/Hyperlink]UtilityBeansResource.aSeeOtherRoot()
[HTTP GET /utilitybeans/SeeOtherRoot]HtmlBeansResource.aTable()
[HTTP GET /htmlbeans/table] -
Uses of HtmlDocConfig in org.apache.juneau.examples.rest.dto
Classes in org.apache.juneau.examples.rest.dto with annotations of type HtmlDocConfigModifier and TypeClassDescriptionclass
Sample resource that shows how to generate ATOM feeds.class
Sample REST resource showing how to implement a nested "router" resource page.class
Sample resource that shows how to serialize JSON-Schema documents. -
Uses of HtmlDocConfig in org.apache.juneau.examples.rest.springboot
Classes in org.apache.juneau.examples.rest.springboot with annotations of type HtmlDocConfigModifier and TypeClassDescriptionclass
Sample REST resource that prints out a simple "Hello world!"class
Sample REST resource showing how to implement a "router" resource page. -
Uses of HtmlDocConfig in org.apache.juneau.html.annotation
Method parameters in org.apache.juneau.html.annotation with type arguments of type HtmlDocConfigModifier and TypeMethodDescriptionvoid
HtmlDocConfigAnnotation.SerializerApply.apply
(AnnotationInfo<HtmlDocConfig> ai, HtmlDocSerializer.Builder b) -
Uses of HtmlDocConfig in org.apache.juneau.microservice.jetty.resources
Classes in org.apache.juneau.microservice.jetty.resources with annotations of type HtmlDocConfig -
Uses of HtmlDocConfig in org.apache.juneau.microservice.resources
Classes in org.apache.juneau.microservice.resources with annotations of type HtmlDocConfigModifier and TypeClassDescriptionclass
Shows contents of the microservice configuration file.class
REST resource that allows access to a file system directory.Methods in org.apache.juneau.microservice.resources with annotations of type HtmlDocConfigModifier and TypeMethodDescriptionDirectoryResource.getFile
(RestRequest req, String path) LogsResource.getFile
(RestRequest req, String path) LogsResource.viewParsedEntries
(RestRequest req, String path, String start, String end, String thread, String[] loggers, String[] severity) -
Uses of HtmlDocConfig in org.apache.juneau.microservice.springboot.template
Classes in org.apache.juneau.microservice.springboot.template with annotations of type HtmlDocConfigModifier and TypeClassDescriptionclass
Sample REST resource that prints out a simple "Hello world!"class
Sample REST resource showing how to implement a "router" resource page. -
Uses of HtmlDocConfig in org.apache.juneau.rest.config
Classes in org.apache.juneau.rest.config with annotations of type HtmlDocConfigModifier and TypeInterfaceDescriptioninterface
Predefined REST configuration that defines common default values for HTML Doc serializers. -
Uses of HtmlDocConfig in org.apache.juneau.rest.remote
Methods in org.apache.juneau.rest.remote with annotations of type HtmlDocConfigModifier and TypeMethodDescriptionRrpcServlet.invoke
(Reader r, ReaderParser p, ContentType contentType, String javaInterface, String javaMethod) RrpcServlet.listMethods
(String javaInterface) RrpcServlet.showEntryForm
(String javaInterface, String javaMethod) -
Uses of HtmlDocConfig in org.apache.juneau.rest.servlet
Classes in org.apache.juneau.rest.servlet with annotations of type HtmlDocConfigMethods in org.apache.juneau.rest.servlet with annotations of type HtmlDocConfigModifier and TypeMethodDescriptionBasicRestOperations.getStats
(RestRequest req) [GET /stats] - Timing statistics.BasicRestOperations.getSwagger
(RestRequest req) [GET /api] - Show resource options.