Package net.sf.jasperreports.engine.base
Class JRVirtualPrintPage.JRIdHolderRenderer
java.lang.Object
net.sf.jasperreports.engine.base.JRVirtualPrintPage.JRIdHolderRenderer
- All Implemented Interfaces:
Serializable,Renderable
- Enclosing class:
JRVirtualPrintPage
Dummy image renderer that only stores the ID of a cached renderer.
When a page gets serialized, all image renderers that are cached in the
virtualization context are replaced with dummy renderers that only store the ID.
When a page gets deserialized, the original renderers are restored from the
virtualization context based on the ID.
- See Also:
-
Field Summary
FieldsFields inherited from interface net.sf.jasperreports.renderers.Renderable
PROPERTY_IMAGE_DPI -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
-
Constructor Details
-
JRIdHolderRenderer
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceRenderable
-