a?adido soporte para contenido est?tico multilenguaje al servidor

This commit is contained in:
Luis Ángel San Martín
2012-05-21 17:16:50 +02:00
parent 2598d6494a
commit 391dc82193
2 changed files with 57 additions and 2 deletions

View File

@ -76,6 +76,10 @@ private:
/** Set a content-type header in the response depending on the ending of the filename */
void setContentType(QString file, HttpResponse& response) const;
QString getLocalizedFileName(QString fileName, QString locales, QString path) const;
bool StaticFileController::exists(QString localizedName, QString path) const;
};
#endif // STATICFILECONTROLLER_H