Class PoweredByJuneau

java.lang.Object
org.apache.juneau.rest.widget.Widget
org.apache.juneau.rest.widget.PoweredByJuneau
All Implemented Interfaces:
HtmlWidget

public class PoweredByJuneau extends Widget
Widget that places a powered-by-Juneau message on the page.

The variable it resolves is "$W{PoweredByJuneau}".

See Also:
  • Constructor Details

  • Method Details

    • getHtml

      public String getHtml(RestRequest req, RestResponse res)
      Returns an Apache Juneau image tag hyperlinked to "http://juneau.apache.org"
      Overrides:
      getHtml in class Widget
      Parameters:
      req - The HTTP request object.
      res - The current HTTP response.
      Returns:
      The HTML content of this widget.