sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
22 lines (12 loc) • 518 B
Markdown
# Package: dw.web
Class URLParameter
# Inheritance Hierarchy
- Object
- dw.web.URLParameter
# Description
This class represents a key-value-pair for URL parameters.
# Constructor Summary
URLParameter(aName : String, aValue : String) Constructs the parameter using the specified name and value and endocded in the form "name=value".
URLParameter(aName : String, aValue : String, encodeName : boolean) Constructs the parameter using the specified name and value.
# Method Summary
# Constructor Detail