Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

dcl.old.net
Class HttpServletEx

Object
   |
   +--HttpServlet
         |
         +--HttpServletEx

   in HttpServletEx.h

class HttpServletEx
extends HttpServlet


Field Summary
protected bool m_bEnableDebugOut
          
protected size_t m_nMaxContentLength
          
protected String m_strTempDir
          
   
Fields inherited from class HttpServlet
m_strModuleName, m_pSAPI
 
Constructor Summary
HttpServletEx()
          
 
Method Summary
protected virtual void onInitialize()
          
protected virtual void onService( HttpServletContextEx& ctx )
          
   
Methods inherited from class HttpServlet
getIniFileName, onInitialize, onCleanup, onHttpService, __initialize, __cleanup, __httpService
   
Methods inherited from class Object
toString, destroy, className, isInstanceOf, typeInfo
 

Field Detail

m_bEnableDebugOut

protected bool m_bEnableDebugOut;

m_nMaxContentLength

protected size_t m_nMaxContentLength;

m_strTempDir

protected String m_strTempDir;


Constructor Detail

HttpServletEx

public HttpServletEx();


Method Detail

onInitialize

protected virtual void onInitialize() throw( Exception* );

onService

protected virtual void onService( HttpServletContextEx& ctx );

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD