Class SeeOtherRoot

All Implemented Interfaces:
HttpMessage, HttpResponse

@Response @Schema(description="Redirect to servlet root") public class SeeOtherRoot extends SeeOther
Convenience subclass of SeeOther for redirecting a response to the servlet root.
See Also:
  • Field Details

  • Constructor Details

    • SeeOtherRoot

      public SeeOtherRoot()
      Constructor.
    • SeeOtherRoot

      public SeeOtherRoot(String content)
      Constructor with no redirect.

      Used for end-to-end interfaces.

      Parameters:
      content - Message to send as the response.