Class PreviewableView.Attributes
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.views.PreviewableView.Attributes
-
- Enclosing interface:
- PreviewableView<V extends PreviewableView<V>>
public static final class PreviewableView.Attributes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
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.
-
-
-
Field Detail
-
PREVIEW_PATH_TEMPLATE
public static final String 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:
- Constant Field Values
-
-