Interface and Description |
---|
org.apache.struts2.interceptor.ApplicationAware
please use
ApplicationAware instead |
org.apache.struts2.interceptor.CookiesAware
please use
CookiesAware instead |
org.apache.struts2.interceptor.HttpParametersAware
please use
ParametersAware instead |
org.apache.struts2.interceptor.ParameterAware
please use
ParametersAware instead |
org.apache.struts2.interceptor.PrincipalAware
please use
PrincipalAware instead |
org.apache.struts2.interceptor.RequestAware
please use
ParametersAware instead |
org.apache.struts2.util.ServletContextAware
please use
ServletContextAware instead |
org.apache.struts2.interceptor.ServletRequestAware
please use
ServletRequestAware instead |
org.apache.struts2.interceptor.ServletResponseAware
please use
ServletResponseAware instead |
org.apache.struts2.interceptor.SessionAware
use
SessionAware |
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) |
Copyright © 2000–2022 Apache Software Foundation. All rights reserved.