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

org.zodiac.ureport.console.constants.RequestParameterConstants Maven / Gradle / Ivy

package org.zodiac.ureport.console.constants;

public interface RequestParameterConstants {

    String BASE64_DATA_PARAMETER = "_base64Data";

    String CONTENT_PARAMETER = "content";
    String EXPR_PARAMETER = "expr";
    String FILE_PARAMETER = "file";

    String CLAZZ_PARAMETER = "clazz";
    String DRIVER_PARAMETER = "driver";
    String NAME_PARAMETER = "name";
    String PASSWORD_PARAMETER = "password";
    String PARAMETERS_PARAMETER = "parameters";
    String USERNAME_PARAMETER = "username";
    String SQL_PARAMETER = "sql";
    String TYPE_PARAMETER = "type";
    String URL_PARAMETER = "url";

    String CHART_ID_PARAMETER = "_chartId";
    String I_PARAMETER = "_i";
    String N_PARAMETER = "_n";
    String PAPER_PARAMETER = "_paper";
    String T_PARAMETER = "_t";
    String TITLE_PARAMETER = "_title";
    String U_PARAMETER = "_u";

    String HEIGHT_PARAMETER = "_height";
    String WIDTH_PARAMETER = "_width";

    String KEY_PARAMETER = "_key";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy