RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.util
Class ImageHandler

java.lang.Object
  extended by org.richfaces.photoalbum.util.ImageHandler

public class ImageHandler
extends Object

Class to handle local (photoalbum.domain.Image) and remote images (JSONobject)

Author:
mpetrov

Field Summary
static int FACEBOOK
           
static int GOOGLE
           
static int LOCAL
           
 
Constructor Summary
ImageHandler(Object o)
           
 
Method Summary
 String getAlbumId()
           
 String getDescription()
           
 String getId()
           
 Object getImage()
           
 String getName()
           
 String getThumbUrl()
           
 int getType()
           
 String getUrl()
           
 boolean isFacebookImage()
           
 boolean isGoogleImage()
           
 boolean isLocalImage()
           
 void setImage(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ImageHandler

public ImageHandler(Object o)
Method Detail

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()

RichFaces Photoalbum 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.