@Component(value="blAdminModuleProcessor")
@ConditionalOnTemplating
public class AdminModuleProcessor
extends org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierProcessor
Modifier and Type | Field and Description |
---|---|
protected AdminNavigationService |
adminNavigationService |
protected AdminSecurityService |
securityService |
Constructor and Description |
---|
AdminModuleProcessor() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
protected AdminUser |
getPersistentAdminUser() |
int |
getPrecedence() |
String |
getPrefix() |
Map<String,Object> |
populateModelVariables(String tagName,
Map<String,String> tagAttributes,
org.broadleafcommerce.presentation.model.BroadleafTemplateContext context) |
protected AdminNavigationService adminNavigationService
protected AdminSecurityService securityService
public String getName()
public String getPrefix()
getPrefix
in interface org.broadleafcommerce.presentation.dialect.BroadleafProcessor
getPrefix
in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierProcessor
public int getPrecedence()
getPrecedence
in interface org.broadleafcommerce.presentation.dialect.BroadleafProcessor
getPrecedence
in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierProcessor
public Map<String,Object> populateModelVariables(String tagName, Map<String,String> tagAttributes, org.broadleafcommerce.presentation.model.BroadleafTemplateContext context)
protected AdminUser getPersistentAdminUser()
Copyright © 2022. All rights reserved.