com.day.cq.widget
Interface HtmlLibraryManager

All Known Implementing Classes:
HtmlLibraryManagerImpl

public interface HtmlLibraryManager

HtmlLibrary.java...


Method Summary
 void writeCssInclude(org.apache.sling.api.SlingHttpServletRequest request, Writer out, String... categories)
           
 void writeJsInclude(org.apache.sling.api.SlingHttpServletRequest request, Writer out, String... categories)
           
 

Method Detail

writeJsInclude

void writeJsInclude(org.apache.sling.api.SlingHttpServletRequest request,
                    Writer out,
                    String... categories)
                    throws IOException
Throws:
IOException

writeCssInclude

void writeCssInclude(org.apache.sling.api.SlingHttpServletRequest request,
                     Writer out,
                     String... categories)
                     throws IOException
Throws:
IOException


Copyright © 2008 Day Management AG. All Rights Reserved.