@Component(value="blAdminProfileProcessor")
@ConditionalOnTemplating
public class AdminProfileProcessor
extends org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierAttrProcessor
| Modifier and Type | Field and Description |
|---|---|
protected MultiTenantService |
multiTenantService |
protected org.broadleafcommerce.common.site.service.SiteService |
siteService |
| Constructor and Description |
|---|
AdminProfileProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getPrecedence() |
String |
getPrefix() |
Map<String,Object> |
populateModelVariables(String tagName,
Map<String,String> tagAttributes,
String attributeName,
String attributeValue,
org.broadleafcommerce.presentation.model.BroadleafTemplateContext context) |
protected org.broadleafcommerce.common.site.service.SiteService siteService
protected MultiTenantService multiTenantService
public String getName()
public String getPrefix()
getPrefix in interface org.broadleafcommerce.presentation.dialect.BroadleafProcessorgetPrefix in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierAttrProcessorpublic int getPrecedence()
getPrecedence in interface org.broadleafcommerce.presentation.dialect.BroadleafProcessorgetPrecedence in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierAttrProcessorCopyright © 2020. All rights reserved.