Definition of an interface which allows resolving a (property) key for different manipulating operations.
This interface is used when interacting with a node model. It is an abstraction over a concrete {@link ExpressionEngine} instance. It alsoimplements some functionality for creating special helper objects for the processing of complex update operations.
@version $Id: NodeKeyResolver.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0 @param < T> the type of the nodes supported by this resolver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|