Class Links
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.utils.Links
-
public final class Links extends Object
- Author:
- Nick Crum (ncrum)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Link
byId(String componentId)
static Link
byPath(String path)
-
-
-
Method Detail
-
byId
public static Link byId(String componentId)
- See Also:
Link.componentId(String)
-
byPath
public static Link byPath(String path)
- See Also:
Link.path(String)
-
-