#include <PX7Servlet.h>
Public Methods | |
| PX7Servlet () | |
| virtual | ~PX7Servlet () |
| int | init () |
| Init method, loaded in single thread mode by HTTP server. More... | |
| int | childInit () |
| ChildInit method. More... | |
| void | childTerm () |
| void | servicePX7 (px7IRequest* request, px7IResponse* response) |
| Main entry point - process get and post messages. More... | |
| void | servicePID (px7IRequest* request, px7IResponse* response) |
| Main entry point - process get and post messages. More... | |
Private Attributes | |
| nsCOMPtr<px7IPage> | m_xpdbc |
| nsCOMPtr<px7IPage> | m_xpxslt |
|
|
Definition at line 25 of file PX7Servlet.cpp. |
|
|
Definition at line 29 of file PX7Servlet.cpp. |
|
|
ChildInit method. Initalize the shared pool and hashes. Definition at line 53 of file PX7Servlet.cpp. |
|
|
Definition at line 72 of file PX7Servlet.cpp. |
|
|
Init method, loaded in single thread mode by HTTP server.
Definition at line 39 of file PX7Servlet.cpp. |
|
|
Main entry point - process get and post messages.
Definition at line 109 of file PX7Servlet.cpp. |
|
|
Main entry point - process get and post messages.
Definition at line 86 of file PX7Servlet.cpp. |
|
|
Definition at line 34 of file PX7Servlet.h. |
|
|
Definition at line 35 of file PX7Servlet.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000