Class MarkupUtils
- java.lang.Object
-
- org.apache.sling.scripting.sightly.impl.html.MarkupUtils
-
public class MarkupUtils extends Object
Utility methods related to markup
-
-
Constructor Summary
Constructors Constructor Description MarkupUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isSensitiveAttribute(String name)
Attributes which should not be generated by Sightly
-
-
-
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
-
-