public class AuthorizeAttrProcessor
extends org.thymeleaf.processor.attr.AbstractConditionalVisibilityAttrProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_NAME |
static String |
ATTR_NAME_EXPR |
static int |
ATTR_PRECEDENCE |
| Constructor and Description |
|---|
AuthorizeAttrProcessor() |
AuthorizeAttrProcessor(String attrName) |
| Modifier and Type | Method and Description |
|---|---|
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 static final String ATTR_NAME_EXPR
public AuthorizeAttrProcessor()
public AuthorizeAttrProcessor(String attrName)
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.AbstractConditionalVisibilityAttrProcessorCopyright © 2016 The THYMELEAF team. All rights reserved.