DCL
3.7.4
Loading...
Searching...
No Matches
reqdump.h
Go to the documentation of this file.
1
// reqdump.h
2
3
#ifndef __DCL_HTTP_REQDUMP_H__
4
#define __DCL_HTTP_REQDUMP_H__ 20020207
5
6
#include <
dcl/HttpServletEx.h
>
7
8
__DCL_BEGIN_NAMESPACE
9
10
class
ReqDumpServlet
:
public
HttpServletEx
11
{
12
DECLARE_CLASSINFO
(
ReqDumpServlet
)
13
protected
:
14
virtual
void
onService
(
HttpServletContextEx
& ctx)
15
__DCL_THROWS1
(
Exception
*);
16
};
17
18
__DCL_END_NAMESPACE
19
20
#endif
// __DCL_HTTP_REQDUMP_H__
__DCL_THROWS1
#define __DCL_THROWS1(e)
Definition
Config.h:152
HttpServletEx.h
DECLARE_CLASSINFO
#define DECLARE_CLASSINFO(class_name)
Definition
Object.h:227
Exception
Definition
Exception.h:26
HttpServletContextEx
Definition
HttpServletEx.h:22
HttpServletEx
Definition
HttpServletEx.h:50
HttpServletEx::onService
virtual void onService(HttpServletContextEx &ctx)=0__DCL_THROWS1(Exception *)
ReqDumpServlet
Definition
reqdump.h:11
hse
HSAReqDump
reqdump.h
Generated by
1.14.0