Class HtmlBeansResource

All Implemented Interfaces:
BasicUniversalConfig, DefaultConfig, DefaultHtmlConfig, BasicRestOperations

public class HtmlBeansResource extends BasicRestObject
Sample resource that allows images to be uploaded and retrieved.
See Also:
  • Constructor Details

  • Method Details

    • getChildDescriptions

      [HTTP GET /htmlbeans]
      Returns:
      Descriptive links to the child endpoints.
    • aTable

      public Table aTable()
      [HTTP GET /htmlbeans/table]
      Returns:
      An example table.
    • aDiv

      public HtmlElement aDiv()
      [HTTP GET /htmlbeans/div]
      Returns:
      An example div tag.
    • aForm

      public Form aForm()
      [HTTP GET /htmlbeans/form]
      Returns:
      An example form tag.