public class LazyEgxModule.LazyGenerationRuleContentPromise extends Object implements ContentPromise
Modifier and Type | Field and Description |
---|---|
protected Map<URI,EglTemplate> |
templateCache |
protected EglTemplateFactory |
templateFactory |
protected URI |
templateUri |
protected Collection<Variable> |
variables |
Modifier | Constructor and Description |
---|---|
protected |
LazyGenerationRuleContentPromise() |
|
LazyGenerationRuleContentPromise(EglTemplateFactory templateFactory,
Map<URI,EglTemplate> templateCache,
URI templateUri,
Collection<Variable> variables) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
Collection<Variable> |
getVariables() |
protected EglTemplateFactory templateFactory
protected Map<URI,EglTemplate> templateCache
protected URI templateUri
protected Collection<Variable> variables
protected LazyGenerationRuleContentPromise()
public LazyGenerationRuleContentPromise(EglTemplateFactory templateFactory, Map<URI,EglTemplate> templateCache, URI templateUri, Collection<Variable> variables)
public Collection<Variable> getVariables()
public String getContent() throws Exception
getContent
in interface ContentPromise
Exception
Copyright © 2020. All rights reserved.