public class ImageUploadHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
IMAGE_CONTENT_TYPE |
static String |
IMAGE_FILE_NAME |
Modifier and Type | Method and Description |
---|---|
static org.apache.wicket.markup.parser.XmlTag |
createImageTag(ImageFileDescription pImageFileDescription,
CharSequence pUrl)
Create image xml tag which represets image html tag with proper url generated.
|
static String |
getTemporaryDirPath()
Get temporary directory path for storing temporary files for e.g images.
|
public static final String IMAGE_CONTENT_TYPE
public static final String IMAGE_FILE_NAME
public static String getTemporaryDirPath()
public static org.apache.wicket.markup.parser.XmlTag createImageTag(ImageFileDescription pImageFileDescription, CharSequence pUrl)
pImageFileDescription
- - image file description.pUrl
- - component url.Copyright © 2015. All rights reserved.