Uses of Class
io.virtdata.docsys.metafs.fs.renderfs.model.TargetPathView
-
-
Uses of TargetPathView in io.virtdata.docsys.metafs.fs.renderfs.api
Methods in io.virtdata.docsys.metafs.fs.renderfs.api with parameters of type TargetPathView Modifier and Type Method Description java.nio.ByteBufferRenderableChain. apply(TargetPathView targetPathView)java.nio.ByteBufferRenderableEntry. apply(TargetPathView targetPathView)Create a rendered document image of some type (it might not always be html, for example) by doing the following: Read the template image unless it is already valid. Construct a new renderer from the template image. Construct a new document image with the renderer. Update the version. Return the document image to the reader. These steps are only taken if needed. -
Uses of TargetPathView in io.virtdata.docsys.metafs.fs.renderfs.model
Methods in io.virtdata.docsys.metafs.fs.renderfs.model that return TargetPathView Modifier and Type Method Description TargetPathViewTargetPathView. getParent()TargetPathViewTargetPathView. setParent(TargetPathView parent)Methods in io.virtdata.docsys.metafs.fs.renderfs.model with parameters of type TargetPathView Modifier and Type Method Description TargetPathViewTargetPathView. setParent(TargetPathView parent) -
Uses of TargetPathView in io.virtdata.docsys.metafs.fs.renderfs.model.properties
Constructors in io.virtdata.docsys.metafs.fs.renderfs.model.properties with parameters of type TargetPathView Constructor Description TreeView(TargetPathView targetPathView) -
Uses of TargetPathView in io.virtdata.docsys.metafs.fs.renderfs.renderers
Methods in io.virtdata.docsys.metafs.fs.renderfs.renderers with parameters of type TargetPathView Modifier and Type Method Description java.nio.ByteBufferMarkdownProcessor.MarkdownRenderer. apply(TargetPathView targetPathView)java.nio.ByteBufferMarkdownProcessorDebugger.MarkdownRenderer. apply(TargetPathView targetPathView)java.nio.ByteBufferMustacheProcessor.MustacheRenderer. apply(TargetPathView targetPathView)
-