org.broadleafcommerce.cms.web.processor
@Component(value="blContentProcessor") public class ContentProcessor extends AbstractModelVariableModifierProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
BLC_RULE_MAP_PARAM |
protected org.apache.commons.logging.Log |
LOG |
static String |
REQUEST_DTO |
| Constructor and Description |
|---|
ContentProcessor()
Sets the name of this processor to be used in Thymeleaf template
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPrecedence() |
protected void |
initServices(org.thymeleaf.Arguments arguments) |
boolean |
isSecure(javax.servlet.http.HttpServletRequest request) |
protected void |
modifyModelAttributes(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element) |
addToModel, processElementdoProcess, getMatcherprotected final org.apache.commons.logging.Log LOG
public static final String REQUEST_DTO
public static final String BLC_RULE_MAP_PARAM
public ContentProcessor()
public int getPrecedence()
getPrecedence in class org.thymeleaf.processor.AbstractProcessorprotected void modifyModelAttributes(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element)
modifyModelAttributes in class AbstractModelVariableModifierProcessorprotected void initServices(org.thymeleaf.Arguments arguments)
public boolean isSecure(javax.servlet.http.HttpServletRequest request)
Copyright © 2015. All Rights Reserved.