mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-4792 Marks XWork constants as deprecated
This commit is contained in:
@@ -3,29 +3,46 @@ package com.opensymphony.xwork2;
|
||||
/**
|
||||
* Constants used across framework
|
||||
*/
|
||||
@Deprecated
|
||||
public final class XWorkConstants {
|
||||
|
||||
@Deprecated
|
||||
public static final String COLLECTION_CONVERTER = "collectionConverter";
|
||||
@Deprecated
|
||||
public static final String DATE_CONVERTER = "dateConverter";
|
||||
@Deprecated
|
||||
public static final String NUMBER_CONVERTER = "numberConverter";
|
||||
@Deprecated
|
||||
public static final String STRING_CONVERTER = "stringConverter";
|
||||
@Deprecated
|
||||
public static final String ARRAY_CONVERTER = "arrayConverter";
|
||||
@Deprecated
|
||||
public static final String DEV_MODE = "devMode";
|
||||
@Deprecated
|
||||
public static final String LOG_MISSING_PROPERTIES = "logMissingProperties";
|
||||
@Deprecated
|
||||
public static final String ENABLE_OGNL_EXPRESSION_CACHE = "enableOGNLExpressionCache";
|
||||
@Deprecated
|
||||
public static final String ENABLE_OGNL_EVAL_EXPRESSION = "enableOGNLEvalExpression";
|
||||
@Deprecated
|
||||
public static final String RELOAD_XML_CONFIGURATION = "reloadXmlConfiguration";
|
||||
@Deprecated
|
||||
public static final String ALLOW_STATIC_METHOD_ACCESS = "allowStaticMethodAccess";
|
||||
@Deprecated
|
||||
public static final String XWORK_LOGGER_FACTORY = "xwork.loggerFactory";
|
||||
|
||||
@Deprecated
|
||||
public static final String OGNL_EXCLUDED_CLASSES = "ognlExcludedClasses";
|
||||
@Deprecated
|
||||
public static final String OGNL_EXCLUDED_PACKAGE_NAME_PATTERNS = "ognlExcludedPackageNamePatterns";
|
||||
@Deprecated
|
||||
public static final String OGNL_EXCLUDED_PACKAGE_NAMES = "ognlExcludedPackageNames";
|
||||
|
||||
@Deprecated
|
||||
public static final String ADDITIONAL_EXCLUDED_PATTERNS = "additionalExcludedPatterns";
|
||||
@Deprecated
|
||||
public static final String ADDITIONAL_ACCEPTED_PATTERNS = "additionalAcceptedPatterns";
|
||||
|
||||
@Deprecated
|
||||
public static final String OVERRIDE_EXCLUDED_PATTERNS = "overrideExcludedPatterns";
|
||||
@Deprecated
|
||||
public static final String OVERRIDE_ACCEPTED_PATTERNS = "overrideAcceptedPatterns";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user