Class AcrossWebDialect
java.lang.Object
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.dialect.AbstractProcessorDialect
com.foreach.across.modules.web.thymeleaf.AcrossWebDialect
- All Implemented Interfaces:
org.thymeleaf.dialect.IDialect
,org.thymeleaf.dialect.IExpressionObjectDialect
,org.thymeleaf.dialect.IPostProcessorDialect
,org.thymeleaf.dialect.IProcessorDialect
public class AcrossWebDialect
extends org.thymeleaf.dialect.AbstractProcessorDialect
implements org.thymeleaf.dialect.IExpressionObjectDialect, org.thymeleaf.dialect.IPostProcessorDialect
Custom Thymeleaf dialect supporting AcrossWebModule setups.
Adds the following utility objects:
- #webapp:
WebAppPathResolver
for the current context - #htmlIdStore:
HtmlIdStore
- same - for the template rendering
- Author:
- Arne Vandamme
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
org.thymeleaf.expression.IExpressionObjectFactory
Set<org.thymeleaf.postprocessor.IPostProcessor>
Set<org.thymeleaf.processor.IProcessor>
getProcessors
(String dialectPrefix) Methods inherited from class org.thymeleaf.dialect.AbstractProcessorDialect
getDialectProcessorPrecedence, getPrefix
Methods inherited from class org.thymeleaf.dialect.AbstractDialect
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.thymeleaf.dialect.IDialect
getName
-
Field Details
-
PREFIX
- See Also:
-
UTILITY_WEBAPP
- See Also:
-
HTML_ID_STORE
- See Also:
-
-
Constructor Details
-
AcrossWebDialect
public AcrossWebDialect()
-
-
Method Details
-
getProcessors
- Specified by:
getProcessors
in interfaceorg.thymeleaf.dialect.IProcessorDialect
-
getDialectPostProcessorPrecedence
public int getDialectPostProcessorPrecedence()- Specified by:
getDialectPostProcessorPrecedence
in interfaceorg.thymeleaf.dialect.IPostProcessorDialect
-
getPostProcessors
- Specified by:
getPostProcessors
in interfaceorg.thymeleaf.dialect.IPostProcessorDialect
-
getExpressionObjectFactory
public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()- Specified by:
getExpressionObjectFactory
in interfaceorg.thymeleaf.dialect.IExpressionObjectDialect
-