public final class PathCompiler
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<PathExpression> |
compile(java.lang.String key)
Split the property name by separator (except within a [] escaped blocked)
and create an array of it.
|
static java.util.List<PathExpression> |
compile(java.lang.String key,
boolean parentScopeResolution)
Split the property name by separator (except within a [] escaped blocked)
and create an array of it.
|
public static java.util.List<PathExpression> compile(java.lang.String key)
key
- The property's name.public static java.util.List<PathExpression> compile(java.lang.String key, boolean parentScopeResolution)
key
- The property's name.parentScopeResolution
- False, if we want to restrict lookup to current scope.Copyright © 2010 - 2020 Adobe. All Rights Reserved