Class JavaScriptFilteredIntoFooterHeaderResponse

  • All Implemented Interfaces:
    Closeable, AutoCloseable, IHeaderResponse

    public class JavaScriptFilteredIntoFooterHeaderResponse
    extends FilteringHeaderResponse
    A header response that creates two buckets. The header bucket will contain all references to CSS and markup from the <head> section from the page. The other bucket will contain all other header items, and you will need to add a HeaderResponseContainer to the footer of your page (typically just before the end body tag) to render those items.
    Author:
    Jeremy Thomerson