public interface CreateResourceStream
Modifier and Type | Method and Description |
---|---|
OutputStream |
invoke(int pageNumber,
Resource resource)
The method must return
OutputStream that will be used to write output HTML resource data. |
OutputStream invoke(int pageNumber, Resource resource)
The method must return OutputStream
that will be used to write output HTML resource data.
pageNumber
- Number of the page.resource
- HTML resource such as font, style, image or graphics.