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.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";