Class CSSTemplateParser
Object
org.thymeleaf.templateparser.text.AbstractTextTemplateParser
org.thymeleaf.templateparser.text.CSSTemplateParser
- All Implemented Interfaces:
ITemplateParser
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
Constructor Summary
ConstructorsConstructorDescriptionCSSTemplateParser
(int bufferPoolSize, int bufferSize, boolean standardDialectPresent) -
Method Summary
Methods inherited from class org.thymeleaf.templateparser.text.AbstractTextTemplateParser
parseStandalone, parseString
-
Constructor Details
-
CSSTemplateParser
public CSSTemplateParser(int bufferPoolSize, int bufferSize, boolean standardDialectPresent)
-