| Package | Description |
|---|---|
| com.adobe.acs.commons.designer |
Client Library Designer API.
|
| Modifier and Type | Method and Description |
|---|---|
static PageRegion |
PageRegion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageRegion[] |
PageRegion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
DesignHtmlLibraryManager.getCssLibraries(com.day.cq.wcm.api.designer.Design design,
PageRegion pageRegion)
Returns an ordered list of all CSS (as specified on the Design page) client libraries associated with the
pageRegion for the design.
|
String[] |
DesignHtmlLibraryManager.getJsLibraries(com.day.cq.wcm.api.designer.Design design,
PageRegion pageRegion)
Returns an ordered list of all JS (as specified on the Design page) client libraries associated with the
pageRegion for the design.
|
String[] |
DesignHtmlLibraryManager.getLibraries(com.day.cq.wcm.api.designer.Design design,
PageRegion pageRegion)
Returns an ordered list of all (CSS and JS; as specified on the Design page) client libraries associated with
the pageRegion for the design.
|
void |
DesignHtmlLibraryManager.writeCssInclude(org.apache.sling.api.SlingHttpServletRequest request,
com.day.cq.wcm.api.designer.Design design,
PageRegion pageRegion,
Writer writer)
Writes the CSS include snippets to the given writer.
|
void |
DesignHtmlLibraryManager.writeIncludes(org.apache.sling.api.SlingHttpServletRequest request,
com.day.cq.wcm.api.designer.Design design,
PageRegion pageRegion,
Writer writer)
Writes the include snippets to the given writer.
|
void |
DesignHtmlLibraryManager.writeJsInclude(org.apache.sling.api.SlingHttpServletRequest request,
com.day.cq.wcm.api.designer.Design design,
PageRegion pageRegion,
Writer writer)
Writes the JS include snippets to the given writer.
|
Copyright © 2013–2020 Adobe. All rights reserved.