public class SpringSecurityDialect
extends org.thymeleaf.dialect.AbstractDialect
implements org.thymeleaf.dialect.IExpressionEnhancingDialect
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_EXPRESSION_OBJECT_NAME |
static String |
AUTHORIZATION_EXPRESSION_OBJECT_NAME |
static String |
DEFAULT_PREFIX |
| Constructor and Description |
|---|
SpringSecurityDialect() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalExpressionObjects(org.thymeleaf.context.IProcessingContext processingContext) |
String |
getPrefix() |
Set<org.thymeleaf.processor.IProcessor> |
getProcessors() |
boolean |
isLenient() |
getDocTypeResolutionEntries, getDocTypeTranslations, getExecutionAttributespublic static final String DEFAULT_PREFIX
public static final String AUTHENTICATION_EXPRESSION_OBJECT_NAME
public static final String AUTHORIZATION_EXPRESSION_OBJECT_NAME
public String getPrefix()
getPrefix in interface org.thymeleaf.dialect.IDialectpublic boolean isLenient()
isLenient in class org.thymeleaf.dialect.AbstractDialectpublic Set<org.thymeleaf.processor.IProcessor> getProcessors()
getProcessors in interface org.thymeleaf.dialect.IDialectgetProcessors in class org.thymeleaf.dialect.AbstractDialectCopyright © 2016 The THYMELEAF team. All rights reserved.