Package | Description |
---|---|
com.adobe.aemds.guide.common | |
com.adobe.aemds.guide.service | |
com.adobe.aemds.guide.utils |
Modifier and Type | Method and Description |
---|---|
String |
GuideContainer.getXfaJson()
Returns the XDP Template information required to render XDP based adaptive forms
|
String |
GuideContainer.getXfaRenderContext()
Returns the parameters required for XFA based adaptive forms to render.
|
void |
GuideNode.syncNode() |
Modifier and Type | Method and Description |
---|---|
String |
GuideModelTransformer.getDataJson(org.apache.sling.api.resource.Resource guideContainer,
com.adobe.aemds.guide.utils.JSONCreationOptions options)
Returns the JSON after merging Guide Template with the data XML
|
GuideCaptchaValidator |
GuideCaptchaValidatorProvider.getGuideCaptchaValidator(String validatorName)
Returns the appropriate CAPTCHA validator given it's name
e.g for validatorName = "recaptcha" it will return the ReCaptchaValidator
Note that all returned instances would be implementations of
GuideCaptchaValidator |
String |
GuideDraftStateProvider.getGuideDraftState(String guideStatePathRef)
Deprecated.
Gets the Draft state of the adaptive form
|
String |
GuideModelTransformer.getGuideMergedJson(String mergedJsonPath)
Returns the Guide Merged Json available at mergedJsonPath
|
String |
GuideMergedJsonProvider.getGuideMergedJson(String mergedJsonPath)
Gets the Guide Merged Json
|
Map<String,String>[] |
GuideModelTransformer.validate(String dataXml,
org.apache.sling.api.resource.Resource resource,
String serverUrl,
String contextPath)
Deprecated.
|
Map<String,String>[] |
GuideModelTransformer.validate(String dataXml,
org.apache.sling.api.resource.Resource resource,
String serverUrl,
String locale,
String contextPath)
Deprecated.
|
Map<String,String>[] |
GuideModelTransformer.validate(String dataXml,
org.apache.sling.api.resource.Resource resource,
String serverUrl,
String locale,
String contextPath,
String fileAttachmentMap)
Deprecated.
|
GuideValidationResult |
GuideModelTransformer.validateData(String dataXml,
org.apache.sling.api.resource.Resource resource,
String serverUrl,
String locale,
String contextPath,
String fileAttachmentMap)
This API performs Server Side validation for an adaptive form
|
GuideValidationResult |
GuideModelTransformer.validateForm(ValidationOptions validationOptions)
This API performs Server Side and captcha validation for an adaptive form.
|
Modifier and Type | Method and Description |
---|---|
static String |
GuideUtils.getGuideName(org.apache.sling.api.resource.Resource rsrc)
Return the parameter name for the field
|
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.