| Modifier and Type | Method and Description |
|---|---|
TemplateType |
BroadleafPageController.getTemplateType(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Field and Description |
|---|---|
static TemplateType |
TemplateType.CATEGORY |
static TemplateType |
TemplateType.OTHER |
static TemplateType |
TemplateType.PAGE |
static TemplateType |
TemplateType.PRODUCT |
static TemplateType |
TemplateType.SKU |
| Modifier and Type | Method and Description |
|---|---|
static TemplateType |
TemplateType.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
int |
TemplateType.compareTo(TemplateType arg0) |
| Modifier and Type | Method and Description |
|---|---|
TemplateType |
TemplateTypeAware.getTemplateType(javax.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.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateType |
BroadleafSkuController.getTemplateType(javax.servlet.http.HttpServletRequest request) |
TemplateType |
BroadleafCategoryController.getTemplateType(javax.servlet.http.HttpServletRequest request) |
TemplateType |
BroadleafProductController.getTemplateType(javax.servlet.http.HttpServletRequest request) |
Copyright © 2015. All rights reserved.