|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.image.ImageResource
public class ImageResource
Constructor Summary | |
---|---|
ImageResource()
|
Method Summary | |
---|---|
byte[] |
getImage()
Returns the Image |
java.lang.String |
getMimeType()
Returns the MimeType |
void |
setImage(byte[] strImage)
Sets the Image |
void |
setMimeType(java.lang.String strMimeType)
Sets the MimeType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageResource()
Method Detail |
---|
public byte[] getImage()
public void setImage(byte[] strImage)
strImage
- The Imagepublic java.lang.String getMimeType()
public void setMimeType(java.lang.String strMimeType)
strMimeType
- The MimeType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |