Uses of Class
org.apache.sling.scripting.sightly.impl.html.dom.template.TemplateAttribute
-
Packages that use TemplateAttribute Package Description org.apache.sling.scripting.sightly.impl.html.dom.template -
-
Uses of TemplateAttribute in org.apache.sling.scripting.sightly.impl.html.dom.template
Methods in org.apache.sling.scripting.sightly.impl.html.dom.template that return types with arguments of type TemplateAttribute Modifier and Type Method Description List<TemplateAttribute>
TemplateElementNode. getAttributes()
Constructor parameters in org.apache.sling.scripting.sightly.impl.html.dom.template with type arguments of type TemplateAttribute Constructor Description TemplateElementNode(String name, boolean hasEndSlash, List<TemplateAttribute> attributes)
-