Uses of Class
ognl.ParseException
Packages that use ParseException
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of ParseException in ognl
Methods in ognl that return ParseExceptionMethods in ognl that throw ParseExceptionModifier and TypeMethodDescriptionfinal void
OgnlParser.additiveExpression()
final void
OgnlParser.andExpression()
final void
OgnlParser.assignmentExpression()
final String
OgnlParser.className()
final String
OgnlParser.classReference()
final void
OgnlParser.conditionalTestExpression()
final void
OgnlParser.constructorCall()
final void
OgnlParser.equalityExpression()
final void
OgnlParser.exclusiveOrExpression()
final void
OgnlParser.expression()
final void
OgnlParser.inclusiveOrExpression()
final void
OgnlParser.index()
final void
OgnlParser.keyValueExpression()
final void
OgnlParser.logicalAndExpression()
final void
OgnlParser.logicalOrExpression()
final void
OgnlParser.methodCall()
final void
OgnlParser.multiplicativeExpression()
final void
OgnlParser.navigationChain()
final void
OgnlParser.primaryExpression()
final void
OgnlParser.projection()
Apply an expression to all elements of a collection, creating a new collection as the result.final void
OgnlParser.propertyName()
final void
OgnlParser.relationalExpression()
final 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.final 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.final void
OgnlParser.selection()
final 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.final void
OgnlParser.shiftExpression()
final void
OgnlParser.staticMethodCall
(String className) final void
OgnlParser.staticReference()
final Node
OgnlParser.topLevelExpression()
This is the top-level construct of OGNL.final void
OgnlParser.unaryExpression()