| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
DEFAULT_EXPIRE_TIME |
180 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
protected static final int |
HEIGHT |
40 |
protected static final int |
WIDTH |
108 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
DEFAULT_BASE_DOWNLOAD_PATH |
"download" |
public static final String |
DEFAULT_BASE_UPLOAD_PATH |
"upload" |
public static final boolean |
DEFAULT_DEV_MODE |
false |
public static final String |
DEFAULT_ENCODING |
"UTF-8" |
public static final int |
DEFAULT_FREEMARKER_TEMPLATE_UPDATE_DELAY |
3600 |
public static final int |
DEFAULT_I18N_MAX_AGE_OF_COOKIE |
999999999 |
public static final int |
DEFAULT_MAX_POST_SIZE |
10485760 |
public static final int |
DEFAULT_SECONDS_OF_TOKEN_TIME_OUT |
900 |
public static final String |
DEFAULT_TOKEN_NAME |
"_jfinal_token" |
public static final String |
DEFAULT_URL_PARA_SEPARATOR |
"-" |
public static final String |
DEFAULT_VIEW_EXTENSION |
".html" |
public static final String |
JFINAL_VERSION |
"3.2" |
public static final int |
MIN_SECONDS_OF_TOKEN_TIME_OUT |
300 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
DEFAULT_TRANSACTION_LEVEL |
4 |
public static final String |
MAIN_CONFIG_NAME |
"main" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
FILTER_BY_SAVE |
0 |
public static final int |
FILTER_BY_UPDATE |
1 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
defaultConfigName |
"cron4j" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
FREE_MARKER_RENDER |
1 |
public static final int |
JSON_RENDER |
5 |
public static final int |
JSP_RENDER |
2 |
public static final int |
TEMPLATE_RENDER |
0 |
public static final int |
VELOCITY_RENDER |
3 |
public static final int |
XML_RENDER |
4 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
protected static final String |
html401 |
"<html><head><title>401 Unauthorized</title></head><body bgcolor=\'white\'><center><h1>401 Unauthorized</h1></center><hr><center><a href=\'http://www.jfinal.com?f=ev-3.2\' target=\'_blank\'><b>Powered by JFinal 3.2</b></a></center></body></html>" |
protected static final String |
html403 |
"<html><head><title>403 Forbidden</title></head><body bgcolor=\'white\'><center><h1>403 Forbidden</h1></center><hr><center><a href=\'http://www.jfinal.com?f=ev-3.2\' target=\'_blank\'><b>Powered by JFinal 3.2</b></a></center></body></html>" |
protected static final String |
html404 |
"<html><head><title>404 Not Found</title></head><body bgcolor=\'white\'><center><h1>404 Not Found</h1></center><hr><center><a href=\'http://www.jfinal.com?f=ev-3.2\' target=\'_blank\'><b>Powered by JFinal 3.2</b></a></center></body></html>" |
protected static final String |
html500 |
"<html><head><title>500 Internal Server Error</title></head><body bgcolor=\'white\'><center><h1>500 Internal Server Error</h1></center><hr><center><a href=\'http://www.jfinal.com?f=ev-3.2\' target=\'_blank\'><b>Powered by JFinal 3.2</b></a></center></body></html>" |
protected static final String |
version |
"<center><a href=\'http://www.jfinal.com?f=ev-3.2\' target=\'_blank\'><b>Powered by JFinal 3.2</b></a></center>" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
MAIN_ENGINE_NAME |
"main" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
DEFAULT_ENCODING |
"UTF-8" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
BIGDECIMAL |
4 |
public static final int |
DOUBLE |
3 |
public static final int |
FLOAT |
2 |
public static final int |
INT |
0 |
public static final int |
LONG |
1 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
protected static final String |
DEFAULT_DATE_PATTERN |
"yyyy-MM-dd" |
protected static final String |
emailAddressPattern |
"\\b(^[\'_A-Za-z0-9-]+(\\.[\'_A-Za-z0-9-]+)*@([A-Za-z0-9-])+(\\.[A-Za-z0-9-]+)*((\\.[A-Za-z0-9]{2,})|(\\.[A-Za-z0-9]{2,}\\.[A-Za-z0-9]{2,}))$)\\b" |
Copyright © 2017. All rights reserved.