@Component(value="blNamedOrderProcessor") public class NamedOrderProcessor extends AbstractModelVariableModifierProcessor
| Constructor and Description |
|---|
NamedOrderProcessor()
Sets the name of this processor to be used in Thymeleaf template
NOTE: thymeleaf normalizes the attribute names by converting all to lower-case
we will use the underscore instead of camel case to avoid confusion
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPrecedence() |
protected void |
modifyModelAttributes(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element)
This method must be overriding by a processor that wishes to modify the model.
|
addToModel, processElementdoProcess, getMatcherpublic NamedOrderProcessor()
public int getPrecedence()
getPrecedence in class org.thymeleaf.processor.AbstractProcessorprotected void modifyModelAttributes(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element)
AbstractModelVariableModifierProcessormodifyModelAttributes in class AbstractModelVariableModifierProcessorCopyright © 2014. All rights reserved.