|
Kafenio.editor 0.8.5 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.xeinfach.kafenio.util.ListLoader
This is a static utility class used to load a list of images or links or whatever from the server. Used in Kafenio Applet for Image-from-Server and HyperLink insertion
The Servlet or CGI script should return a list of lines:
Configuration parameter SERVLETMODE controls how this class reads the lines:
Loaded info is parsed into the two lists:
| Field Summary | |
static java.lang.String |
NAME_URL_SEPARATOR
|
| Method Summary | |
static void |
loadImages(KafenioPanelConfiguration config,
java.util.List names,
java.util.List urls)
Loads the lists of images |
static void |
loadLinks(KafenioPanelConfiguration config,
java.util.List names,
java.util.List urls)
Loads the lists of predefined links |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String NAME_URL_SEPARATOR
| Method Detail |
public static void loadImages(KafenioPanelConfiguration config,
java.util.List names,
java.util.List urls)
config - Kafenio configurationnames - The returned list of image namesurls - The returned list of image Urls
public static void loadLinks(KafenioPanelConfiguration config,
java.util.List names,
java.util.List urls)
config - Kafenio configurationnames - The returned list of image namesurls - The returned list of image Urls
|
Kafenio.editor 0.8.5 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||