Uses of Interface
org.apache.wicket.util.resource.IResourceStreamWriter
Package
Description
Package for exporting data tables.
Base support for resources.
-
Uses of IResourceStreamWriter in org.apache.wicket.extensions.markup.html.repeater.data.table.export
Modifier and TypeClassDescriptionstatic class
AnIResourceStreamWriter
which writes the exportable data from a table to an output stream. -
Uses of IResourceStreamWriter in org.apache.wicket.util.resource
Modifier and TypeClassDescriptionclass
Base implementation of an IResourceStreamWriter so that you only have to override thewrite(java.io.OutputStream)
.