RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler
Interface ELParser

All Known Implementing Classes:
ELParserImpl

public interface ELParser


Method Summary
 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)
           
 

Method Detail

parse

TypedTemplateStatement parse(String expression,
                             Variables variables,
                             ELType expectedType)
                             throws ParsingException
Throws:
ParsingException

parse

TypedTemplateStatement parse(String expression,
                             Variables variables,
                             String expectedType)
                             throws ParsingException
Throws:
ParsingException

getType

ELType getType(Class<?> targetClass)

getType

ELType getType(String classExpression)

getType

ELType getType(ClassName targetClass)

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.