Package ch.tocco.nice2.dms.impl.tree.uri
Interface MainUriResolveStrategy
- All Known Implementing Classes:
MainUriResolveStrategyImpl
public interface MainUriResolveStrategy
-
Method Summary
Modifier and TypeMethodDescriptionOptional<? extends ContentUriTarget> resolve(ContentTreeNode root, URI uri) Resolve an URI below a specific root node.
-
Method Details
-
resolve
Resolve an URI below a specific root node.- Parameters:
root- The root node.uri- The URI from the root node to the target.- Returns:
- the target or the last target that could be resolved (marked as fallback).
-