|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.xmlserv.app.gallery.Gallery
Representation of a gallery i.e. virtual directory of images.
Constructor Summary | |
Gallery(int contentgroup)
Create a new Gallery object showing the given contentgroup. |
Method Summary | |
static void |
main(java.lang.String[] args)
|
org.jdom.Element |
toElement(java.sql.Connection con)
list all images for this contentgroup ordered by ordering and filename and return a JDOM Element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Gallery(int contentgroup)
Method Detail |
public org.jdom.Element toElement(java.sql.Connection con) throws XMLServException
con
- The DB connectionpublic static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |