Uses of Class
org.broadleafcommerce.common.template.TemplateType
Packages that use TemplateType
-
Uses of TemplateType in org.broadleafcommerce.common.template
Fields in org.broadleafcommerce.common.template declared as TemplateTypeModifier and TypeFieldDescriptionstatic final TemplateTypeTemplateType.CATEGORYstatic final TemplateTypeTemplateType.OTHERstatic final TemplateTypeTemplateType.PAGEstatic final TemplateTypeTemplateType.PRODUCTstatic final TemplateTypeTemplateType.SKUMethods in org.broadleafcommerce.common.template that return TemplateTypeMethods in org.broadleafcommerce.common.template with parameters of type TemplateType -
Uses of TemplateType in org.broadleafcommerce.common.web
Methods in org.broadleafcommerce.common.web that return TemplateTypeModifier and TypeMethodDescriptionTemplateTypeAware.getTemplateType(jakarta.servlet.http.HttpServletRequest request) If a custom handler is written and it knows the eventual template name, then it should return the TemplateType when this method is called.