|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.thymeleaf.dialect.AbstractDialect
public abstract class AbstractDialect
Abstract implementation of IDialect that returns empty
sets for all dialect components.
| Constructor Summary | |
|---|---|
AbstractDialect()
|
|
| Method Summary | |
|---|---|
Set<IAttrProcessor> |
getAttrProcessors()
Returns the set of attribute processors. |
Set<IDocTypeResolutionEntry> |
getDocTypeResolutionEntries()
Returns the set of DOCTYPE resolution entries. |
Set<IDocTypeTranslation> |
getDocTypeTranslations()
Returns the set of DOCTYPE translations. |
Map<String,Object> |
getExecutionAttributes()
Returns the execution attributes that will be set during executions of the template engine. |
Set<ITagProcessor> |
getTagProcessors()
Returns the set of tag processors. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.thymeleaf.dialect.IDialect |
|---|
getPrefix, isLenient |
| Constructor Detail |
|---|
public AbstractDialect()
| Method Detail |
|---|
public Set<IAttrProcessor> getAttrProcessors()
IDialectReturns the set of attribute processors.
getAttrProcessors in interface IDialectpublic Set<ITagProcessor> getTagProcessors()
IDialectReturns the set of tag processors.
getTagProcessors in interface IDialectpublic Map<String,Object> getExecutionAttributes()
IDialectReturns the execution attributes that will be set during executions of the template engine.
If more than one dialect are set, all of their execution attributes will be added to the available execution attributes map.
getExecutionAttributes in interface IDialectpublic Set<IDocTypeTranslation> getDocTypeTranslations()
IDialectReturns the set of DOCTYPE translations.
getDocTypeTranslations in interface IDialectpublic Set<IDocTypeResolutionEntry> getDocTypeResolutionEntries()
IDialectReturns the set of DOCTYPE resolution entries.
getDocTypeResolutionEntries in interface IDialect
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||