Class GuideCaptcha

  • All Implemented Interfaces:
    FDField, StyledFDField, java.io.Serializable, Use

    public class GuideCaptcha
    extends GuideField
    GuideCaptcha encapsulates basic properties of the adaptive forms Captcha Component.
    Since:
    6.3
    See Also:
    Serialized Form
    • Constructor Detail

      • GuideCaptcha

        public GuideCaptcha()
    • Method Detail

      • getAuthoringAltText

        public java.lang.String getAuthoringAltText()
        Returns the alternate text for a place holder icon for Captcha in authoring
        Returns:
        alternate text for placeholder icon
      • getGuideFieldType

        public java.lang.String getGuideFieldType()
        Returns the field type of the Adaptive Forms Component
        Specified by:
        getGuideFieldType in interface FDField
        Overrides:
        getGuideFieldType in class GuideNode
        Returns:
        String representing guide field type
      • getCaptchaService

        public java.lang.String getCaptchaService()
        Returns the service type of the Adaptive Form Captcha
        Returns:
        String representing guide captcha service type
      • getExternalDomain

        public java.lang.String getExternalDomain()
      • getLocale

        public java.lang.String getLocale()
        Returns the locale from request
        Returns:
        String representing locale
      • getResourceProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getResourceProperties()
        Returns the Properties of Adaptive Form Captcha Resource
        Returns:
        Map of resource properties
      • getAuthoringConfig

        public java.util.Map<java.lang.String,​java.lang.Object> getAuthoringConfig()
        Description copied from class: GuideField
        Gives the authoring configuration of the guide field component
        Overrides:
        getAuthoringConfig in class GuideField
        Returns:
        authoring config of guide field component