org.richfaces.cdk.templatecompiler
Interface ELParser
- All Known Implementing Classes:
- ELParserImpl
public interface ELParser
parse
TypedTemplateStatement parse(java.lang.String expression,
Variables variables,
ELType expectedType)
throws ParsingException
- Throws:
ParsingException
parse
TypedTemplateStatement parse(java.lang.String expression,
Variables variables,
java.lang.String expectedType)
throws ParsingException
- Throws:
ParsingException
getType
ELType getType(java.lang.Class<?> targetClass)
getType
ELType getType(java.lang.String classExpression)
getType
ELType getType(ClassName targetClass)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.