org.kuali.rice.krad.uif.util
Interface ObjectPathExpressionParser.PathEntry
- All Known Implementing Classes:
- InitializeDataFieldFromDictionaryTask.AttributePathEntry
- Enclosing class:
- ObjectPathExpressionParser
public static interface ObjectPathExpressionParser.PathEntry
Path entry interface for use with
ObjectPathExpressionParser.parsePathExpression(Object, String, PathEntry)
.
parse
Object parse(String parentPath,
Object node,
String next)
- Parse one node.
- Parameters:
parentPath
- The path expression parsed so far.node
- The current parse node.next
- The next path token.
- Returns:
- A reference to the next parse node.
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.