public class JspELParser extends ELParser
_elContext, _isMethodExpr, _isParsingArgs
Constructor and Description |
---|
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)
|
Modifier and Type | Method and Description |
---|---|
protected ELParser |
create(java.lang.String string) |
protected Expr |
createImplicitObjectExpr(java.lang.String name)
Creates the implicit object for the name.
|
copyTo, getStaticMethod, parse, parseInterpolate, setCheckEscape
public JspELParser(ELContext env, java.lang.String string)
env
- string
- public JspELParser(ELContext env, java.lang.String string, boolean isMethodExpr)