public class SpringSecurityDialect
extends org.thymeleaf.dialect.AbstractDialect
implements org.thymeleaf.dialect.IProcessorDialect, org.thymeleaf.dialect.IExpressionObjectDialect
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PREFIX |
static org.thymeleaf.expression.IExpressionObjectFactory |
EXPRESSION_OBJECT_FACTORY |
static String |
NAME |
static int |
PROCESSOR_PRECEDENCE |
| Constructor and Description |
|---|
SpringSecurityDialect() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDialectProcessorPrecedence() |
org.thymeleaf.expression.IExpressionObjectFactory |
getExpressionObjectFactory() |
String |
getPrefix() |
Set<org.thymeleaf.processor.IProcessor> |
getProcessors(String dialectPrefix) |
public static final String NAME
public static final String DEFAULT_PREFIX
public static final int PROCESSOR_PRECEDENCE
public static final org.thymeleaf.expression.IExpressionObjectFactory EXPRESSION_OBJECT_FACTORY
public String getPrefix()
getPrefix in interface org.thymeleaf.dialect.IProcessorDialectpublic int getDialectProcessorPrecedence()
getDialectProcessorPrecedence in interface org.thymeleaf.dialect.IProcessorDialectpublic Set<org.thymeleaf.processor.IProcessor> getProcessors(String dialectPrefix)
getProcessors in interface org.thymeleaf.dialect.IProcessorDialectpublic org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()
getExpressionObjectFactory in interface org.thymeleaf.dialect.IExpressionObjectDialectCopyright © 2017 The THYMELEAF team. All rights reserved.