public class TemplateContext extends Object
| Modifier and Type | Field and Description |
|---|---|
Flavor |
flavor |
ProtectionSettings |
protectionSettings |
| Constructor and Description |
|---|
TemplateContext() |
TemplateContext(ProtectionSettings protectionSettings,
Flavor flavor,
Map<String,Object> variables) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
Object |
get(String key) |
Map<String,Object> |
getVariables() |
void |
incrementIterations() |
Object |
put(String key,
Object value) |
Object |
remove(String key) |
public final ProtectionSettings protectionSettings
public final Flavor flavor
public TemplateContext()
public TemplateContext(ProtectionSettings protectionSettings, Flavor flavor, Map<String,Object> variables)
Copyright © 2012–2016. All rights reserved.