|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExpressionEnhancingDialect
Feature-specifier interface for IDialect implementations.
Implementing this interface allows dialects to specify a series of objects that will be added to the context as utility objects during expression evaluations.
This means, for example, that a dialect could add a util object so that it could be used in OGNL or SpringEL expression evaluations like ${#util.doThis(obj)}.
| Method Summary | |
|---|---|
java.util.Map<String,Object> |
getAdditionalExpressionObjects(IProcessingContext processingContext)
Returns the objects that should be added to expression evaluation contexts. |
| Methods inherited from interface org.thymeleaf.dialect.IDialect |
|---|
getDocTypeResolutionEntries, getDocTypeTranslations, getExecutionAttributes, getPrefix, getProcessors |
| Method Detail |
|---|
java.util.Map<String,Object> getAdditionalExpressionObjects(IProcessingContext processingContext)
Returns the objects that should be added to expression evaluation contexts.
This means, for example, that a dialect could add a util object so that it could be used in OGNL or SpringEL expression evaluations like ${#util.doThis(obj)}.
processingContext - the processing context on which the expression evaluation will be performed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||