org.richfaces.cdk.templatecompiler.el
Class ELParserImpl
java.lang.Object
org.richfaces.cdk.templatecompiler.el.ELParserImpl
- All Implemented Interfaces:
- ELParser
public class ELParserImpl
- extends Object
- implements ELParser
- Author:
- asmirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELParserImpl
@Inject
public ELParserImpl(TypesFactory typesFactory,
org.richfaces.cdk.Logger log)
parse
public TypedTemplateStatement parse(String expression,
Variables variables,
ELType expectedType)
throws ParsingException
- Specified by:
parse in interface ELParser
- Throws:
ParsingException
parse
public TypedTemplateStatement parse(String expression,
Variables variables,
String expectedType)
throws ParsingException
- Specified by:
parse in interface ELParser
- Throws:
ParsingException
getType
public ELType getType(Class<?> targetClass)
- Specified by:
getType in interface ELParser
getType
public ELType getType(String classExpression)
- Specified by:
getType in interface ELParser
getType
public ELType getType(ClassName targetClass)
- Specified by:
getType in interface ELParser
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.