ServletContainer¶
-
class
cppmicroservices::
ServletContainer
¶ Public Functions
-
ServletContainer
(BundleContext bundleCtx, const std::string &contextPath = std::string())¶
-
~ServletContainer
()¶
-
void
SetContextPath
(const std::string &contextPath)¶
-
std::string
GetContextPath
() const¶
-
void
Start
()¶
-
void
Stop
()¶
-
std::shared_ptr<ServletContext>
GetContext
(const std::string &uripath) const¶
-
std::string
GetContextPath
(const ServletContext *context) const¶
-