public class ResolveThisPath extends ThisPath
.
,this
or ./
.PathExpression.Chain
Constructor and Description |
---|
ResolveThisPath(String name)
Creates a new path resolver.
|
Modifier and Type | Method and Description |
---|---|
Object |
eval(ValueResolver resolver,
Context context,
Object data,
PathExpression.Chain chain)
Eval the expression and resolve it to a value.
|
public ResolveThisPath(String name)
name
- A this path.public Object eval(ValueResolver resolver, Context context, Object data, PathExpression.Chain chain)
PathExpression
eval
in interface PathExpression
eval
in class ThisPath
resolver
- Value resolvercontext
- Context object.data
- Data object.chain
- Expression chain.null
.Copyright © 2021. All rights reserved.