Final cleanup of package structure.

This commit is contained in:
Jeremy Grelle
2008-04-24 18:32:30 +00:00
parent 077226e689
commit 3af9f89c72
6 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.faces.mvc.richfaces;
package org.springframework.faces.richfaces;
import java.io.IOException;
@@ -26,7 +26,7 @@ import javax.servlet.http.HttpServletResponse;
import org.ajax4jsf.context.AjaxContext;
import org.springframework.faces.webflow.FlowLifecycle;
import org.springframework.js.mvc.servlet.SpringJavascriptAjaxHandler;
import org.springframework.js.ajax.SpringJavascriptAjaxHandler;
/**
* Ajax handler that works with Rich Faces, allowing support for Web Flow ajax features with the Rich Faces toolkit.

View File

@@ -35,8 +35,8 @@ import org.springframework.context.ApplicationContext;
import org.springframework.core.io.ContextResource;
import org.springframework.core.io.Resource;
import org.springframework.faces.ui.AjaxViewRoot;
import org.springframework.js.mvc.servlet.AjaxHandler;
import org.springframework.js.mvc.servlet.SpringJavascriptAjaxHandler;
import org.springframework.js.ajax.AjaxHandler;
import org.springframework.js.ajax.SpringJavascriptAjaxHandler;
import org.springframework.webflow.context.ExternalContext;
import org.springframework.webflow.execution.RequestContext;
import org.springframework.webflow.execution.View;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.js.mvc.servlet;
package org.springframework.js.ajax;
import java.io.IOException;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.js.mvc.servlet;
package org.springframework.js.ajax;
import java.io.IOException;

View File

@@ -1,4 +1,4 @@
package org.springframework.js.ajax.view;
package org.springframework.js.ajax.tiles2;
import java.util.HashMap;
import java.util.Iterator;
@@ -15,13 +15,13 @@ import org.apache.tiles.Attribute.AttributeType;
import org.apache.tiles.access.TilesAccess;
import org.apache.tiles.context.TilesRequestContext;
import org.apache.tiles.impl.BasicTilesContainer;
import org.springframework.js.mvc.servlet.AjaxHandler;
import org.springframework.js.mvc.servlet.SpringJavascriptAjaxHandler;
import org.springframework.js.ajax.AjaxHandler;
import org.springframework.js.ajax.SpringJavascriptAjaxHandler;
import org.springframework.web.servlet.support.JstlUtils;
import org.springframework.web.servlet.support.RequestContext;
import org.springframework.web.servlet.view.tiles2.TilesView;
public class TilesAjaxView extends TilesView {
public class AjaxTilesView extends TilesView {
public static final String FRAGMENTS_PARAM = "fragments";