|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.el.ELParser
com.caucho.jsp.el.JspELParser
public class JspELParser
Parses the expression.
Field Summary |
---|
Fields inherited from class com.caucho.el.ELParser |
---|
_elContext, _isMethodExpr, _isParsingArgs |
Constructor Summary | |
---|---|
JspELParser(ELContext env,
java.lang.String string)
Creates a new JspELParser |
|
JspELParser(ELContext env,
java.lang.String string,
boolean isMethodExpr)
Creates a new JspELParser in method parsing mode (more restrictive) |
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 |
---|
public JspELParser(ELContext env, java.lang.String string)
env
- string
- public JspELParser(ELContext env, java.lang.String string, boolean isMethodExpr)
Method Detail |
---|
protected ELParser create(java.lang.String string)
create
in class ELParser
protected Expr createImplicitObjectExpr(java.lang.String name)
createImplicitObjectExpr
in class ELParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |