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:
WebAppPathResolverfor the current context - #htmlIdStore:
HtmlIdStore- same - for the template rendering
- Author:
- Arne Vandamme
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintorg.thymeleaf.expression.IExpressionObjectFactorySet<org.thymeleaf.postprocessor.IPostProcessor>Set<org.thymeleaf.processor.IProcessor>getProcessors(String dialectPrefix) Methods inherited from class org.thymeleaf.dialect.AbstractProcessorDialect
getDialectProcessorPrecedence, getPrefixMethods inherited from class org.thymeleaf.dialect.AbstractDialect
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getProcessorsin interfaceorg.thymeleaf.dialect.IProcessorDialect
-
getDialectPostProcessorPrecedence
public int getDialectPostProcessorPrecedence()- Specified by:
getDialectPostProcessorPrecedencein interfaceorg.thymeleaf.dialect.IPostProcessorDialect
-
getPostProcessors
- Specified by:
getPostProcessorsin interfaceorg.thymeleaf.dialect.IPostProcessorDialect
-
getExpressionObjectFactory
public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()- Specified by:
getExpressionObjectFactoryin interfaceorg.thymeleaf.dialect.IExpressionObjectDialect
-