Uses of Interface
org.apache.juneau.rest.config.DefaultConfig
Packages that use DefaultConfig
Package
Description
Predefined REST configuration interfaces
Remote service API
-
Uses of DefaultConfig in org.apache.juneau.examples.rest
Classes in org.apache.juneau.examples.rest that implement DefaultConfigModifier 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. -
Uses of DefaultConfig in org.apache.juneau.examples.rest.dto
Classes in org.apache.juneau.examples.rest.dto that implement DefaultConfigModifier 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 DefaultConfig in org.apache.juneau.examples.rest.springboot
Classes in org.apache.juneau.examples.rest.springboot that implement DefaultConfigModifier 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 DefaultConfig in org.apache.juneau.microservice.jetty.resources
Classes in org.apache.juneau.microservice.jetty.resources that implement DefaultConfig -
Uses of DefaultConfig in org.apache.juneau.microservice.resources
Classes in org.apache.juneau.microservice.resources that implement DefaultConfigModifier and TypeClassDescriptionclass
Shows contents of the microservice configuration file.class
REST resource that allows access to a file system directory.class
REST resource for viewing and accessing log files.class
Sample root REST resource.class
Provides the capability to shut down this REST microservice through a REST call. -
Uses of DefaultConfig in org.apache.juneau.microservice.springboot.template
Classes in org.apache.juneau.microservice.springboot.template that implement DefaultConfigModifier 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 DefaultConfig in org.apache.juneau.rest.config
Subinterfaces of DefaultConfig in org.apache.juneau.rest.configModifier and TypeInterfaceDescriptioninterface
Basic configuration for a REST resource that supports JSON 5 transport.interface
Basic configuration for a REST resource that supports JSON transport.interface
Basic configuration for a REST resource that supports JSON and HTML transport.interface
Basic configuration for a REST resource that supports OpenAPI transport.interface
Predefined configuration for a REST resource that supports all languages and provides common default configuration values. -
Uses of DefaultConfig in org.apache.juneau.rest.remote
Classes in org.apache.juneau.rest.remote that implement DefaultConfigModifier and TypeClassDescriptionclass
Abstract class for defining Remote Interface Services. -
Uses of DefaultConfig in org.apache.juneau.rest.servlet
Classes in org.apache.juneau.rest.servlet that implement DefaultConfigModifier and TypeClassDescriptionclass
Identical toBasicRestServlet
but doesn't extend fromHttpServlet
.class
Identical toBasicRestServletGroup
but doesn't extend fromHttpServlet
.class
Subclass ofRestServlet
with default settings and standard methods defined.class
Specialized subclass ofBasicRestServlet
for showing "group" pages. -
Uses of DefaultConfig in org.apache.juneau.rest.springboot
Classes in org.apache.juneau.rest.springboot that implement DefaultConfigModifier and TypeClassDescriptionclass
Subclass ofSpringRestServlet
with default settings and standard methods defined.class
Specialized subclass ofBasicSpringRestServlet
for showing "group" pages.