| Package | Description |
|---|---|
| com.adobe.acs.commons.wcm |
Miscellaneous WCM Utilities.
|
| Modifier and Type | Field and Description |
|---|---|
static ComponentEditType.Type |
ComponentEditType.CAROUSEL |
static ComponentEditType.Type |
ComponentEditType.CHART |
static ComponentEditType.Type |
ComponentEditType.DROPTARGETS |
static ComponentEditType.Type |
ComponentEditType.FILE |
static ComponentEditType.Type |
ComponentEditType.FLASH |
static ComponentEditType.Type |
ComponentEditType.IMAGE |
static ComponentEditType.Type |
ComponentEditType.NOICON |
static ComponentEditType.Type |
ComponentEditType.NONE |
static ComponentEditType.Type |
ComponentEditType.REFERENCE |
static ComponentEditType.Type |
ComponentEditType.TABLE |
static ComponentEditType.Type |
ComponentEditType.TEASER |
static ComponentEditType.Type |
ComponentEditType.TEXT |
static ComponentEditType.Type |
ComponentEditType.TITLE |
static ComponentEditType.Type |
ComponentEditType.VIDEO |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ComponentEditType.Type.equals(ComponentEditType.Type type)
Checks if two Type's have the same name
|
String |
ComponentHelper.getDDEditBlock(org.apache.sling.api.SlingHttpServletRequest request,
String name,
ComponentEditType.Type editType,
boolean... isConfigured)
Returns the HTML for creating DropTarget Edit Icon(s) for a specific
(named) DropTargets defined by a Component.
|
String |
ComponentHelper.getEditBlock(org.apache.sling.api.SlingHttpServletRequest request,
ComponentEditType.Type editType,
boolean... isConfigured)
Creates a String HTML representation of the Component's edit block.
|
String |
ComponentHelper.getEditIconImgTag(ComponentEditType.Type editType)
Get the edit icon HTML img tag (>img ...<) for the specified
EditType
|
boolean |
ComponentHelper.printDDEditBlock(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
String name,
ComponentEditType.Type editType,
boolean... isConfigured)
Print the DropTarget Edit Icon to the response.
|
boolean |
ComponentHelper.printEditBlock(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
ComponentEditType.Type editType,
boolean... isConfigured)
Prints the HTML representation of the Component's edit block to the Response.
|
boolean |
ComponentHelper.printEditBlockOrNothing(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
ComponentEditType.Type editType,
boolean... isConfigured)
Wrapper for printEditBlock(...) with special handling for non-Authoring modes.
|
Copyright © 2013–2020 Adobe. All rights reserved.