|
||||||||||
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()
IDialect
Returns the set of attribute processors.
getAttrProcessors
in interface IDialect
public Set<ITagProcessor> getTagProcessors()
IDialect
Returns the set of tag processors.
getTagProcessors
in interface IDialect
public Map<String,Object> getExecutionAttributes()
IDialect
Returns 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 IDialect
public Set<IDocTypeTranslation> getDocTypeTranslations()
IDialect
Returns the set of DOCTYPE translations.
getDocTypeTranslations
in interface IDialect
public Set<IDocTypeResolutionEntry> getDocTypeResolutionEntries()
IDialect
Returns 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 |