@Model(adaptables={org.apache.sling.api.resource.Resource.class,org.apache.sling.api.SlingHttpServletRequest.class},
defaultInjectionStrategy=OPTIONAL)
public class DynamicDeckInitiatorPageModel
extends GeneratedDialog
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamicDeckInitiatorPageModel.Mode |
fieldComponents| Constructor and Description |
|---|
DynamicDeckInitiatorPageModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionPath() |
String |
getDeckTitle() |
String |
getDestinationPath() |
String |
getMasterAssetPath() |
DynamicDeckInitiatorPageModel.Mode |
getOperationMode() |
String |
getTemplatePath() |
void |
setCollectionPath(String collectionPath) |
void |
setDeckTitle(String deckTitle) |
void |
setDestinationPath(String destinationPath) |
void |
setMasterAssetPath(String masterAssetPath) |
void |
setOperationMode(DynamicDeckInitiatorPageModel.Mode operationMode) |
void |
setTemplatePath(String templatePath) |
getAllClientLibraries, getCssClientLibraries, getFieldComponents, getForm, getFormResource, getFormTitle, getJsClientLibraries, getRequest, getResource, getSlingHelper, init, initAnnotationValues, setFormTitlepublic String getDeckTitle()
public void setDeckTitle(String deckTitle)
public String getTemplatePath()
public void setTemplatePath(String templatePath)
public String getCollectionPath()
public void setCollectionPath(String collectionPath)
public String getMasterAssetPath()
public void setMasterAssetPath(String masterAssetPath)
public String getDestinationPath()
public void setDestinationPath(String destinationPath)
public DynamicDeckInitiatorPageModel.Mode getOperationMode()
public void setOperationMode(DynamicDeckInitiatorPageModel.Mode operationMode)
Copyright © 2013–2020 Adobe. All rights reserved.