Add spring-js-tiles3 module
Issue: SWF-1575
This commit is contained in:
@@ -44,13 +44,13 @@ import org.springframework.web.servlet.view.tiles2.TilesView;
|
||||
|
||||
/**
|
||||
* Tiles view implementation that is able to handle partial rendering for Spring Javascript Ajax requests.
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* This implementation uses the {@link SpringJavascriptAjaxHandler} by default to determine whether the current request
|
||||
* is an Ajax request. On an Ajax request, a "fragments" parameter will be extracted from the request in order to
|
||||
* determine which attributes to render from the current tiles view.
|
||||
* </p>
|
||||
*
|
||||
*
|
||||
* @author Jeremy Grelle
|
||||
* @author David Winterfeldt
|
||||
*/
|
||||
@@ -145,7 +145,7 @@ public class AjaxTilesView extends TilesView {
|
||||
* start with "/") or is a nested definition is added to a Map. The method class itself recursively to traverse
|
||||
* nested definitions.
|
||||
* </p>
|
||||
*
|
||||
*
|
||||
* @param container the TilesContainer
|
||||
* @param requestContext the TilesRequestContext
|
||||
* @param resultMap the output Map where attributes of interest are added to.
|
||||
@@ -180,7 +180,7 @@ public class AjaxTilesView extends TilesView {
|
||||
* Iterate over dynamically added Tiles attributes (see "Runtime Composition" in the Tiles documentation) and add
|
||||
* them to the output Map passed as input.
|
||||
* </p>
|
||||
*
|
||||
*
|
||||
* @param container the Tiles container
|
||||
* @param resultMap the output Map where attributes of interest are added to.
|
||||
* @param request the Servlet request
|
||||
|
||||
Reference in New Issue
Block a user