Package org.apache.juneau.rest.widget
Class PoweredByApache
java.lang.Object
org.apache.juneau.rest.widget.Widget
org.apache.juneau.rest.widget.PoweredByApache
- All Implemented Interfaces:
HtmlWidget
Widget that places a powered-by-Apache message on the page.
The variable it resolves is
It produces a simple Apache icon floating on the right.
Typically it's used in the footer of the page, as shown below in the
It renders the following image:
See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHtml
(RestRequest req, RestResponse res) Returns an Apache image tag hyperlinked to"http://apache.org" Methods inherited from class org.apache.juneau.rest.widget.Widget
getFileFinder, getHtml, getName, getScript, getScript, getStyle, getStyle, loadHtml, loadHtmlWithVars, loadScript, loadScriptWithVars, loadStyle, loadStyleWithVars
-
Constructor Details
-
PoweredByApache
public PoweredByApache()
-
-
Method Details