|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jasper.compiler.ELParser
public class ELParser
This class implements a parser for EL expressions. It takes strings of the form xxx${..}yyy${..}zzz etc, and turn it into a ELNode.Nodes. Currently, it only handles text outside ${..} and functions in ${ ..}.
Constructor Summary | |
---|---|
ELParser(java.lang.String expression)
|
Method Summary | |
---|---|
char |
getType()
|
static ELNode.Nodes |
parse(java.lang.String expression)
Parse an EL expression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ELParser(java.lang.String expression)
Method Detail |
---|
public static ELNode.Nodes parse(java.lang.String expression)
expression
- The input expression string of the form Char* ('${' Char*
'}')* Char*
public char getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |