public class WicketImageExtensions extends Object
| Constructor and Description |
|---|
WicketImageExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.markup.html.image.Image |
getImage(String wicketId,
String contentType,
byte[] data)
Gets the image.
|
static org.apache.wicket.markup.html.image.Image |
getImage(String wicketId,
String contentType,
Byte[] data)
Gets the image.
|
static org.apache.wicket.markup.html.image.NonCachingImage |
getNonCachingImage(String wicketId,
String contentType,
byte[] data)
Gets a non caching image from the given wicketId, contentType and the byte array data.
|
static org.apache.wicket.markup.html.image.NonCachingImage |
getNonCachingImage(String wicketId,
String contentType,
Byte[] data)
Gets a non caching image from the given wicketId, contentType and the Byte array data.
|
public static org.apache.wicket.markup.html.image.Image getImage(String wicketId, String contentType, byte[] data)
wicketId - the id from the image for the html template.contentType - the content typedata - the datapublic static org.apache.wicket.markup.html.image.Image getImage(String wicketId, String contentType, Byte[] data)
wicketId - the id from the image for the html template.contentType - the content typedata - the datapublic static org.apache.wicket.markup.html.image.NonCachingImage getNonCachingImage(String wicketId, String contentType, byte[] data)
wicketId - the id from the image for the html template.contentType - the content type of the image.data - the data for the image as an byte array.public static org.apache.wicket.markup.html.image.NonCachingImage getNonCachingImage(String wicketId, String contentType, Byte[] data)
wicketId - the id from the image for the html template.contentType - the content type of the image.data - the data for the image as an Byte array.Copyright © 2010–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.