Package | Description |
---|---|
org.trimou.engine.locator |
Modifier and Type | Method and Description |
---|---|
static ClassPathTemplateLocator.Builder |
ClassPathTemplateLocator.builder() |
static ClassPathTemplateLocator.Builder |
ClassPathTemplateLocator.builder(int priority) |
ClassPathTemplateLocator.Builder |
ClassPathTemplateLocator.Builder.setClassLoader(ClassLoader classLoader)
If not set, use the TCCL or the CL of this class.
|
ClassPathTemplateLocator.Builder |
ClassPathTemplateLocator.Builder.setPriority(int priority) |
ClassPathTemplateLocator.Builder |
ClassPathTemplateLocator.Builder.setRootPath(String rootPath)
If not set, no templates will be available for precompilation.
|
ClassPathTemplateLocator.Builder |
ClassPathTemplateLocator.Builder.setScanClasspath(boolean scanClasspath)
If set to
true the locator will attempt to scan the
classpath to get all available template identifiers. |
ClassPathTemplateLocator.Builder |
ClassPathTemplateLocator.Builder.setSuffix(String suffix)
If not set, a full template name must be used.
|
Copyright © 2017. All rights reserved.