org.thymeleaf
Class DialectConfiguration
Object
  
org.thymeleaf.DialectConfiguration
public final class DialectConfiguration
- extends Object
 
   Configuration class for a specific IDialect.
 
 
   Except for testing purposes, there is no reason why a user might need to use this 
   class directly.
 
- Since:
 
  - 1.0
 
- Author:
 
  - Daniel Fernández
 
 
| Methods inherited from class Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
initialize
public void initialize()
 
getDialect
public IDialect getDialect()
 
getPrefix
public String getPrefix()
 
isLenient
public boolean isLenient()
 
Copyright © 2013 The THYMELEAF team. All Rights Reserved.