|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatefulTemplateLoader
Interface that can be implemented by template loaders that maintain some sort of internal state (i.e. caches of earlier lookups for performance optimization purposes etc.) and support resetting of their state.
Method Summary | |
---|---|
void |
resetState()
Invoked by Configuration.clearTemplateCache() to instruct this
template loader to throw away its current state and start afresh. |
Methods inherited from interface freemarker.cache.TemplateLoader |
---|
closeTemplateSource, findTemplateSource, getLastModified, getReader |
Method Detail |
---|
void resetState()
Configuration.clearTemplateCache()
to instruct this
template loader to throw away its current state and start afresh.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |