public class ELParser extends Object
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 ${ ..}.
Modifier and Type | Method and Description |
---|---|
static ELNode.Nodes |
parse(String expression)
Parse an EL expression
|
public ELParser(String expression)
public static ELNode.Nodes parse(String expression)
expression
- The input expression string of the form
( (Char* | (('${' | '#{') Char* '}') )+Copyright © 2006–2018 TinyGroup. All rights reserved.