org.wings.header |
Provides object equivalents for adding custom <HEAD> elements to the generated HTML pages.
|
Java Source File Name | Type | Comment |
FaviconHeader.java | Class | Use this to add a favicon (header) to a frame. |
Header.java | Interface | A HTML header entry typically part of the the <head> section inside a HTML document. |
JavaScriptHeader.java | Class | Use this to add a JavaScript header to a frame. |
Link.java | Class | Include a <LINK> -element inside the HTML header of rendered page. |
Meta.java | Class | Include a <META> -element inside the HTML header of rendered page. |
Script.java | Class | Include a <SCRIPT> -element inside the HTML header of rendered page. |
SessionHeaders.java | Class | A class to manage headers which should be appended to all frames within a wingS session. |
StyleSheetHeader.java | Class | Use this to add a StyleSheet header to a frame. |
StyleSheetLink.java | Class | Use this to add style sheets to a frame. |