Package | Description |
---|---|
org.wandora.piccolo.actions |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,ImageCacheSimple.Profile> |
ImageCacheSimple.profiles |
Modifier and Type | Method and Description |
---|---|
void |
ImageCacheSimple.doAction(ImageCacheSimple.Profile profile,
java.lang.String url,
java.lang.String imageID,
boolean reload,
javax.servlet.ServletResponse response) |
protected java.lang.String |
ImageCacheSimple.encodeFileName(java.lang.String url,
ImageCacheSimple.Profile profile)
Encodes an url and profile into a name of a real file that will contain
the cached data.
|
protected java.awt.image.BufferedImage |
ImageCacheSimple.makeIMG(java.lang.String url,
ImageCacheSimple.Profile profile) |
protected java.awt.image.BufferedImage |
ImageCacheSimple.makeIMG(java.lang.String url,
ImageCacheSimple.Profile profile,
java.lang.String secondaryID)
Uses the image maker of the profile to make an image with the given url.
|
protected void |
ImageCacheSimple.writeFile(java.lang.String filename,
java.awt.image.BufferedImage img,
ImageCacheSimple.Profile profile)
Writes an image to disk.
|
Copyright 2004-2015 Wandora Team