|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.workplace.wcm.api.EmbeddedImageMap
Map for managing the embedded images for uploading into WCM.
| Field Summary | |
static java.lang.String |
COPYRIGHT
Copyright statement |
| Constructor Summary | |
EmbeddedImageMap()
Default constructor |
|
| Method Summary | |
void |
addImage(java.lang.String p_url,
java.io.File p_image)
Add an image URL and the binary for an image to the image map. |
boolean |
containsKey(java.lang.String p_url)
Determines if the embedded image map contains the specified key. |
java.io.File |
getImage(java.lang.String p_url)
Gets the image's file object for the specified URL. |
java.util.Iterator |
URLIterator()
Get an iterator of all the URLs stored in this image map. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String COPYRIGHT
| Constructor Detail |
public EmbeddedImageMap()
| Method Detail |
public void addImage(java.lang.String p_url,
java.io.File p_image)
p_url - the URL stringp_image - the file object of the imagepublic java.util.Iterator URLIterator()
public java.io.File getImage(java.lang.String p_url)
p_url -
public boolean containsKey(java.lang.String p_url)
p_url -
true if embedded image map contains the
key, or returns false if it does not.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||