Package org.thymeleaf.spring3.expression
Class Mvc
- Object
 - 
- org.thymeleaf.spring3.expression.Mvc
 
 
- 
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:mvcUrlbehaviour 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.- Since:
 - 2.1.4
 - Author:
 - Daniel Fernández
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMvc.MethodArgumentBuilderWrapper 
- 
Constructor Summary
Constructors Constructor Description Mvc() 
 - 
 
- 
- 
Method Detail
- 
url
public Mvc.MethodArgumentBuilderWrapper url(String mappingName)
 
 - 
 
 -