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

java.lang.Object
  extended by org.jboss.seam.ui.graphicImage.GraphicImageStore.ImageWrapper
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GraphicImageStore

public static class GraphicImageStore.ImageWrapper
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GraphicImageStore.ImageWrapper(byte[] image, Image.Type contentType)
           
 
Method Summary
 Image.Type getContentType()
           
 byte[] getImage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicImageStore.ImageWrapper

public GraphicImageStore.ImageWrapper(byte[] image,
                                      Image.Type contentType)
Method Detail

getContentType

public Image.Type getContentType()

getImage

public byte[] getImage()


Copyright © 2011 JBoss. All Rights Reserved.