mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
WW-5481 Moves text related classes into org.apache.struts2.text
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ package org.apache.struts.beanvalidation.validation.interceptor;
|
||||
import org.apache.struts2.ActionInvocation;
|
||||
import org.apache.struts2.ActionProxy;
|
||||
import org.apache.struts2.ModelDriven;
|
||||
import org.apache.struts2.TextProviderFactory;
|
||||
import org.apache.struts2.text.TextProviderFactory;
|
||||
import org.apache.struts2.inject.Inject;
|
||||
import org.apache.struts2.interceptor.MethodFilterInterceptor;
|
||||
import org.apache.struts2.validator.DelegatingValidatorContext;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
package org.apache.struts2.mock;
|
||||
|
||||
import org.apache.struts2.TextProvider;
|
||||
import org.apache.struts2.text.TextProvider;
|
||||
import org.apache.struts2.util.ValueStack;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -25,7 +25,7 @@ import org.apache.struts2.ModelDrivenAction;
|
||||
import org.apache.struts2.ObjectFactory;
|
||||
import org.apache.struts2.SimpleAction;
|
||||
import org.apache.struts2.TestBean;
|
||||
import org.apache.struts2.TextProvider;
|
||||
import org.apache.struts2.text.TextProvider;
|
||||
import org.apache.struts2.XWorkTestCase;
|
||||
import org.apache.struts2.config.ConfigurationException;
|
||||
import org.apache.struts2.config.entities.ActionConfig;
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
package org.apache.struts2.tiles;
|
||||
|
||||
import org.apache.struts2.ActionContext;
|
||||
import org.apache.struts2.TextProvider;
|
||||
import org.apache.struts2.TextProviderFactory;
|
||||
import org.apache.struts2.text.TextProvider;
|
||||
import org.apache.struts2.text.TextProviderFactory;
|
||||
import org.apache.struts2.config.ConfigurationException;
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
|
||||
Reference in New Issue
Block a user