public interface ISource
Modifier and Type | Method and Description |
---|---|
StringBuilder |
getContent()
content of ISource
|
String |
getEncoding()
encoding of content
|
String |
getKey()
key used to cache, return null if do not cache the template
注意:如果不希望缓存从该 ISource 解析出来的 Template 对象
让 getKey() 返回 null 值即可
|
boolean |
isModified()
reload template if modified on devMode
|
boolean isModified()
String getKey()
StringBuilder getContent()
String getEncoding()
Copyright © 2018. All rights reserved.