Modifier and Type | Field and Description |
---|---|
protected Collection<AutoDeploymentStrategy<TemplateEngine>> |
TemplateEngineConfiguration.deploymentStrategies |
protected static Map<String,TemplateEngine> |
TemplateEngines.templateEngines |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TemplateEngineConfiguration.buildTemplateEngine() |
static TemplateEngine |
TemplateEngines.getDefaultTemplateEngine() |
static TemplateEngine |
TemplateEngines.getTemplateEngine(String templateEngineName)
Obtain an template engine by name.
|
Modifier and Type | Method and Description |
---|---|
AutoDeploymentStrategy<TemplateEngine> |
TemplateEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
Collection<AutoDeploymentStrategy<TemplateEngine>> |
TemplateEngineConfiguration.getDeploymentStrategies() |
static Map<String,TemplateEngine> |
TemplateEngines.getTemplateEngines()
Provides access to template engines to application clients in a managed server environment.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TemplateEngineConfiguration.autoDeployResources(TemplateEngine templateEngine) |
static void |
TemplateEngines.registerEngine(TemplateEngine templateEngine)
Registers the given template engine.
|
static void |
TemplateEngines.unregister(TemplateEngine templateEngine)
Unregisters the given template engine.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<TemplateEngine>> deploymentStrategies) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
Resource[] resources,
TemplateEngine engine) |
protected LockManager |
AbstractTemplateAutoDeploymentStrategy.getLockManager(TemplateEngine engine,
String deploymentNameHint) |
Modifier and Type | Method and Description |
---|---|
protected TemplateEngine |
TemplateEngineConfigurator.initEngine() |
Modifier and Type | Class and Description |
---|---|
class |
TemplateEngineImpl |
Modifier and Type | Field and Description |
---|---|
protected TemplateEngine |
DefaultTemplateDefinitionAutoDeployer.templateEngine |
Constructor and Description |
---|
DefaultTemplateDefinitionAutoDeployer(Collection<Resource> deploymentResources,
TemplateEngine templateEngine) |
DefaultTemplateDefinitionAutoDeployer(Collection<Resource> deploymentResources,
TemplateEngine templateEngine,
String deploymentName) |
Modifier and Type | Field and Description |
---|---|
protected TemplateEngine |
TemplateTestHelper.templateEngine |
Modifier and Type | Method and Description |
---|---|
protected TemplateEngine |
TemplateExtension.createTemplateEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
TemplateEngine |
TemplateTestHelper.getTemplateEngine() |
Constructor and Description |
---|
TemplateTestHelper(TemplateEngine templateEngine) |