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.restClasses in org.apache.juneau.examples.rest with annotations of type HtmlDocConfigModifier and TypeClassDescriptionclassSample REST resource that prints out a simple "Hello world!"classSample resource that allows images to be uploaded and retrieved.classSample resource that allows images to be uploaded and retrieved.classSample REST resource for echoing HttpServletRequests back to the browser.classSample REST resource showing how to implement a "router" resource page.classSample 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.dtoClasses in org.apache.juneau.examples.rest.dto with annotations of type HtmlDocConfigModifier and TypeClassDescriptionclassSample resource that shows how to generate ATOM feeds.classSample REST resource showing how to implement a nested "router" resource page.classSample resource that shows how to serialize JSON-Schema documents.
- 
Uses of HtmlDocConfig in org.apache.juneau.examples.rest.springbootClasses in org.apache.juneau.examples.rest.springboot with annotations of type HtmlDocConfigModifier and TypeClassDescriptionclassSample REST resource that prints out a simple "Hello world!"classSample REST resource showing how to implement a "router" resource page.
- 
Uses of HtmlDocConfig in org.apache.juneau.html.annotationMethod parameters in org.apache.juneau.html.annotation with type arguments of type HtmlDocConfigModifier and TypeMethodDescriptionvoidHtmlDocConfigAnnotation.SerializerApply.apply(AnnotationInfo<HtmlDocConfig> ai, HtmlDocSerializer.Builder b) 
- 
Uses of HtmlDocConfig in org.apache.juneau.microservice.jetty.resourcesClasses in org.apache.juneau.microservice.jetty.resources with annotations of type HtmlDocConfig
- 
Uses of HtmlDocConfig in org.apache.juneau.microservice.resourcesClasses in org.apache.juneau.microservice.resources with annotations of type HtmlDocConfigModifier and TypeClassDescriptionclassShows contents of the microservice configuration file.classREST 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.templateClasses in org.apache.juneau.microservice.springboot.template with annotations of type HtmlDocConfigModifier and TypeClassDescriptionclassSample REST resource that prints out a simple "Hello world!"classSample REST resource showing how to implement a "router" resource page.
- 
Uses of HtmlDocConfig in org.apache.juneau.rest.configClasses in org.apache.juneau.rest.config with annotations of type HtmlDocConfigModifier and TypeInterfaceDescriptioninterfacePredefined REST configuration that defines common default values for HTML Doc serializers.
- 
Uses of HtmlDocConfig in org.apache.juneau.rest.remoteMethods 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.servletClasses 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.