public class BreadcrumbProcessor extends AbstractModelVariableModifierProcessor
| Modifier and Type | Field and Description |
|---|---|
protected BreadcrumbService |
breadcrumbService |
| Constructor and Description |
|---|
BreadcrumbProcessor()
Sets the name of this processor to be used in the Thymeleaf template
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBaseUrl(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element) |
protected Map<String,String[]> |
getParams(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element) |
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.
|
addCollectionToExistingSet, addItemToExistingSet, addToModel, processElementdoProcess, getMatcherprotected BreadcrumbService breadcrumbService
public BreadcrumbProcessor()
public int getPrecedence()
getPrecedence in class AbstractModelVariableModifierProcessorprotected void modifyModelAttributes(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element)
AbstractModelVariableModifierProcessormodifyModelAttributes in class AbstractModelVariableModifierProcessorprotected String getBaseUrl(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element)
Copyright © 2018. All rights reserved.