org.jboss.seam.ui.graphicImage
@Name(value="org.jboss.seam.ui.graphicImage.graphicImageStore") @Scope(value=SESSION) @Install(precedence=0) @BypassInterceptors public class GraphicImageStore extends org.jboss.seam.core.AbstractMutable implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
GraphicImageStore.ImageWrapper |
Constructor and Description |
---|
GraphicImageStore() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String key) |
GraphicImageStore.ImageWrapper |
get(String key) |
static GraphicImageStore |
instance() |
String |
put(GraphicImageStore.ImageWrapper image)
Put a image into the store
|
String |
put(GraphicImageStore.ImageWrapper image,
String key)
Put an image into the store.
|
GraphicImageStore.ImageWrapper |
remove(String key) |
public String put(GraphicImageStore.ImageWrapper image)
image
- public String put(GraphicImageStore.ImageWrapper image, String key)
image
- key
- The key to use, if null, a key will be generatedpublic GraphicImageStore.ImageWrapper get(String key)
public GraphicImageStore.ImageWrapper remove(String key)
public boolean contains(String key)
public static GraphicImageStore instance()
Copyright © 2015 Seam Framework. All Rights Reserved.