Class DynamicResource
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.script.dynamicvalue.DynamicValue<String>
-
- de.codecentric.reedelk.runtime.api.resource.DynamicResource
-
- All Implemented Interfaces:
ScriptBlock
public class DynamicResource extends DynamicValue<String> implements ScriptBlock
-
-
Field Summary
-
Fields inherited from class de.codecentric.reedelk.runtime.api.script.dynamicvalue.DynamicValue
body
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDynamicResource(DynamicResource original)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<byte[]>data(String evaluatedPath, int readBufferSize)static DynamicResourcefrom(Object body, ModuleContext context)Class<String>getEvaluatedType()-
Methods inherited from class de.codecentric.reedelk.runtime.api.script.dynamicvalue.DynamicValue
body, functionName, getContext, isEmpty, isNotNull, isScript, toString, value
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.codecentric.reedelk.runtime.api.script.ScriptBlock
body, functionName, getContext, isEmpty
-
-
-
-
Constructor Detail
-
DynamicResource
protected DynamicResource(DynamicResource original)
-
-
Method Detail
-
from
public static DynamicResource from(Object body, ModuleContext context)
-
getEvaluatedType
public Class<String> getEvaluatedType()
- Specified by:
getEvaluatedTypein classDynamicValue<String>
-
data
public org.reactivestreams.Publisher<byte[]> data(String evaluatedPath, int readBufferSize)
-
-