Class XssUtil


  • public class XssUtil
    extends Object
    Utility class to provide offering configured Xss checked.
    Since:
    22.04.0
    • Method Detail

      • isXssSafeAndEnabled

        public static boolean isXssSafeAndEnabled​(String value)
        Verifies if value is xss safe.
        Returns:
        true if value is xss safe. false otherwise.