Class MarkupUtils
java.lang.Object
org.apache.sling.scripting.sightly.impl.html.MarkupUtils
Utility methods related to markup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isSensitiveAttribute
(String name) Attributes which should not be generated by Sightly
-
Constructor Details
-
MarkupUtils
public MarkupUtils()
-
-
Method Details
-
isSensitiveAttribute
Attributes which should not be generated by Sightly- Parameters:
name
- the name of the attribute- Returns:
- if the attribute is sensitive or not
-