public interface ELProvider
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(ValueStack contextMap,
String expr,
Class<?> expectedType,
String language,
List<String> importedClasses) |
String[] |
getSupportedLanguages() |
String[] |
getSupportedTemplateLanguages() |
void |
write(Writer writer,
URL templateUrl,
ValueStack contextMap,
String templateLanguage,
Long templateLastModified) |
Object eval(ValueStack contextMap, String expr, Class<?> expectedType, String language, List<String> importedClasses) throws ELProviderException
ELProviderExceptionString[] getSupportedLanguages()
void write(Writer writer, URL templateUrl, ValueStack contextMap, String templateLanguage, Long templateLastModified)
String[] getSupportedTemplateLanguages()
Copyright © 2018. All rights reserved.