翻訳と辞書
Words near each other
・ Thymaridas
・ Thymaya Payne
・ Thymbra
・ Thymbra (plant)
・ Thyme
・ Thyme (band)
・ ThYme (database)
・ Thyme (disambiguation)
・ Thyme Maternity
・ Thyme Travel
・ Thymectacin
・ Thymectomy
・ Thymelaea
・ Thymelaeaceae
・ Thymele
Thymeleaf
・ Thymelicus
・ Thymelicus hamza
・ Thymerais
・ Thymiaterion
・ Thymiaterium
・ Thymic branches of internal thoracic artery
・ Thymic cancer
・ Thymic carcinoma
・ Thymic hypoplasia
・ Thymic involution
・ Thymic nurse cell
・ Thymic stromal lymphopoietin
・ Thymic veins
・ Thymichthys


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Thymeleaf : ウィキペディア英語版
Thymeleaf

Thymeleaf is a Java XML/XHTML/HTML5 template engine that can work both in web (Servlet-based) and non-web environments. It is better suited for serving XHTML/HTML5 at the view layer of MVC-based web applications, but it can process any XML file even in offline environments. It provides full Spring Framework integration.
In web applications Thymeleaf aims to be a complete substitute for JSP, and implements the concept of ''Natural Templates'': template files that can be directly open in browsers and that still display correctly as web pages.
Thymeleaf is Open-Source Software, licensed under the Apache License 2.0.
==Features==
From the project's website:〔http://www.thymeleaf.org/features.html Thymeleaf Features〕
* Java template engine for XML, XHTML and HTML5.
* Works both in web and non-web (offline) environments. No hard dependency on the Servlet API.
* Based on modular feature sets called ''dialects''.
*
* Dialect features (e.g.: evaluation, iteration, etc.) are applied by linking them to template's tags and/or attributes.
*
* Two dialects available out-of-the-box: Standard and SpringStandard (for Spring MVC apps, same syntax as Standard).
*
* Developers can extend and create custom dialects.
* Several template modes:
*
* XML: validating against a DTD or not.
*
* XHTML 1.0 and 1.1: validating against standard DTDs or not.
*
* HTML5: both XML-formed code and legacy-based HTML5. Legacy non-XML code will be automatically cleaned and converted to XML form.
* Full (and extensible) internationalization support.
* Configurable, high performance parsed template cache that reduces input/output to the minimum.
* Automatic DOCTYPE translations –from template DTD to result DTD– for (optional) validation of both template and result code.
* Extremely extensible: can be used as a template engine framework if needed.
* Complete documentation including several example applications.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Thymeleaf」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.