Class RenderableChain
- java.lang.Object
-
- io.virtdata.docsys.metafs.fs.renderfs.api.RenderableChain
-
- All Implemented Interfaces:
Renderable,Versioned,java.util.function.Function<TargetPathView,java.nio.ByteBuffer>
public class RenderableChain extends java.lang.Object implements Renderable
-
-
Constructor Summary
Constructors Constructor Description RenderableChain(java.util.function.Supplier<java.nio.ByteBuffer> initialBufferSource, TemplateCompiler... compilers)
-
Method Summary
Modifier and Type Method Description java.nio.ByteBufferapply(TargetPathView targetPathView)longgetVersion()Get the version for this element.java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.virtdata.docsys.metafs.fs.renderfs.api.Versioned
isValidFor, isValidFor
-
-
-
-
Constructor Detail
-
RenderableChain
public RenderableChain(java.util.function.Supplier<java.nio.ByteBuffer> initialBufferSource, TemplateCompiler... compilers)
-
-
Method Detail
-
getVersion
public long getVersion()
Description copied from interface:VersionedGet the version for this element. An element is considered valid only for other elements of the same version.- Specified by:
getVersionin interfaceVersioned
-
apply
public java.nio.ByteBuffer apply(TargetPathView targetPathView)
- Specified by:
applyin interfacejava.util.function.Function<TargetPathView,java.nio.ByteBuffer>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-