160 ListedStringToStringArrayMap::ConstIterator it =
161 ctx.__queryMap.find(L
"view");
162 if (it != ctx.__queryMap.end()) {
165 if (!((*it).value.isEmpty()))
168 if (!(0 <= nViewIndex && nViewIndex < (
int)
__views.size())) {
175 switch(ctx.methodNo()) {
181 __views[nViewIndex]->onGet(session);
186 if (nViewIndex < 0) {
191 __views[nViewIndex]->onPost(session);
void refresh(Session &session, const String &strURI, unsigned int nAfterSecond=0) const __DCL_THROWS1(Exception *)
void invoke(Session &session) __DCL_THROWS1(Exception *)
void print(Session &session) __DCL_THROWS1(Exception *)
const SiteContext * site() const
HtmlPage(int nPageID, const SiteContext *pSite)
void printError(Session &session, const String &strTitle, const String &strMessage)
const SiteContext * __pSite
bool init(SQLQuery &q) __DCL_THROWS1(SQLException *)