Moving JsfViewFactoryCreator
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
package org.springframework.webflow.engine.builder.xml;
|
||||
package org.springframework.faces.webflow;
|
||||
|
||||
import javax.faces.FactoryFinder;
|
||||
import javax.faces.lifecycle.LifecycleFactory;
|
||||
|
||||
import org.springframework.binding.expression.Expression;
|
||||
import org.springframework.faces.webflow.FlowLifecycleFactory;
|
||||
import org.springframework.faces.webflow.JsfRenderFinalResponseAction;
|
||||
import org.springframework.faces.webflow.JsfViewFactory;
|
||||
import org.springframework.webflow.engine.builder.ViewFactoryCreator;
|
||||
import org.springframework.webflow.execution.Action;
|
||||
import org.springframework.webflow.execution.ViewFactory;
|
||||
@@ -5,6 +5,7 @@ import junit.framework.TestCase;
|
||||
import org.springframework.beans.factory.support.StaticListableBeanFactory;
|
||||
import org.springframework.core.io.ClassPathResource;
|
||||
import org.springframework.faces.webflow.JSFMockHelper;
|
||||
import org.springframework.faces.webflow.JsfViewFactoryCreator;
|
||||
import org.springframework.webflow.engine.Flow;
|
||||
import org.springframework.webflow.engine.builder.FlowAssembler;
|
||||
import org.springframework.webflow.test.MockFlowBuilderContext;
|
||||
|
||||
Reference in New Issue
Block a user