Home | History | Annotate | Download | only in syntax

Lines Matching defs:templateName

62   private final String templateName;
66 * Create an AutoEscaper, which will apply the specified escaping mode. If templateName is
70 * @param templateName
72 public AutoEscaper(EscapeMode mode, String templateName) {
73 this.templateName = templateName;
76 templateName);
80 autoEscapeContext = new AutoEscapeContext(mode, templateName);
125 + " but ends in different context " + endState, templateName);
194 + ifEndState + " and " + elseEndState, templateName, line, column);