Class BroadleafDialectPrefix
java.lang.Object
org.broadleafcommerce.presentation.dialect.BroadleafDialectPrefix
Used to specify which dialect a
BroadleafProcessor should be in- Author:
- Jay Aisenbrey (cja769)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSpecifies theBroadleafProcessorshould use the "blc" prefix.static final StringSpecifies theBroadleafProcessorshould use the "blc_admin" prefix, for use in the Broadleaf admin application -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BLC
Specifies theBroadleafProcessorshould use the "blc" prefix. This means it'll be used in site, admin, or both depending on the context the bean is created- See Also:
-
BLC_ADMIN
Specifies theBroadleafProcessorshould use the "blc_admin" prefix, for use in the Broadleaf admin application- See Also:
-
-
Constructor Details
-
BroadleafDialectPrefix
public BroadleafDialectPrefix()
-