All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.smart4j.framework.FrameworkConstant Maven / Gradle / Ivy

There is a newer version: 2.3.2
Show newest version
package org.smart4j.framework;

import org.smart4j.framework.core.ConfigHelper;

public interface FrameworkConstant {

    String UTF_8 = "UTF-8";

    String CONFIG_PROPS = "smart.properties";
    String SQL_PROPS = "smart-sql.properties";

    String PLUGIN_PACKAGE = "org.smart4j.plugin";

    String JSP_PATH = ConfigHelper.getString("smart.framework.app.jsp_path", "/WEB-INF/jsp/");
    String WWW_PATH = ConfigHelper.getString("smart.framework.app.www_path", "/www/");
    String HOME_PAGE = ConfigHelper.getString("smart.framework.app.home_page", "/index.html");
    int UPLOAD_LIMIT = ConfigHelper.getInt("smart.framework.app.upload_limit", 10);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy