org.broadleafcommerce.core.web.dialect
Class SEODialect

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

public class SEODialect
extends org.thymeleaf.dialect.AbstractDialect


Constructor Summary
SEODialect()
           
 
Method Summary
 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, getExecutionAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SEODialect

public SEODialect()
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)


Copyright © 2012. All Rights Reserved.