Package com.aquima.web.shortcut
Class ShortcutPathService
- java.lang.Object
-
- com.aquima.web.shortcut.ShortcutPathService
-
- All Implemented Interfaces:
IShortcutPathService
@Service public class ShortcutPathService extends Object implements IShortcutPathService
-
-
Constructor Summary
Constructors Constructor Description ShortcutPathService(com.blueriq.component.api.shortcut.IShortcutManager shortcutManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationRequestData
getRequestData(String path)
Expands the shortcutName in a given path to the full application name and version.
-
-
-
Method Detail
-
getRequestData
public ApplicationRequestData getRequestData(String path)
Description copied from interface:IShortcutPathService
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.- Specified by:
getRequestData
in interfaceIShortcutPathService
-
-