T
- templatepublic abstract class AbstractBaseStaticTemplateLoader<T extends Template> extends Object implements StaticTemplateLoader<T>
Modifier and Type | Field and Description |
---|---|
protected Map<String,URL> |
templateURLs |
Constructor and Description |
---|
AbstractBaseStaticTemplateLoader()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String name) |
Set<String> |
names() |
void |
setTemplateURLs(Map<String,URL> templateURLs) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
templatePathRegex
load, templateParser, templateRenderer
public AbstractBaseStaticTemplateLoader()
public Set<String> names()
names
in interface TemplateLoader<T extends Template>
public boolean contains(String name)
contains
in interface TemplateLoader<T extends Template>
name
- template namepublic void setTemplateURLs(Map<String,URL> templateURLs)
setTemplateURLs
in interface StaticTemplateLoader<T extends Template>
Copyright © 2013-2018–2019 SeedStack. All rights reserved.