Interface and Description |
---|
org.apache.struts2.interceptor.CookiesAware
please use
CookiesAware instead |
com.opensymphony.xwork2.interceptor.NoParameters
since Struts 6.2.0, use
NoParameters |
Class and Description |
---|
com.opensymphony.xwork2.util.reflection.ReflectionProviderFactory
inject RefectionProvider directly
|
com.opensymphony.xwork2.inject.util.Strings |
Constructor and Description |
---|
com.opensymphony.xwork2.config.impl.AbstractMatcher(PatternMatcher<?>)
use @{link
AbstractMatcher(PatternMatcher, boolean) instead |
com.opensymphony.xwork2.validator.DelegatingValidatorContext(Class)
will be removed, do not use!
|
com.opensymphony.xwork2.ognl.OgnlUtil()
It is recommended to utilize the {@link OgnlUtil#OgnlUtil(com.opensymphony.xwork2.ognl.ExpressionCacheFactory, com.opensymphony.xwork2.ognl.BeanInfoCacheFactory) method instead.
|
org.apache.struts2.config.StrutsXmlConfigurationProvider(boolean) |
org.apache.struts2.config.StrutsXmlConfigurationProvider(String, boolean, ServletContext)
since 6.2.0, use
StrutsXmlConfigurationProvider(String, ServletContext) |
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider(String, boolean)
since 6.2.0, use
XmlConfigurationProvider(String) |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.