public class TemplateContext extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TemplateContext() |
TemplateContext(String pluginId,
String language) |
| Modifier and Type | Method and Description |
|---|---|
TemplateContext |
digestType(int digestSize) |
TemplateContext |
end() |
int |
getDigestSize() |
Throwable |
getException() |
String |
getLanguage() |
String |
getPluginId() |
TemplateContext |
language(String language) |
TemplateContext |
provider(String providerId) |
void |
setException(Throwable exception)
Holds the exception if have any on transform processing.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic void setException(Throwable exception)
exception - public Throwable getException()
public TemplateContext digestType(int digestSize)
public TemplateContext provider(String providerId)
public TemplateContext language(String language)
public TemplateContext end()
public String getPluginId()
public String getLanguage()
public int getDigestSize()
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.