- All Implemented Interfaces:
- BroadleafVariableExpression, AdminModuleExpression
@Component(value="blAdminModuleProcessor")
@ConditionalOnTemplating
public class AdminModuleProcessor
extends Object
implements AdminModuleExpression
A Thymeleaf processor that will add the appropriate AdminModules to the model. It does this by
iterating through the permissions specified in the SecurityContexts AdminUser object and adding the
appropriate section to the model attribute specified by resultVar
This is useful in constructing the left navigation menu for the admin console.
- Author:
- elbertbautista