org.richfaces.photoalbum.util
Class ImageHandler
java.lang.Object
org.richfaces.photoalbum.util.ImageHandler
public class ImageHandler
- extends Object
Class to handle local (photoalbum.domain.Image) and remote images (JSONobject)
- Author:
- mpetrov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOCAL
public static final int LOCAL
- See Also:
- Constant Field Values
FACEBOOK
public static final int FACEBOOK
- See Also:
- Constant Field Values
GOOGLE
public static final int GOOGLE
- See Also:
- Constant Field Values
ImageHandler
public ImageHandler(Object o)
setImage
public void setImage(Object o)
isLocalImage
public boolean isLocalImage()
isFacebookImage
public boolean isFacebookImage()
isGoogleImage
public boolean isGoogleImage()
getImage
public Object getImage()
getName
public String getName()
getThumbUrl
public String getThumbUrl()
getUrl
public String getUrl()
getId
public String getId()
getAlbumId
public String getAlbumId()
getType
public int getType()
getDescription
public String getDescription()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.