Class AbstractBroadleafVariableModifierProcessor
java.lang.Object
org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierProcessor
- All Implemented Interfaces:
BroadleafProcessor,BroadleafVariableModifierProcessor
@Deprecated
public abstract class AbstractBroadleafVariableModifierProcessor
extends Object
implements BroadleafVariableModifierProcessor
Deprecated.
Default implementation of
BroadleafVariableModifierProcessor that provides some defaults- Author:
- Jay Aisenbrey (cja769)
-
Field Summary
Fields inherited from interface org.broadleafcommerce.presentation.dialect.BroadleafProcessor
DEFAULT_PRECEDENCE, DEFAULT_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.intDeprecated.Deprecated.booleanDeprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.broadleafcommerce.presentation.dialect.BroadleafProcessor
getNameMethods inherited from interface org.broadleafcommerce.presentation.dialect.BroadleafVariableModifierProcessor
populateModelVariables
-
Constructor Details
-
AbstractBroadleafVariableModifierProcessor
public AbstractBroadleafVariableModifierProcessor()Deprecated.
-
-
Method Details
-
useGlobalScope
public boolean useGlobalScope()Deprecated.- Specified by:
useGlobalScopein interfaceBroadleafVariableModifierProcessor- Returns:
- true if the newModelVars should be added to the global scope (not recommended) or false if they should be added to local scope for this tag
-
getPrecedence
public int getPrecedence()Deprecated.- Specified by:
getPrecedencein interfaceBroadleafProcessor- Returns:
- When this processor should be ran in relation to other processors in the dialect. Runs from smallest number to largest
-
getCollectionModelVariableNamesToAddTo
Deprecated.- Specified by:
getCollectionModelVariableNamesToAddToin interfaceBroadleafVariableModifierProcessor- Returns:
- The list of variables on the model that, if they exist, should have additional values added to the existing list instead of replacing their values
-
getPrefix
Deprecated.- Specified by:
getPrefixin interfaceBroadleafProcessor- Returns:
- The prefix that should be prepended to the name for the class to be triggered on.
The "blc" part of
blc:price
-