META-INF.templates.java.render-attributes-set.ftl Maven / Gradle / Ivy
The newest version!
for (ComponentAttribute knownAttribute : attributes) {
renderAttributeAndBehaviors(context, component, knownAttribute);
}
}
public static void renderAttributeAndBehaviors(FacesContext facesContext, UIComponent component,
ComponentAttribute componentAttribute) throws IOException {