All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.yawb.servlet.Generator

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----vnet.yawb.servlet.Generator

public class Generator
extends HttpServlet
An implementation of a HTTP servlet to dynamically generate HTML documents on the fly using YAWB.


Variable Index

 o conf
Servlet's configuration
 o doc
A YAWB document;
 o manager
YAWB backend manager
 o YAWB_DOC

Constructor Index

 o Generator()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
 o init(ServletConfig)

Variables

 o conf
 protected XMLProperties conf
Servlet's configuration

 o doc
 protected Document doc
A YAWB document;

 o manager
 protected YAWBBackendManager manager
YAWB backend manager

 o YAWB_DOC
 public static final String YAWB_DOC

Constructors

 o Generator
 public Generator()

Methods

 o init
 public void init(ServletConfig config) throws ServletException
Overrides:
init in class GenericServlet
 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException, IOException
Overrides:
doGet in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index