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