◆ getImage()
static SocialImage org.turro.elephant.web.SocialImageMap.getImage |
( |
String |
url | ) |
|
|
static |
◆ hasImage()
static boolean org.turro.elephant.web.SocialImageMap.hasImage |
( |
String |
url | ) |
|
|
static |
◆ initialize()
static void org.turro.elephant.web.SocialImageMap.initialize |
( |
SocialNet |
context, |
|
|
Collection< RepositoryFile > |
files |
|
) |
| |
|
static |
Definition at line 31 of file SocialImageMap.java.
32 context.setImage(SocialImageMap.getImage(context.getUrl()));
33 if(!context.hasImage()) {
34 SocialImage si = SocialImage.getFromFiles(files);
37 SocialImageMap.putImage(context.getUrl(), si);
◆ putImage()
static void org.turro.elephant.web.SocialImageMap.putImage |
( |
String |
url, |
|
|
SocialImage |
image |
|
) |
| |
|
static |
◆ reset()
static void org.turro.elephant.web.SocialImageMap.reset |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: