且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Spring MVC Web应用程序中的模板

更新时间:2023-01-09 23:21:41

作为模板,您有以下选择:

As for templating you have the following options:

  1. 自定义JSP标记.这些标记可以作为Java类或JSP代码段存在,并提供封装和重用部分JSP页面(页眉,页脚等)的基本功能.在本手册

模板引擎(如标题)或修饰符(如Sitemesh .它们在构建复杂的页面布局方面非常强大.

Template engines like Tiles or decorators like Sitemesh. They are quite powerfull in building complex page layouts.

如果您正在寻找自定义UI主题支持,请在中查看自定义主题支持 Spring MVC.

If you're looking for custom UI themes support please take a look at custom themes support in Spring MVC.