Java org.apache.wicket.request.resource ByteArrayResource fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.request.resource ByteArrayResource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.request.resource ByteArrayResource.

The text is from its open source code.

Subclass

org.apache.wicket.request.resource.ByteArrayResource has subclasses.
Click this link to see all its subclasses.

Constructor

ByteArrayResource(final String contentType, final byte[] array)
Creates a Resource from the given byte array with its content type
ByteArrayResource(final String contentType, final byte[] array, final String filename)
Creates a Resource from the given byte array with its content type
ByteArrayResource(final String contentType)
Creates a ByteArrayResource which will provide its data dynamically with #getData(org.apache.wicket.request.resource.IResource.Attributes)