Package org.apache.wicket.markup.html.image.resource
Resource support for image components.
-
Class Summary Class Description BlobImageResource An ImageResource subclass for dynamic images that come from database BLOB fields.BufferedDynamicImageResource A DynamicImageResource subclass that holds a BufferedImage generated by code elsewhere.DefaultButtonImageResource Automatically generates a basic button image.DefaultButtonImageResourceFactory A factory which creates default button images.LocalizedImageResource 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.RenderedDynamicImageResource A DynamicImageResource subclass that allows easy rendering of regeneratable (unbuffered) dynamic images.