RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.el
Class ELParserImpl

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.el.ELParserImpl
All Implemented Interfaces:
ELParser

public class ELParserImpl
extends Object
implements ELParser

Author:
asmirnov

Constructor Summary
ELParserImpl(TypesFactory typesFactory, org.richfaces.cdk.Logger log)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELParserImpl

@Inject
public ELParserImpl(TypesFactory typesFactory,
                           org.richfaces.cdk.Logger log)
Method Detail

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

RichFaces CDK Generator 4.2.0.CR1

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