com.xmlserv.app.gallery
Class GalleryMain
java.lang.Object
|
+--com.xmlserv.main.XMLServBackendImpl
|
+--com.xmlserv.app.AppBase
|
+--com.xmlserv.app.gallery.GalleryMain
- All Implemented Interfaces:
- XMLServBackend
- public class GalleryMain
- extends AppBase
Create a XML document containing the ContentGroup structure and the contents of the given ContentGroup.
- Version:
- $Id: GalleryMain.java,v 1.13 2003/01/13 15:30:46 muecke Exp $
- Author:
- Wolfram Saringer
Constructor Summary |
GalleryMain()
Create empty object.
init() must be called before this object can be used. |
Method Summary |
void |
init()
Initialize object. |
static void |
main(java.lang.String[] args)
|
org.jdom.Document |
process(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
SecurityManager securitymanager)
Used to display the Image Gallery. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GalleryMain
public GalleryMain()
- Create empty object.
init() must be called before this object can be used.
init
public void init()
throws javax.servlet.ServletException
- Initialize object.
- Overrides:
init
in class AppBase
- Following copied from class:
com.xmlserv.app.AppBase
- Throws:
javax.servlet.ServletException
- On any error.- See Also:
PGConnectionPool
process
public org.jdom.Document process(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
SecurityManager securitymanager)
throws XMLServException,
javax.servlet.ServletException,
java.io.IOException
- Used to display the Image Gallery. When invoked without parameters, this shows
the main screen.
The following HTTP parameters are recognized:
- contentgroup: The numeric contentgroup id to show. Optional
- Overrides:
process
in class AppBase
- See Also:
XMLServBackendImpl.process(javax.servlet.ServletContext, javax.servlet.http.HttpServletRequest, com.xmlserv.security.SecurityManager)
main
public static void main(java.lang.String[] args)