Module: alfresco/enums/urlTypes

alfresco/enums/urlTypes

This enum contains all possible values of URL type.

Since:
  • 1.0.41
Author:
  • Martin Doyle
License:
Source:

Members

CONTEXT_RELATIVE :string

This value is used to indicate that the accompanying URL is relative to the application context (e.g. /share).
Type:
  • string
Default Value:
  • "CONTEXT_RELATIVE"
Source:

FULL_PATH :string

This value is used to indicate that the accompanying URL is a full path (i.e. it should contain "//").
Type:
  • string
Default Value:
  • "FULL_PATH"
Source:

HASH :string

This value is used to indicate that the accompanying URL is a hash (i.e. it just applies a new hash value to the current URL).
Type:
  • string
Default Value:
  • "HASH"
Source:

PAGE_RELATIVE :string

This value is used to indicate that the accompanying URL is relative to the application Page context (e.g. /[application-context]/page).
Type:
  • string
Default Value:
  • "PAGE_RELATIVE"
Source:

REQUIRE_PATH :string

This value is used to indicate that the accompanying URL is a path that can be resolve by doing require.toUrl(...)
Type:
  • string
Since:
  • 1.0.41
Default Value:
  • "REQUIRE_PATH"
Source:

SHARE_PAGE_RELATIVE :string

This value is used to indicate that the supplied URL is relative to the Alfresco Page context (e.g. /share/page)
Type:
  • string
Deprecated:
Default Value:
  • "SHARE_PAGE_RELATIVE"
Source: