Class SlingDialect
java.lang.Object
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.dialect.AbstractProcessorDialect
org.apache.sling.scripting.thymeleaf.internal.dialect.SlingDialect
- All Implemented Interfaces:
org.thymeleaf.dialect.IDialect
,org.thymeleaf.dialect.IProcessorDialect
public final class SlingDialect
extends org.thymeleaf.dialect.AbstractProcessorDialect
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet<org.thymeleaf.processor.IProcessor>
getProcessors
(String prefix) 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
-
NAME
- See Also:
-
PREFIX
- See Also:
-
-
Constructor Details
-
SlingDialect
public SlingDialect()
-
-
Method Details
-
getProcessors
-