The Charset for the template. @return the Charset, if set. Defaults to UTF-8
()
| 250 | * @return the Charset, if set. Defaults to UTF-8 |
| 251 | */ |
| 252 | public Charset getCharset() { |
| 253 | return this.charset; |
| 254 | } |
| 255 | |
| 256 | /** |
| 257 | * Splits a Uri into Chunks that exists inside and outside of an expression, delimited by curly |
no outgoing calls
no test coverage detected