com.caucho.jsp.el
Class JspELParser

java.lang.Object
  extended by com.caucho.el.ELParser
      extended by com.caucho.jsp.el.JspELParser

public class JspELParser
extends ELParser

Parses the expression.


Field Summary
 
Fields inherited from class com.caucho.el.ELParser
_elContext
 
Constructor Summary
JspELParser(ELContext env, java.lang.String string)
          Creates a new JspELParser
 
Method Summary
protected  ELParser create(java.lang.String string)
           
protected  Expr createImplicitObjectExpr(java.lang.String name)
          Creates the implicit object for the name.
 
Methods inherited from class com.caucho.el.ELParser
copyTo, getStaticMethod, parse, parseInterpolate, setCheckEscape
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspELParser

public JspELParser(ELContext env,
                   java.lang.String string)
Creates a new JspELParser

Method Detail

create

protected ELParser create(java.lang.String string)
Overrides:
create in class ELParser

createImplicitObjectExpr

protected Expr createImplicitObjectExpr(java.lang.String name)
Creates the implicit object for the name.

Overrides:
createImplicitObjectExpr in class ELParser