Package | Description |
---|---|
org.apache.commons.ognl |
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
|
Modifier and Type | Method and Description |
---|---|
ParseException |
OgnlParser.generateParseException()
Generate ParseException.
|
Modifier and Type | Method and Description |
---|---|
void |
OgnlParser.additiveExpression() |
void |
OgnlParser.andExpression() |
void |
OgnlParser.assignmentExpression() |
String |
OgnlParser.className() |
String |
OgnlParser.classReference() |
void |
OgnlParser.conditionalTestExpression() |
void |
OgnlParser.constructorCall() |
void |
OgnlParser.equalityExpression() |
void |
OgnlParser.exclusiveOrExpression() |
void |
OgnlParser.expression() |
void |
OgnlParser.inclusiveOrExpression() |
void |
OgnlParser.index() |
void |
OgnlParser.keyValueExpression() |
void |
OgnlParser.logicalAndExpression() |
void |
OgnlParser.logicalOrExpression() |
void |
OgnlParser.methodCall() |
void |
OgnlParser.multiplicativeExpression() |
void |
OgnlParser.navigationChain() |
void |
OgnlParser.primaryExpression() |
void |
OgnlParser.projection()
Apply an expression to all elements of a collection, creating a new collection
as the result.
|
void |
OgnlParser.propertyName() |
void |
OgnlParser.relationalExpression() |
void |
OgnlParser.selectAll()
Apply a boolean expression to all elements of a collection, creating a new collection
containing those elements for which the expression returned true.
|
void |
OgnlParser.selectFirst()
Apply a boolean expression to all elements of a collection, creating a new collection
containing those elements for the first element for which the expression returned true.
|
void |
OgnlParser.selection() |
void |
OgnlParser.selectLast()
Apply a boolean expression to all elements of a collection, creating a new collection
containing those elements for the first element for which the expression returned true.
|
void |
OgnlParser.shiftExpression() |
void |
OgnlParser.staticMethodCall(String className) |
void |
OgnlParser.staticReference() |
Node |
OgnlParser.topLevelExpression()
This is the top-level construct of OGNL.
|
void |
OgnlParser.unaryExpression() |
Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.