Package org.kuali.rice.krad.uif.util
Interface ObjectPathExpressionParser.PathEntry
- Enclosing class:
ObjectPathExpressionParser
public static interface ObjectPathExpressionParser.PathEntry
Path entry interface for use with
ObjectPathExpressionParser.parsePathExpression(Object, String, PathEntry).-
Method Summary
-
Method Details
-
parse
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.
-