public abstract class RenderUnit extends Object implements Record<RenderUnit>
| Constructor and Description |
|---|
RenderUnit() |
| Modifier and Type | Method and Description |
|---|---|
RenderUnit |
getProperty(String name)
Gets the value of a specified property.
|
Set<String> |
getPropertyNames()
Gets the set of names for this record's properties.
|
void |
render(PrintWriter out,
RenderContext renderContext,
Bindings arguments)
Render the main script template
|
public final void render(PrintWriter out, RenderContext renderContext, Bindings arguments)
out - the PrintWriter to which the commands are writtenrenderContext - the rendering contextarguments - the arguments for this unitpublic RenderUnit getProperty(String name)
RecordgetProperty in interface Record<RenderUnit>name - the name of the propertynull if this record does not have the specified propertypublic Set<String> getPropertyNames()
RecordgetPropertyNames in interface Record<RenderUnit>Copyright © 2010 - 2020 Adobe. All Rights Reserved