Moving JsfViewFactoryCreator

This commit is contained in:
Jeremy Grelle
2007-10-26 20:15:53 +00:00
parent 1aa5d162b5
commit 2a5add92c4
2 changed files with 2 additions and 4 deletions

View File

@@ -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;