public final class RenderDocumentDirective extends Directive
Modifier and Type | Class and Description |
---|---|
static class |
RenderDocumentDirective.Builder |
Modifier and Type | Method and Description |
---|---|
static RenderDocumentDirective.Builder |
builder() |
boolean |
equals(Object o) |
Map<String,Object> |
getDatasources()
Data sources to bind to the document when rendering.
|
Map<String,Object> |
getDocument()
Depending on the document type, it represents either an entire APLT document or a reference Link to the document.
|
TargetProfile |
getTargetProfile()
One of supported profiles in character display.
|
String |
getToken()
A unique identifier for the presentation.
|
int |
hashCode() |
String |
toString() |
public static RenderDocumentDirective.Builder builder()
public String getToken()
public TargetProfile getTargetProfile()
public Map<String,Object> getDocument()
public Map<String,Object> getDatasources()
Copyright © 2023. All rights reserved.