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)
PathExpressioneval in interface PathExpressioneval in class ThisPathresolver - Value resolvercontext - Context object.data - Data object.chain - Expression chain.null.Copyright © 2018. All rights reserved.