Adds constant under which excluded properties can be defined

This commit is contained in:
Lukasz Lenart
2014-04-25 14:57:44 +02:00
parent 2550384055
commit bbcee42f66
@@ -17,4 +17,6 @@ public final class XWorkConstants {
public static final String RELOAD_XML_CONFIGURATION = "reloadXmlConfiguration";
public static final String ALLOW_STATIC_METHOD_ACCESS = "allowStaticMethodAccess";
public static final String XWORK_LOGGER_FACTORY = "xwork.loggerFactory";
public static final String OGNL_EXCLUDED_PROPERTIES = "ognlExcludedProperties";
}