public class SpringSecurityExpressionObjectFactory extends Object implements org.thymeleaf.expression.IExpressionObjectFactory
Builds the expression objects to be used by the Spring Security dialect.
| Modifier and Type | Field and Description |
|---|---|
protected static Set<String> |
ALL_EXPRESSION_OBJECT_NAMES |
static String |
AUTHENTICATION_EXPRESSION_OBJECT_NAME |
static String |
AUTHORIZATION_EXPRESSION_OBJECT_NAME |
| Constructor and Description |
|---|
SpringSecurityExpressionObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
buildObject(org.thymeleaf.context.IExpressionContext context,
String expressionObjectName) |
Set<String> |
getAllExpressionObjectNames() |
boolean |
isCacheable(String expressionObjectName) |
public static final String AUTHENTICATION_EXPRESSION_OBJECT_NAME
public static final String AUTHORIZATION_EXPRESSION_OBJECT_NAME
public SpringSecurityExpressionObjectFactory()
public Set<String> getAllExpressionObjectNames()
getAllExpressionObjectNames in interface org.thymeleaf.expression.IExpressionObjectFactorypublic boolean isCacheable(String expressionObjectName)
isCacheable in interface org.thymeleaf.expression.IExpressionObjectFactoryCopyright © 2016 The THYMELEAF team. All rights reserved.