Class CloneModalFormAction.Attributes
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.CloneModalFormAction.Attributes
-
- Enclosing interface:
- CloneModalFormAction<A extends CloneModalFormAction<A>>
public static final class CloneModalFormAction.Attributes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
REDIRECT_LINK
This attribute can change the result in a user being redirected to the link provided following a successful clone.static String
TRANSFORM_CLONE
This attribute can be used to transform the cloned product.
-
-
-
Field Detail
-
REDIRECT_LINK
public static final String REDIRECT_LINK
This attribute can change the result in a user being redirected to the link provided following a successful clone.- See Also:
- Constant Field Values
-
TRANSFORM_CLONE
public static final String TRANSFORM_CLONE
This attribute can be used to transform the cloned product.- See Also:
- Constant Field Values
-
-