public class ELParser extends Object
Modifier and Type | Method | Description |
---|---|---|
static org.apache.jasper.compiler.ELNode.Nodes |
parse(String expression) |
Parse an EL expression
|
public ELParser(String expression)
public static org.apache.jasper.compiler.ELNode.Nodes parse(String expression)
expression
- The input expression string of the form
( (Char* | (('${' | '#{') Char* '}') )+Copyright © 2019 Oracle. All rights reserved.