| Constructor and Description |
|---|
ELParserImpl(TypesFactory typesFactory,
Logger log) |
| 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) |
@Inject public ELParserImpl(TypesFactory typesFactory, Logger log)
public TypedTemplateStatement parse(String expression, Variables variables, ELType expectedType) throws ParsingException
parse in interface ELParserParsingExceptionpublic TypedTemplateStatement parse(String expression, Variables variables, String expectedType) throws ParsingException
parse in interface ELParserParsingExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.