Package ball.spring.dialect
Class WebJarsDialect
- java.lang.Object
-
- org.thymeleaf.dialect.AbstractDialect
-
- org.thymeleaf.dialect.AbstractProcessorDialect
-
- ball.spring.dialect.WebJarsDialect
-
- All Implemented Interfaces:
IDialect
,IExpressionObjectDialect
,IProcessorDialect
public class WebJarsDialect extends AbstractProcessorDialect implements IExpressionObjectDialect
WebJarAssetLocator
Thymeleaf dialect.- Author:
- Allen D. Ball
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebJarsDialect.WebJars
WebJarsDialect.WebJars
Thymeleaf dialect expression object implementation.
-
Constructor Summary
Constructors Constructor Description WebJarsDialect()
Sole constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<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.IExpressionObjectDialect
getExpressionObjectFactory
-
-
-
-
Constructor Detail
-
WebJarsDialect
public WebJarsDialect()
Sole constructor.
-
-
Method Detail
-
getProcessors
public Set<IProcessor> getProcessors(String prefix)
- Specified by:
getProcessors
in interfaceIProcessorDialect
-
-