Package | Description |
---|---|
org.wandora.piccolo.actions |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,ImageCache.Profile> |
ImageCache.profiles |
Modifier and Type | Method and Description |
---|---|
void |
ImageCache.doAction(ImageCache.Profile profile,
java.lang.String url,
java.lang.String imageID,
boolean reload,
javax.servlet.ServletResponse response) |
protected java.lang.String |
ImageCache.encodeFileName(java.lang.String url,
ImageCache.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 |
ImageCache.makeIMG(java.lang.String url,
ImageCache.Profile profile) |
protected java.awt.image.BufferedImage |
ImageCache.makeIMG(java.lang.String url,
ImageCache.Profile profile,
java.lang.String secondaryID)
Uses the image maker of the profile to make an image with the given url.
|
protected void |
ImageCache.writeFile(java.lang.String filename,
java.awt.image.BufferedImage img,
ImageCache.Profile profile)
Writes an image to disk.
|
Copyright 2004-2015 Wandora Team