org.broadleafcommerce.common.web.dialect
Class BLCDialect

java.lang.Object
  extended by org.thymeleaf.dialect.AbstractDialect
      extended by org.broadleafcommerce.common.web.dialect.BLCDialect
All Implemented Interfaces:
org.thymeleaf.dialect.IDialect

public class BLCDialect
extends org.thymeleaf.dialect.AbstractDialect


Constructor Summary
BLCDialect()
           
 
Method Summary
 Map<String,Object> getExecutionAttributes()
           
 String getPrefix()
           
 Set<org.thymeleaf.processor.IProcessor> getProcessors()
           
 boolean isLenient()
           
 void setProcessors(Set<org.thymeleaf.processor.IProcessor> processors)
           
 
Methods inherited from class org.thymeleaf.dialect.AbstractDialect
getDocTypeResolutionEntries, getDocTypeTranslations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BLCDialect

public BLCDialect()
Method Detail

getPrefix

public String getPrefix()

isLenient

public boolean isLenient()

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

setProcessors

public void setProcessors(Set<org.thymeleaf.processor.IProcessor> processors)

getExecutionAttributes

public Map<String,Object> getExecutionAttributes()
Specified by:
getExecutionAttributes in interface org.thymeleaf.dialect.IDialect
Overrides:
getExecutionAttributes in class org.thymeleaf.dialect.AbstractDialect


Copyright © 2013. All Rights Reserved.