Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_EXPIRE_TIME |
180 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
HEIGHT |
40 |
protected static final int |
WIDTH |
108 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
SLASH |
"/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_BASE_DOWNLOAD_PATH |
"download" |
public static final String |
DEFAULT_BASE_UPLOAD_PATH |
"upload" |
public static final int |
DEFAULT_CONFIG_PLUGIN_ORDER |
2 |
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.4" |
public static final int |
MIN_SECONDS_OF_TOKEN_TIME_OUT |
300 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
FNV_OFFSET_BASIS_64 |
-3750763034362895579L |
public static final long |
FNV_PRIME_64 |
1099511628211L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_TRANSACTION_LEVEL |
4 |
public static final String |
MAIN_CONFIG_NAME |
"main" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
FILTER_BY_SAVE |
0 |
public static final int |
FILTER_BY_UPDATE |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
defaultConfigName |
"cron4j" |
Modifier and Type | Constant Field | Value |
---|---|---|
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
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.4\' target=\'_blank\'><b>Powered by JFinal 3.4</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.4\' target=\'_blank\'><b>Powered by JFinal 3.4</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.4\' target=\'_blank\'><b>Powered by JFinal 3.4</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.4\' target=\'_blank\'><b>Powered by JFinal 3.4</b></a></center></body></html>" |
protected static final String |
version |
"<center><a href=\'http://www.jfinal.com?f=ev-3.4\' target=\'_blank\'><b>Powered by JFinal 3.4</b></a></center>" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
DEFAULT_CONTENT_TYPE |
"application/octet-stream" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MAIN_ENGINE_NAME |
"main" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ENCODING |
"UTF-8" |
Modifier and Type | Constant Field | Value |
---|---|---|
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
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 © 2018. All rights reserved.