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.
-
conf
- Servlet's configuration
-
doc
- A YAWB document;
-
manager
- YAWB backend manager
-
YAWB_DOC
-
-
Generator()
-
-
doGet(HttpServletRequest, HttpServletResponse)
-
-
init(ServletConfig)
-
conf
protected XMLProperties conf
- Servlet's configuration
doc
protected Document doc
- A YAWB document;
manager
protected YAWBBackendManager manager
- YAWB backend manager
YAWB_DOC
public static final String YAWB_DOC
Generator
public Generator()
init
public void init(ServletConfig config) throws ServletException
- Overrides:
- init in class GenericServlet
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