Package com.adobe.aemds.guide.service
Interface CaptchaInfoProvider
-
@ProviderType public interface CaptchaInfoProviderDefines the interface to manage CaptchaInfo extractors
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CaptchaInfogetCaptchaInfo(java.lang.String formPath)
-
-
-
Method Detail
-
getCaptchaInfo
CaptchaInfo getCaptchaInfo(java.lang.String formPath) throws GuideException
- Parameters:
formPath- location of formContainerResource- Throws:
GuideException
-
-