public interface ELParser
| Modifier and Type | Method and Description |
|---|---|
ELType |
getType(Class<?> targetClass) |
ELType |
getType(ClassName targetClass) |
ELType |
getType(String classExpression) |
TypedTemplateStatement |
parse(String expression,
Variables variables,
ELType expectedType) |
TypedTemplateStatement |
parse(String expression,
Variables variables,
String expectedType) |
TypedTemplateStatement parse(String expression, Variables variables, ELType expectedType) throws ParsingException
ParsingExceptionTypedTemplateStatement parse(String expression, Variables variables, String expectedType) throws ParsingException
ParsingExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.