Class PreviewableView.Attributes
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.views.PreviewableView.Attributes
- Enclosing interface:
- PreviewableView<V extends PreviewableView<V>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringUsed along withTrackable.sandboxTrackable(String)to specify the path template used when building the URL to redirect an admin user to when they preview sandbox data. -
Method Summary
-
Field Details
-
PREVIEW_PATH_TEMPLATE
Used along withTrackable.sandboxTrackable(String)to specify the path template used when building the URL to redirect an admin user to when they preview sandbox data.Supports a template URL path, for example: "/products/${id}"
- See Also:
-