java.lang.Object
org.apache.sling.scripting.sightly.impl.html.MarkupUtils

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

    • MarkupUtils

      public MarkupUtils()
  • Method Details

    • 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