Class BasicSpringRestServletGroup

java.lang.Object
jakarta.servlet.GenericServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, BasicUniversalConfig, DefaultConfig, DefaultHtmlConfig, BasicGroupOperations, BasicRestOperations

Specialized subclass of BasicSpringRestServlet for showing "group" pages.

Meant as a base class for top-level REST resources in Spring Boot environments.

Provides support for JSON, XML, HTML, URL-Encoding, UON, XML, OpenAPI, and MessagePack. See BasicUniversalConfig for details.

Implements the basic REST endpoints defined in BasicRestOperations.

Children are attached to this resource using the @Rest(children) annotation.

See Also: