@Component(value="blAdminUserProcessor")
 @ConditionalOnTemplating
public class AdminUserProcessor
extends org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierProcessor
| Modifier and Type | Field and Description | 
|---|---|
| protected AdminSecurityService | securityService | 
| Constructor and Description | 
|---|
| AdminUserProcessor() | 
| 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 AdminSecurityService securityService
public String getName()
public String getPrefix()
getPrefix in interface org.broadleafcommerce.presentation.dialect.BroadleafProcessorgetPrefix in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierProcessorpublic int getPrecedence()
getPrecedence in interface org.broadleafcommerce.presentation.dialect.BroadleafProcessorgetPrecedence in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierProcessorpublic Map<String,Object> populateModelVariables(String tagName, Map<String,String> tagAttributes, org.broadleafcommerce.presentation.model.BroadleafTemplateContext context)
protected AdminUser getPersistentAdminUser()
Copyright © 2020. All rights reserved.