DCL 3.7.4
Loading...
Searching...
No Matches
SrcToHtmlServlet.h
Go to the documentation of this file.
1#ifndef __SRC_TO_HTML_SERVLET_H__
2#define __SRC_TO_HTML_SERVLET_H__ 20031212
3
4#include <dcl/HttpServletEx.h>
5#include "HtmlGenerator.h"
6
7__DCL_BEGIN_NAMESPACE
8
10{
12private:
13 HtmlGenerator* __generator;
14public :
16
17protected:
18 virtual void onInitialize()
20 virtual void onCleanup()
22 virtual void onService(HttpServletContextEx& ctx)
24};
25
26__DCL_END_NAMESPACE
27
28#endif // __SRC_TO_HTML_SERVLET_H__
#define __DCL_THROWS1(e)
Definition Config.h:152
#define DECLARE_CLASSINFO(class_name)
Definition Object.h:227
virtual void onCleanup() __DCL_THROWS1(Exception *)
virtual void onService(HttpServletContextEx &ctx) __DCL_THROWS1(Exception *)
virtual void onInitialize() __DCL_THROWS1(Exception *)