mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
WW-5242 Marks constant definition as deprecated
This commit is contained in:
@@ -398,7 +398,11 @@ public final class StrutsConstants {
|
||||
/** Enables action: prefix */
|
||||
public static final String STRUTS_MAPPER_ACTION_PREFIX_ENABLED = "struts.mapper.action.prefix.enabled";
|
||||
|
||||
/** Enables access to actions in other namespaces than current with action: prefix */
|
||||
/**
|
||||
* Enables access to actions in other namespaces than current with action: prefix
|
||||
* @deprecated it will be removed soon, please refactor your application
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String STRUTS_MAPPER_ACTION_PREFIX_CROSSNAMESPACES = "struts.mapper.action.prefix.crossNamespaces";
|
||||
|
||||
public static final String DEFAULT_TEMPLATE_TYPE_CONFIG_KEY = "struts.ui.templateSuffix";
|
||||
|
||||
Reference in New Issue
Block a user