|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webmacro.resource.AbstractTemplateLoader
Abstract implementation of TemplateLoader, that stores broker and path and provides a ReloadDelayDecorator and a common log object.
Field Summary | |
protected Broker |
broker
Our broker |
protected TemplateLoaderHelper |
helper
Helper class for loading templates from files or URLs |
protected Log |
log
Log to use |
Constructor Summary | |
AbstractTemplateLoader()
|
Method Summary | |
void |
init(Broker b,
Settings config)
Sets up broker, reloadDelayDecorator and log. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.webmacro.resource.TemplateLoader |
load, setConfig |
Field Detail |
protected Broker broker
protected Log log
protected TemplateLoaderHelper helper
Constructor Detail |
public AbstractTemplateLoader()
Method Detail |
public void init(Broker b, Settings config) throws InitException
init
in interface TemplateLoader
InitException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |