Locator

Release 1.0 - ...

A Locator represents a reference to other content, either internal to the site or external.

A locator value may be specified as:

  • An item number
  • An item code
  • A relative site url
  • Any fully qualified Url string

To distinguish between these locator types, Smartsite uses the following rules:

  1. Item number can only contain digits.
  2. Item codes can only contain these characters: a-zA-Z0-9._-
  3. Relative urls must start with a forward slash.
  4. Fully qualified urls must contain a protocal and host.