Class MarkupUtils


  • public class MarkupUtils
    extends Object
    Utility methods related to markup
    • Constructor Detail

      • MarkupUtils

        public MarkupUtils()
    • Method Detail

      • isSensitiveAttribute

        public static boolean isSensitiveAttribute​(String name)
        Attributes which should not be generated by Sightly
        Parameters:
        name - the name of the attribute
        Returns:
        if the attribute is sensitive or not