Class SpringSecurityDialect
Object
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.extras.springsecurity6.dialect.SpringSecurityDialect
- All Implemented Interfaces:
org.thymeleaf.dialect.IDialect
,org.thymeleaf.dialect.IExecutionAttributeDialect
,org.thymeleaf.dialect.IExpressionObjectDialect
,org.thymeleaf.dialect.IProcessorDialect
public class SpringSecurityDialect
extends org.thymeleaf.dialect.AbstractDialect
implements org.thymeleaf.dialect.IProcessorDialect, org.thymeleaf.dialect.IExpressionObjectDialect, org.thymeleaf.dialect.IExecutionAttributeDialect
- Author:
- Daniel Fernández
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
org.thymeleaf.expression.IExpressionObjectFactory
Set<org.thymeleaf.processor.IProcessor>
getProcessors
(String dialectPrefix) 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.IDialect
getName
-
Field Details
-
NAME
- See Also:
-
DEFAULT_PREFIX
- See Also:
-
PROCESSOR_PRECEDENCE
public static final int PROCESSOR_PRECEDENCE- See Also:
-
-
Constructor Details
-
SpringSecurityDialect
public SpringSecurityDialect()
-
-
Method Details
-
getPrefix
- Specified by:
getPrefix
in interfaceorg.thymeleaf.dialect.IProcessorDialect
-
getDialectProcessorPrecedence
public int getDialectProcessorPrecedence()- Specified by:
getDialectProcessorPrecedence
in interfaceorg.thymeleaf.dialect.IProcessorDialect
-
getProcessors
- Specified by:
getProcessors
in interfaceorg.thymeleaf.dialect.IProcessorDialect
-
getExpressionObjectFactory
public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()- Specified by:
getExpressionObjectFactory
in interfaceorg.thymeleaf.dialect.IExpressionObjectDialect
-
getExecutionAttributes
- Specified by:
getExecutionAttributes
in interfaceorg.thymeleaf.dialect.IExecutionAttributeDialect
-