public class AuthorizeAclAttrProcessor
extends org.thymeleaf.processor.attr.AbstractConditionalVisibilityAttrProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_NAME |
static int |
ATTR_PRECEDENCE |
| Constructor and Description |
|---|
AuthorizeAclAttrProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected static org.thymeleaf.standard.expression.IStandardExpression |
getExpressionDefaultToLiteral(org.thymeleaf.standard.expression.IStandardExpressionParser expressionParser,
org.thymeleaf.Configuration configuration,
org.thymeleaf.context.IProcessingContext processingContext,
String input) |
int |
getPrecedence() |
protected boolean |
isVisible(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName) |
processAttributedoProcess, getMatcherpublic static final int ATTR_PRECEDENCE
public static final String ATTR_NAME
public int getPrecedence()
getPrecedence in class org.thymeleaf.processor.AbstractProcessorprotected boolean isVisible(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName)
isVisible in class org.thymeleaf.processor.attr.AbstractConditionalVisibilityAttrProcessorprotected static org.thymeleaf.standard.expression.IStandardExpression getExpressionDefaultToLiteral(org.thymeleaf.standard.expression.IStandardExpressionParser expressionParser,
org.thymeleaf.Configuration configuration,
org.thymeleaf.context.IProcessingContext processingContext,
String input)
Copyright © 2015 The THYMELEAF team. All rights reserved.