public interface TemplatesParser
A parser for templates.
| Modifier and Type | Method and Description |
|---|---|
Templates |
parseTemplates(DataSource source,
Context context)
Parses the templates.
|
Templates |
parseTemplates(String value,
Context context)
Parses the templates.
|
Templates parseTemplates(String value, Context context) throws ParseException
Parses the templates.
value - The value.context - The context.IllegalArgumentException - If any of the parameters are null.ParseException - If an error occurs during the parsing.Templates parseTemplates(DataSource source, Context context) throws IOException, ParseException
Parses the templates.
source - The source.context - The context.IllegalArgumentException - If any of the parameters are null.IOException - If an I/O error occurs.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.