515253545556575859
return this.templateModeName; } public ITemplateParser getTemplateParser() { if(this.parser==null) { this.parser = new ThymesheetTemplateParser(decoratedParser, urlFactory, thymesheetLocator); } return this.parser; }
555657585960616263
return this.templateModeName; } public ITemplateParser getTemplateParser() { if(this.parser==null) { this.parser = new ThymesheetTemplateParser(decoratedParser, urlFactory, thymesheetLocator, postProcessors); } return this.parser; }