Package com.microstrategy.utils
Class URLValidationHelper
- java.lang.Object
-
- com.microstrategy.utils.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.
-