All Projects → thymeleaf → thymeleaf-extras-conditionalcomments

thymeleaf / thymeleaf-extras-conditionalcomments

Licence: Apache-2.0 license
Thymeleaf "extras" dialect for correctly processing IE conditional comments (for Thymeleaf 2.x)

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Thymeleaf - Module for Internet Explorer conditional comments


Status

This is a thymeleaf extras module, not a part of the Thymeleaf core (and as such following its own versioning schema), but fully supported by the Thymeleaf team.

Current versions:

  • Version 2.1.2.RELEASE - for Thymeleaf 2.1 (requires 2.1.3+)
  • Version 2.0.0 - for Thymeleaf 2.0 (requires 2.0.15+)

License

This software is licensed under the [Apache License 2.0] (http://www.apache.org/licenses/LICENSE-2.0.html).

Requirements

Maven info

  • groupId: org.thymeleaf.extras
  • artifactId: thymeleaf-extras-conditionalcomments

Distribution packages

Distribution packages (binaries + sources + javadoc) can be downloaded from SourceForge.

Installation

Just add the org.thymeleaf.extras.conditionalcomments.dialect.ConditionalCommentsDialect class to the list of dialects in your TemplateEngine implementation, and conditional comment processing will work out-of-the-box.

Features

This module allows you to correctly process Internet Explorer Conditional comments inside Thymeleaf templates.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].