public class DataXMLOptions
extends java.lang.Object
Constructor and Description |
---|
DataXMLOptions() |
DataXMLOptions(DataOptions dataOptions) |
Modifier and Type | Method and Description |
---|---|
Resource |
getAemFormContainer()
Container (if any) resource in which the form is being embedded.
|
java.lang.String |
getDataRef()
path of the XML being passed as the sling request parameter or request attribute.
|
Resource |
getFormResource()
Form resource present inside DAM for which the data is required.
|
java.lang.String |
getPagePath()
Path of the page where the form resides.
|
java.util.Map |
getParams()
Returns the parameter map
|
java.lang.String |
getServiceName()
returns the name of the service to be used for getting the data xml.
|
DataXMLOptions |
setAemFormContainer(Resource aemFormContainer)
Container (if any) resource in which the form is being embedded.
|
DataXMLOptions |
setDataRef(java.lang.String dataRef)
set the path of the XML from where the data has to be obtained
|
DataXMLOptions |
setFormResource(Resource formResource)
Form resource present inside DAM for which the data is required.
|
DataXMLOptions |
setPagePath(java.lang.String pagePath)
Path of the page/profile (for MF) where the form resides.
|
DataXMLOptions |
setParams(java.util.Map paramMap)
Sets the parameter map.
|
DataXMLOptions |
setServiceName(java.lang.String serviceName)
set the name of the service to be used for getting the data xml.
|
public DataXMLOptions()
public DataXMLOptions(DataOptions dataOptions)
public java.lang.String getDataRef()
public DataXMLOptions setDataRef(java.lang.String dataRef)
dataRef
- path of the XML from where the data has to be obtainedpublic Resource getFormResource()
public DataXMLOptions setFormResource(Resource formResource)
formResource
- Form resource present inside DAM for which the data is required.public java.lang.String getPagePath()
public DataXMLOptions setPagePath(java.lang.String pagePath)
pagePath
- Path of the page/profile (for MF) where the form resides.public Resource getAemFormContainer()
public DataXMLOptions setAemFormContainer(Resource aemFormContainer)
aemFormContainer
- Container (if any) resource in which the form is being embedded.public java.lang.String getServiceName()
public DataXMLOptions setServiceName(java.lang.String serviceName)
serviceName
- name of the service to be used for getting the data xmlpublic java.util.Map getParams()
public DataXMLOptions setParams(java.util.Map paramMap)
paramMap
- map of parametersCopyright © 2010 - 2020 Adobe. All Rights Reserved