|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.el.ELParser
public class ELParser
Parses the expression.
| Field Summary | |
|---|---|
protected ELContext |
_elContext
|
| Constructor Summary | |
|---|---|
ELParser(ELContext elContext,
java.lang.String string)
|
|
| Method Summary | |
|---|---|
protected void |
copyTo(ELParser parser)
Copy to the dest parser. |
protected ELParser |
create(java.lang.String string)
|
protected Expr |
createImplicitObjectExpr(java.lang.String name)
Creates the implicit object for the name. |
protected java.lang.reflect.Method |
getStaticMethod(java.lang.String name)
Creates the implicit object for the name. |
Expr |
parse()
Parses the expression string. |
Expr |
parseInterpolate()
Parses interpolated code. |
void |
setCheckEscape(boolean checkEscape)
Set true if escapes are checked. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final ELContext _elContext
| Constructor Detail |
|---|
public ELParser(ELContext elContext,
java.lang.String string)
| Method Detail |
|---|
protected ELParser create(java.lang.String string)
protected void copyTo(ELParser parser)
public void setCheckEscape(boolean checkEscape)
public Expr parse()
throws ELParseException
ELParseException
public Expr parseInterpolate()
throws ELParseException
ELParseExceptionprotected Expr createImplicitObjectExpr(java.lang.String name)
protected java.lang.reflect.Method getStaticMethod(java.lang.String name)
throws ELParseException
ELParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||