wicket.markup.html.image.resource |
wicket.markup.html.image.resource package
Resource support for image components.
|
Java Source File Name | Type | Comment |
BlobImageResource.java | Class | An ImageResource subclass for dynamic images that come from database BLOB
fields. |
BufferedDynamicImageResource.java | Class | A DynamicImageResource subclass that holds a BufferedImage generated by code
elsewhere. |
DefaultButtonImageResource.java | Class | Automatically generates a basic button image. |
DefaultButtonImageResourceFactory.java | Class | A factory which creates default button images. |
DynamicImageResource.java | Class | An ImageResource subclass for dynamic images (images created
programmatically). |
LocalizedImageResource.java | Class | THIS CLASS IS INTENDED FOR INTERNAL USE IN IMPLEMENTING LOCALE SENSITIVE
COMPONENTS THAT USE IMAGE RESOURCES AND SHOULD NOT BE USED DIRECTLY BY
END-USERS.
This class contains the logic for extracting static image resources
referenced by the SRC attribute of component tags and keeping these static
image resources in sync with the component locale.
If no image is specified by the SRC attribute of an IMG tag, then any VALUE
attribute is inspected. |
RenderedDynamicImageResource.java | Class | A DynamicImageResource subclass that allows easy rendering of regenenerable
(unbuffered) dynamic images. |