org.thymeleaf
Class Configuration

Object
  extended by org.thymeleaf.Configuration

public final class Configuration
extends Object

Since:
1.0
Author:
Daniel Fernández

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()
           
<T extends IValueProcessor>
T
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.
<T extends IValueProcessor>
T
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.
<T extends IValueProcessor>
T
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

DEFAULT_PARSED_TEMPLATE_CACHE_SIZE

public static final int DEFAULT_PARSED_TEMPLATE_CACHE_SIZE
See Also:
Constant Field Values

STANDARD_THYMELEAF_DIALECT

public static final IDialect STANDARD_THYMELEAF_DIALECT
Method Detail

initialize

public void initialize()

getDialects

public Map<String,IDialect> getDialects()

getTemplateResolvers

public Set<ITemplateResolver> getTemplateResolvers()

getMessageResolvers

public Set<IMessageResolver> getMessageResolvers()

getParsedTemplateCacheSize

public int getParsedTemplateCacheSize()

getDocTypeTranslations

public final Set<IDocTypeTranslation> getDocTypeTranslations()

getDocTypeTranslationBySource

public final IDocTypeTranslation getDocTypeTranslationBySource(String publicID,
                                                               String systemID)

getDocTypeResolutionEntries

public final Set<IDocTypeResolutionEntry> getDocTypeResolutionEntries()

getAttrProcessors

public Set<IAttrProcessor> getAttrProcessors(Class<? extends IDialect> dialectClass)

getProcessedAttrNames

public Set<String> getProcessedAttrNames()

getTagProcessors

public Set<ITagProcessor> getTagProcessors(Class<? extends IDialect> dialectClass)

getProcessedTagNames

public Set<String> getProcessedTagNames()

getExecutionAttributes

public Map<String,Object> getExecutionAttributes()

getAllPrefixes

public Set<String> getAllPrefixes()

isLenient

public boolean isLenient(String prefix)

isPrefixManaged

public boolean isPrefixManaged(String prefix)

getXmlNsAttrName

public final String getXmlNsAttrName(String prefix)

getValueProcessors

@Deprecated
public 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.


getValueProcessorByClass

@Deprecated
public final <T extends IValueProcessor> T 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

@Deprecated
public final <T extends IValueProcessor> T 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

@Deprecated
public final <T extends IValueProcessor> T 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.



Copyright © 2011 The THYMELEAF team. All Rights Reserved.