Class UrlArgument
java.lang.Object
com.broadleafcommerce.data.tracking.core.interlink.UrlArgument
This argument is used for url template replacement (see
InterlinkRequest.withUri(String)). UrlArgument instances are only required when
using template variable substitution on the request uri. If the uri is already completely built
in advance, then providing UrlArgument instances is not necessary.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UrlArgument
-
-
Method Details
-
getName
Used to match a url template value. -
getValue
The replacement value for the template variable. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-