CppCMS
|
This class controls the views used my application it knows to load them dynamically and reload if needed. More...
#include <cppcms/views_pool.h>
Public Member Functions | |
manager (json::value const &settings) | |
void | render (std::string const &skin, std::string const &template_name, std::ostream &out, base_content &content) |
std::string | default_skin () |
This class controls the views used my application it knows to load them dynamically and reload if needed.
cppcms::views::manager::manager | ( | json::value const & | settings | ) |
Create new views manager
Usually created by cppcms::service()
std::string cppcms::views::manager::default_skin | ( | ) |
Get default skin
void cppcms::views::manager::render | ( | std::string const & | skin, |
std::string const & | template_name, | ||
std::ostream & | out, | ||
base_content & | content | ||
) |
Render a template in a skin. Checks if any of shared objects/dlls should be reloaded