@Component(value="blAdminModuleProcessor") public class AdminModuleProcessor extends AbstractModelVariableModifierProcessor
| Modifier and Type | Field and Description |
|---|---|
protected AdminNavigationService |
adminNavigationService |
protected AdminSecurityService |
securityService |
| Constructor and Description |
|---|
AdminModuleProcessor()
Sets the name of this processor to be used in Thymeleaf template
|
| Modifier and Type | Method and Description |
|---|---|
protected AdminUser |
getPersistentAdminUser() |
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 AdminNavigationService adminNavigationService
protected AdminSecurityService securityService
public AdminModuleProcessor()
public int getPrecedence()
getPrecedence in class AbstractModelVariableModifierProcessorprotected void modifyModelAttributes(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element)
AbstractModelVariableModifierProcessormodifyModelAttributes in class AbstractModelVariableModifierProcessorprotected AdminUser getPersistentAdminUser()
Copyright © 2015. All rights reserved.