org.thymeleaf.util
Class TemplateModeUtils

Object
  extended by org.thymeleaf.util.TemplateModeUtils

public final class TemplateModeUtils
extends Object

Since:
2.0.18
Author:
Daniel Fernández

Method Summary
static boolean isHtml(String templateMode)
           
static boolean isXml(String templateMode)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isXml

public static boolean isXml(String templateMode)

isHtml

public static boolean isHtml(String templateMode)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.