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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintorg.thymeleaf.expression.IExpressionObjectFactorySet<org.thymeleaf.processor.IProcessor>getProcessors(String dialectPrefix) Methods inherited from class org.thymeleaf.dialect.AbstractDialectgetNameMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.dialect.IDialectgetName
- 
Field Details- 
NAME- See Also:
 
- 
DEFAULT_PREFIX- See Also:
 
- 
PROCESSOR_PRECEDENCEpublic static final int PROCESSOR_PRECEDENCE- See Also:
 
 
- 
- 
Constructor Details- 
SpringSecurityDialectpublic SpringSecurityDialect()
 
- 
- 
Method Details- 
getPrefix- Specified by:
- getPrefixin interface- org.thymeleaf.dialect.IProcessorDialect
 
- 
getDialectProcessorPrecedencepublic int getDialectProcessorPrecedence()- Specified by:
- getDialectProcessorPrecedencein interface- org.thymeleaf.dialect.IProcessorDialect
 
- 
getProcessors- Specified by:
- getProcessorsin interface- org.thymeleaf.dialect.IProcessorDialect
 
- 
getExpressionObjectFactorypublic org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()- Specified by:
- getExpressionObjectFactoryin interface- org.thymeleaf.dialect.IExpressionObjectDialect
 
- 
getExecutionAttributes- Specified by:
- getExecutionAttributesin interface- org.thymeleaf.dialect.IExecutionAttributeDialect
 
 
-