Home | History | Annotate | Download | only in html

Lines Matching refs:template

167         StringTemplate template = TemplateStore.getStringTemplate(PAGE);
169 template.setAttribute("class_delta", classDelta);
178 template.setAttribute("has_class_signature_delta", hasSignatureDelta);
180 template.setAttribute("removed_fields", removedFields);
181 template.setAttribute("added_fields", addedFields);
182 template.setAttribute("changed_fields", changedFields);
184 template.setAttribute("removed_annotation_fields",
186 template.setAttribute("added_annotation_fields", addedAnnotationFields);
187 template.setAttribute("changed_annotation_fields",
190 template.setAttribute("removed_enum_constants", removedEnumConstants);
191 template.setAttribute("added_enum_constants", addedEnumConstants);
192 template.setAttribute("changed_enum_constants", changedEnumConstants);
194 template.setAttribute("removed_constructors", removedConstructors);
195 template.setAttribute("added_constructors", addedConstructors);
196 template.setAttribute("changed_constructors", changedConstructors);
198 template.setAttribute("removed_methods", removedMethods);
199 template.setAttribute("added_methods", addedMethods);
200 template.setAttribute("changed_methods", changedMethods);
202 template.setArgumentContext(commonInfos);
203 b.append(template.toString());