public interface PathContext
PathContext interface use used to provide path information
to the contentbus when resolving relative handles.| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator |
paths()
Deprecated.
since echidna, use
paths(Ticket) instead |
java.util.Iterator |
paths(Ticket ticket)
Returns an iteration over paths.
|
java.lang.String |
resolveHandle(Ticket ticket,
java.lang.String handle)
Resolves the handle in the path using the given ticket.
|
java.util.Iterator paths()
paths(Ticket) insteadjava.util.Iterator paths(Ticket ticket)
ticket - The Ticket to use in case the path cache needs
rebuild.java.lang.String resolveHandle(Ticket ticket, java.lang.String handle)
Tickets.ticket - The ticket to use for the resolutionhandle - The handle to resovle. If this is an absolute handle,
it is returned unmodified.null if the handle cannot be
resolved.