Uses of Interface
org.broadleafcommerce.presentation.model.BroadleafTemplateContext
Packages that use BroadleafTemplateContext
Package
Description
-
Uses of BroadleafTemplateContext in org.broadleafcommerce.presentation.cache.service
Methods in org.broadleafcommerce.presentation.cache.service with parameters of type BroadleafTemplateContextModifier and TypeMethodDescriptionprotected StringSimpleCacheKeyResolver.getStringValue(String attrName, Map<String, String> tagAttributes, boolean removeAttribute, BroadleafTemplateContext context) SimpleCacheKeyResolver.resolveCacheKey(String tagName, Map<String, String> tagAttributes, String documentName, Integer lineNumber, BroadleafTemplateContext context) Returns a concatenation of the templateName and cacheKey separated by an "_".TemplateCacheKeyResolverService.resolveCacheKey(String tagName, Map<String, String> tagAttributes, String documentName, Integer lineNumber, BroadleafTemplateContext context) Takes in the Thymeleaf arguments, element, and templateName. -
Uses of BroadleafTemplateContext in org.broadleafcommerce.presentation.dialect
Methods in org.broadleafcommerce.presentation.dialect with parameters of type BroadleafTemplateContextModifier and TypeMethodDescriptionBroadleafModelModifierProcessor.getInjectedModelAndTagAttributes(String rootTagName, Map<String, String> rootTagAttributes, BroadleafTemplateContext context) BroadleafAttributeModifierProcessor.getModifiedAttributes(String tagName, Map<String, String> tagAttributes, String attributeName, String attributeValue, BroadleafTemplateContext context) BroadleafTagReplacementProcessor.getReplacementModel(String tagName, Map<String, String> tagAttributes, BroadleafTemplateContext context) BroadleafTagTextModifierProcessor.getTagText(String tagName, Map<String, String> tagAttributes, String attributeName, String attributeValue, BroadleafTemplateContext context) BroadleafVariableModifierProcessor.populateModelVariables(String tagName, Map<String, String> tagAttributes, BroadleafTemplateContext context) Deprecated. -
Uses of BroadleafTemplateContext in org.broadleafcommerce.presentation.model
Methods in org.broadleafcommerce.presentation.model with parameters of type BroadleafTemplateContextModifier and TypeMethodDescriptionBroadleafAssignation.getLeftStringRepresentation(BroadleafTemplateContext context) BroadleafAssignation.getRightStringRepresentation(BroadleafTemplateContext context) BroadleafAssignation.parseLeft(BroadleafTemplateContext context) BroadleafAssignation.parseRight(BroadleafTemplateContext context)