org.thymeleaf.extras.tiles2.dialect
Class TilesDialect

Object
  extended by org.thymeleaf.dialect.AbstractDialect
      extended by org.thymeleaf.extras.tiles2.dialect.TilesDialect
All Implemented Interfaces:
org.thymeleaf.dialect.IDialect

public class TilesDialect
extends org.thymeleaf.dialect.AbstractDialect

Author:
Daniel Fernández

Field Summary
static String DEFAULT_PREFIX
           
 
Constructor Summary
TilesDialect()
           
 
Method Summary
 String getPrefix()
           
 Set<org.thymeleaf.processor.IProcessor> getProcessors()
           
 
Methods inherited from class org.thymeleaf.dialect.AbstractDialect
getDocTypeResolutionEntries, getDocTypeTranslations, getExecutionAttributes, isLenient
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PREFIX

public static final String DEFAULT_PREFIX
See Also:
Constant Field Values
Constructor Detail

TilesDialect

public TilesDialect()
Method Detail

getPrefix

public String getPrefix()

getProcessors

public Set<org.thymeleaf.processor.IProcessor> getProcessors()
Specified by:
getProcessors in interface org.thymeleaf.dialect.IDialect
Overrides:
getProcessors in class org.thymeleaf.dialect.AbstractDialect


Copyright © 2014 The THYMELEAF team. All rights reserved.