Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef MISC___CGI_REDIRECT__REDIRECT__HPP
2 #define MISC___CGI_REDIRECT__REDIRECT__HPP
87 virtual void Init(
void);
CCgiRedirectApplication –.
virtual void Init(void)
This method is called on the CGI application initialization – before starting to process a HTTP reque...
CHTMLPage & GetPage(void)
const CHTMLPage & GetPage(void) const
CHTMLPage m_Page
HTML page used to send back the redirect information.
virtual int ProcessRequest(CCgiContext &context)=0
This is the method you should override.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_XCGI_REDIRECT_EXPORT