@Component(value="blErrorsProcessor")
public class ErrorsProcessor
extends org.thymeleaf.processor.attr.AbstractAttrProcessor
EntityForm organized by tab, according to the expression passed
in as an argument.
For instance, if you would like to get all of the errors for the EntityForm, invoke this processor with an
attribute that looks like:
blc_admin:errors="*{*}"| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
ErrorsProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPrecedence() |
protected org.thymeleaf.processor.ProcessorResult |
processAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName) |
doProcess, getMatcherpublic int getPrecedence()
getPrecedence in class org.thymeleaf.processor.AbstractProcessorprotected org.thymeleaf.processor.ProcessorResult processAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName)
processAttribute in class org.thymeleaf.processor.attr.AbstractAttrProcessorCopyright © 2014. All Rights Reserved.