Class SpringSecurityDialect
- Object
-
- org.thymeleaf.dialect.AbstractDialect
-
- org.thymeleaf.extras.springsecurity5.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
Fields Modifier and Type Field Description static StringDEFAULT_PREFIXstatic StringNAMEstatic intPROCESSOR_PRECEDENCE
-
Constructor Summary
Constructors Constructor Description SpringSecurityDialect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDialectProcessorPrecedence()java.util.Map<String,Object>getExecutionAttributes()org.thymeleaf.expression.IExpressionObjectFactorygetExpressionObjectFactory()StringgetPrefix()java.util.Set<org.thymeleaf.processor.IProcessor>getProcessors(String dialectPrefix)
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
DEFAULT_PREFIX
public static final String DEFAULT_PREFIX
- See Also:
- Constant Field Values
-
PROCESSOR_PRECEDENCE
public static final int PROCESSOR_PRECEDENCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPrefix
public String getPrefix()
- Specified by:
getPrefixin interfaceorg.thymeleaf.dialect.IProcessorDialect
-
getDialectProcessorPrecedence
public int getDialectProcessorPrecedence()
- Specified by:
getDialectProcessorPrecedencein interfaceorg.thymeleaf.dialect.IProcessorDialect
-
getProcessors
public java.util.Set<org.thymeleaf.processor.IProcessor> getProcessors(String dialectPrefix)
- Specified by:
getProcessorsin interfaceorg.thymeleaf.dialect.IProcessorDialect
-
getExpressionObjectFactory
public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()
- Specified by:
getExpressionObjectFactoryin interfaceorg.thymeleaf.dialect.IExpressionObjectDialect
-
getExecutionAttributes
public java.util.Map<String,Object> getExecutionAttributes()
- Specified by:
getExecutionAttributesin interfaceorg.thymeleaf.dialect.IExecutionAttributeDialect
-
-