Uses of Class
org.jboss.seam.ui.graphicImage.GraphicImageStore.ImageWrapper

Packages that use GraphicImageStore.ImageWrapper
org.jboss.seam.ui.graphicImage   
 

Uses of GraphicImageStore.ImageWrapper in org.jboss.seam.ui.graphicImage
 

Methods in org.jboss.seam.ui.graphicImage that return GraphicImageStore.ImageWrapper
 GraphicImageStore.ImageWrapper GraphicImageStore.get(java.lang.String key)
           
 GraphicImageStore.ImageWrapper GraphicImageStore.remove(java.lang.String key)
           
 

Methods in org.jboss.seam.ui.graphicImage with parameters of type GraphicImageStore.ImageWrapper
 java.lang.String GraphicImageStore.put(GraphicImageStore.ImageWrapper image)
          Put a image into the store
 java.lang.String GraphicImageStore.put(GraphicImageStore.ImageWrapper image, java.lang.String key)
          Put an image into the store.
 



Copyright © 2011 JBoss. All Rights Reserved.