public class ELParser
extends java.lang.Object
| Constructor and Description |
|---|
ELParser(java.lang.String expression) |
| Modifier and Type | Method and Description |
|---|---|
static ELNode.Nodes |
parse(java.lang.String expression)
Parse an EL expression
|
public static ELNode.Nodes parse(java.lang.String expression)
expression - The input expression string of the form
( (Char* | (('${' | '#{') Char* '}') )+Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.