public interface MultiViewCollator extends Collator
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPathToPage(ViewFormattingContext ctx,
Page page,
Page from,
View toView)
Use this method to get a path for a page which will implicitly change the view.
|
addOutputter, getPathToPage, getPathToPage, getPathToResource, pageClosed
java.lang.String getPathToPage(ViewFormattingContext ctx, Page page, Page from, View toView)
ctx
- the formatting context.page
- the page that is being referenced.from
- the current page, which will contain the reference.toView
- the new view to set.