From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_http_test_servlet.html | 250 ++++++++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 Doc/doxygen/html/class_http_test_servlet.html (limited to 'Doc/doxygen/html/class_http_test_servlet.html') diff --git a/Doc/doxygen/html/class_http_test_servlet.html b/Doc/doxygen/html/class_http_test_servlet.html new file mode 100644 index 0000000..2f3e673 --- /dev/null +++ b/Doc/doxygen/html/class_http_test_servlet.html @@ -0,0 +1,250 @@ + + + + + +Starshatter_Open: HttpTestServlet Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
HttpTestServlet Class Reference
+
+
+
+Inheritance diagram for HttpTestServlet:
+
+
+ + +HttpServlet + +
+ +

List of all members.

+ + + + + + + + + + + + + +

+Public Member Functions

 HttpTestServlet ()
virtual ~HttpTestServlet ()
virtual bool DoGet (HttpRequest &request, HttpResponse &response)
- Public Member Functions inherited from HttpServlet
 HttpServlet ()
virtual ~HttpServlet ()
virtual bool Service (HttpRequest &request, HttpResponse &response)
virtual bool DoPost (HttpRequest &request, HttpResponse &response)
virtual bool DoHead (HttpRequest &request, HttpResponse &response)
virtual HttpSessionGetSession ()
virtual void SetSession (HttpSession *s)
+ + + + + +

+Additional Inherited Members

- Static Public Member Functions inherited from HttpServlet
static const char * TYPENAME ()
- Protected Attributes inherited from HttpServlet
HttpSessionsession
+

Detailed Description

+
+

Definition at line 27 of file HttpServletExec.cpp.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
HttpTestServlet::HttpTestServlet ()
+
+inline
+
+ +

Definition at line 30 of file HttpServletExec.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual HttpTestServlet::~HttpTestServlet ()
+
+inlinevirtual
+
+ +

Definition at line 31 of file HttpServletExec.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
virtual bool HttpTestServlet::DoGet (HttpRequestrequest,
HttpResponseresponse 
)
+
+inlinevirtual
+
+ +

Reimplemented from HttpServlet.

+ +

Definition at line 33 of file HttpServletExec.cpp.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.1