Interface IShortcutPathService

All Known Implementing Classes:
ShortcutPathService

public interface IShortcutPathService
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Expands the shortcutName in a given path to the full application name and version.
  • Method Details Link icon

    • getRequestData Link icon

      ApplicationRequestData getRequestData(String path)
      Expands the shortcutName in a given path to the full application name and version. The shortcutname should be the first path element. The result of this expansion is stored in a RestRequestData object. If the first element in the path is not a shortcutname, the first and second element will be treated as application name and version respectively.
      Parameters:
      path - the path
      Returns:
      the result of the expansion