org.thymeleaf.extras.springsecurity3.dialect
Class SpringSecurityDialect
Object
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.extras.springsecurity3.dialect.SpringSecurityDialect
- All Implemented Interfaces:
- org.thymeleaf.dialect.IDialect, org.thymeleaf.dialect.IExpressionEnhancingDialect
public class SpringSecurityDialect
- extends org.thymeleaf.dialect.AbstractDialect
- implements org.thymeleaf.dialect.IExpressionEnhancingDialect
- Author:
- Daniel Fernández
| Methods inherited from class org.thymeleaf.dialect.AbstractDialect |
getDocTypeResolutionEntries, getDocTypeTranslations, getExecutionAttributes |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.thymeleaf.dialect.IDialect |
getDocTypeResolutionEntries, getDocTypeTranslations, getExecutionAttributes |
DEFAULT_PREFIX
public static final String DEFAULT_PREFIX
- See Also:
- Constant Field Values
AUTHENTICATION_EXPRESSION_OBJECT_NAME
public static final String AUTHENTICATION_EXPRESSION_OBJECT_NAME
- See Also:
- Constant Field Values
AUTHORIZATION_EXPRESSION_OBJECT_NAME
public static final String AUTHORIZATION_EXPRESSION_OBJECT_NAME
- See Also:
- Constant Field Values
SpringSecurityDialect
public SpringSecurityDialect()
getPrefix
public String getPrefix()
- Specified by:
getPrefix in interface org.thymeleaf.dialect.IDialect
isLenient
public boolean isLenient()
- Overrides:
isLenient in class org.thymeleaf.dialect.AbstractDialect
getProcessors
public Set<org.thymeleaf.processor.IProcessor> getProcessors()
- Specified by:
getProcessors in interface org.thymeleaf.dialect.IDialect- Overrides:
getProcessors in class org.thymeleaf.dialect.AbstractDialect
getAdditionalExpressionObjects
public Map<String,Object> getAdditionalExpressionObjects(org.thymeleaf.context.IProcessingContext processingContext)
- Specified by:
getAdditionalExpressionObjects in interface org.thymeleaf.dialect.IExpressionEnhancingDialect
Copyright © 2013 The THYMELEAF team. All Rights Reserved.