org.thymeleaf
Class DialectConfiguration

Object
  extended by 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

Method Summary
 IDialect getDialect()
           
 String getPrefix()
           
 void initialize()
           
 boolean isLenient()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initialize

public void initialize()

getDialect

public IDialect getDialect()

getPrefix

public String getPrefix()

isLenient

public boolean isLenient()


Copyright © 2012 The THYMELEAF team. All Rights Reserved.