Package org.wings.header

Provides object equivalents for adding custom <HEAD> elements to the generated HTML pages.

See:
          Description

Interface Summary
Header A HTML header entry typically part of the the <head> section inside a HTML document.
 

Class Summary
FaviconHeader Use this to add a favicon (header) to a frame.
JavaScriptHeader Use this to add a JavaScript header to a frame.
Link Include a <LINK>-element inside the HTML header of rendered page.
Meta Include a <META>-element inside the HTML header of rendered page.
Script Include a <SCRIPT>-element inside the HTML header of rendered page.
SessionHeaders A class to manage headers which should be appended to all frames within a wingS session.
StyleSheetHeader Use this to add a StyleSheet header to a frame.
StyleSheetLink Deprecated. use StyleSheetHeader instead
 

Package org.wings.header Description

Provides object equivalents for adding custom <HEAD> elements to the generated HTML pages.



wingS Swings ;-)