public final class AuthorizeAclAttrProcessor
extends org.thymeleaf.standard.processor.AbstractStandardConditionalVisibilityTagProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_NAME |
static int |
ATTR_PRECEDENCE |
| Constructor and Description |
|---|
AuthorizeAclAttrProcessor(org.thymeleaf.templatemode.TemplateMode templateMode,
String dialectPrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected static org.thymeleaf.standard.expression.IStandardExpression |
getExpressionDefaultToLiteral(org.thymeleaf.standard.expression.IStandardExpressionParser expressionParser,
org.thymeleaf.context.IExpressionContext context,
String input) |
protected boolean |
isVisible(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.engine.AttributeName attributeName,
String attributeValue) |
doProcessdoProcessgetDialectPrefix, getMatchingAttributeName, getMatchingElementName, processgetPrecedence, getTemplateModepublic static final int ATTR_PRECEDENCE
public static final String ATTR_NAME
public AuthorizeAclAttrProcessor(org.thymeleaf.templatemode.TemplateMode templateMode,
String dialectPrefix)
protected boolean isVisible(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.engine.AttributeName attributeName,
String attributeValue)
isVisible in class org.thymeleaf.standard.processor.AbstractStandardConditionalVisibilityTagProcessorprotected static org.thymeleaf.standard.expression.IStandardExpression getExpressionDefaultToLiteral(org.thymeleaf.standard.expression.IStandardExpressionParser expressionParser,
org.thymeleaf.context.IExpressionContext context,
String input)
Copyright © 2017 The THYMELEAF team. All rights reserved.