|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.thymeleaf.Configuration
public final class Configuration
Field Summary | |
---|---|
static int |
DEFAULT_PARSED_TEMPLATE_CACHE_SIZE
|
static IDialect |
STANDARD_THYMELEAF_DIALECT
|
Method Summary | ||
---|---|---|
Set<String> |
getAllPrefixes()
|
|
Set<IAttrProcessor> |
getAttrProcessors(Class<? extends IDialect> dialectClass)
|
|
Map<String,IDialect> |
getDialects()
|
|
Set<IDocTypeResolutionEntry> |
getDocTypeResolutionEntries()
|
|
IDocTypeTranslation |
getDocTypeTranslationBySource(String publicID,
String systemID)
|
|
Set<IDocTypeTranslation> |
getDocTypeTranslations()
|
|
Map<String,Object> |
getExecutionAttributes()
|
|
Set<IMessageResolver> |
getMessageResolvers()
|
|
int |
getParsedTemplateCacheSize()
|
|
Set<String> |
getProcessedAttrNames()
|
|
Set<String> |
getProcessedTagNames()
|
|
Set<ITagProcessor> |
getTagProcessors(Class<? extends IDialect> dialectClass)
|
|
Set<ITemplateResolver> |
getTemplateResolvers()
|
|
|
getValueProcessorByClass(IAttrProcessor attrProcessor,
Class<T> valueProcessorClass)
Deprecated. Will be removed in 1.1.3. IValueProcessors have been deprecated along with all its related infrastructure, and they have been substituted by the Standard Expression evaluation infrastructure provided by the static methods of StandardExpressionProcessor . |
|
|
getValueProcessorByClass(ITagProcessor tagProcessor,
Class<T> valueProcessorClass)
Deprecated. Will be removed in 1.1.3. IValueProcessors have been deprecated along with all its related infrastructure, and they have been substituted by the Standard Expression evaluation infrastructure provided by the static methods of StandardExpressionProcessor . |
|
|
getValueProcessorByClass(IValueProcessor valueProcessor,
Class<T> valueProcessorClass)
Deprecated. Will be removed in 1.1.3. IValueProcessors have been deprecated along with all its related infrastructure, and they have been substituted by the Standard Expression evaluation infrastructure provided by the static methods of StandardExpressionProcessor . |
|
Set<IValueProcessor> |
getValueProcessors(Class<? extends IDialect> dialectClass)
Deprecated. Will be removed in 1.1.3. IValueProcessors have been deprecated along with all its related infrastructure, and they have been substituted by the Standard Expression evaluation infrastructure provided by the static methods of StandardExpressionProcessor . |
|
String |
getXmlNsAttrName(String prefix)
|
|
void |
initialize()
|
|
boolean |
isLenient(String prefix)
|
|
boolean |
isPrefixManaged(String prefix)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_PARSED_TEMPLATE_CACHE_SIZE
public static final IDialect STANDARD_THYMELEAF_DIALECT
Method Detail |
---|
public void initialize()
public Map<String,IDialect> getDialects()
public Set<ITemplateResolver> getTemplateResolvers()
public Set<IMessageResolver> getMessageResolvers()
public int getParsedTemplateCacheSize()
public final Set<IDocTypeTranslation> getDocTypeTranslations()
public final IDocTypeTranslation getDocTypeTranslationBySource(String publicID, String systemID)
public final Set<IDocTypeResolutionEntry> getDocTypeResolutionEntries()
public Set<IAttrProcessor> getAttrProcessors(Class<? extends IDialect> dialectClass)
public Set<String> getProcessedAttrNames()
public Set<ITagProcessor> getTagProcessors(Class<? extends IDialect> dialectClass)
public Set<String> getProcessedTagNames()
public Map<String,Object> getExecutionAttributes()
public Set<String> getAllPrefixes()
public boolean isLenient(String prefix)
public boolean isPrefixManaged(String prefix)
public final String getXmlNsAttrName(String prefix)
@Deprecated public Set<IValueProcessor> getValueProcessors(Class<? extends IDialect> dialectClass)
StandardExpressionProcessor
.
@Deprecated public final <T extends IValueProcessor> T getValueProcessorByClass(ITagProcessor tagProcessor, Class<T> valueProcessorClass)
StandardExpressionProcessor
.
@Deprecated public final <T extends IValueProcessor> T getValueProcessorByClass(IAttrProcessor attrProcessor, Class<T> valueProcessorClass)
StandardExpressionProcessor
.
@Deprecated public final <T extends IValueProcessor> T getValueProcessorByClass(IValueProcessor valueProcessor, Class<T> valueProcessorClass)
StandardExpressionProcessor
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |