public class Mvc extends Object
Expression object in charge of the creation of URLs using the controller-based mechanism in Spring MVC 4.1.
This mimics the s:mvcUrl behaviour explained at http://docs.spring.io/spring/docs/4.1.0.RELEASE/spring-framework-reference/html/mvc.html#mvc-links-to-controllers-from-views using the same method (function) names in the Spring JSP tag library.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Mvc.MethodArgumentBuilderWrapper |
| Constructor and Description |
|---|
Mvc() |
public Mvc.MethodArgumentBuilderWrapper url(String mappingName)
Copyright © 2017 The THYMELEAF team. All rights reserved.