This should be mixed into any widgets or services that need to redirect the browser to display
different pages in either current or the new tab. It defines attributes that should be referenced
rather than copying and pasted hard-coded string topics. This ensures consistency between publish
and subscribe handling.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Members
-
contextRelativePath :string
-
This value is used to indicate that the supplied URL is relative to the application context (e.g. /share)
Type:
- string
- Deprecated:
- since 1.0.41 - Use urlTypes.CONTEXT_RELATIVE instead.
- Default Value:
- Source:
-
currentTarget :string
-
This value is used to indicate that the URL should be displayed in the current browser window.
Type:
- string
- Default Value:
- "CURRENT"
- Source:
-
fullPath :string
-
This value is used to indicate that the supplied URL is a full path (e.g. it will begin "http")
Type:
- string
- Deprecated:
- since 1.0.41 - Use urlTypes.FULL_PATH instead.
- Default Value:
- Source:
-
hashPath :string
-
This value is used to indicate that the supplied URL is a hash path (e.g. it just applies a new hash value to the current URL)
Type:
- string
- Deprecated:
- since 1.0.41 - Use urlTypes.HASH instead.
- Default Value:
- Source:
-
namedTarget :string
-
This value is used to indicate that the URL should be displayed in a named browser window.
Type:
- string
- Since:
- 1.0.55
- Default Value:
- "NAMED"
- Source:
-
navigateToPageTopic :string
-
This topic is used to request that the browser displays a new page.
Type:
- string
-
newTarget :string
-
This value is used to indicate that the URL should be displayed in a new browser window.
Type:
- string
- Default Value:
- "NEW"
- Source:
-
pageRelativePath :string
-
This value is used to indicate that the supplied URL is relative to the application Page context (e.g. /
/page) Type:
- string
- Deprecated:
- since 1.0.41 - Use urlTypes.PAGE_RELATIVE instead.
- Default Value:
- Source:
-
postToPageTopic :string
-
This topic is used to request a post to the page
Type:
- string
-
reloadPageTopic :string
-
This topic is used to request that the current page be reloaded
Type:
- string
-
sharePageRelativePath :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:
- Since 1.0.17 - Use urlTypes.PAGE_RELATIVE instead.
- Source: