Class URLValidationHelper


  • public class URLValidationHelper
    extends java.lang.Object
    This class is to read the config file related to URL validation and parse it into the data which can be used by front end and back end. Back end validation functions can also be added into this class if necessary.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getLinkToURLSchemes()
      Obtain the allowed schemes for "Link to" field of image area.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLinkToURLSchemes

        public static java.lang.String getLinkToURLSchemes()
        Obtain the allowed schemes for "Link to" field of image area.
        Returns:
        {String} The string of allowed schemes separate by ","