Servlet
Inheritance:
Public Methods
-
Servlet()
- constructor
-
virtual void close()
- called by CASL during closing of Servlet.
-
virtual RequestHandler* createHandler(const std::string& name) = 0
- called by HTTP Engine if creation is failed, throw CASL::Exception
-
SDOMNode* getConfig()
- get SDOMNode of servlet parameters from configuration file
-
virtual void init()
- initialize servlet.
-
virtual ~Servlet()
- destructor
Documentation
Servlet
Servlet()
-
constructor
virtual ~Servlet()
-
destructor
SDOMNode* getConfig()
-
get SDOMNode of servlet parameters from configuration file
virtual void init()
-
initialize servlet.
default behaviour is do nothing.
virtual RequestHandler* createHandler(const std::string& name) = 0
-
called by HTTP Engine
if creation is failed, throw CASL::Exception
virtual void close()
-
called by CASL during closing of Servlet.
by default do nothing.
- Direct child classes:
- JLServlet
- Friends:
- class CbrokerWebService
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.