Package com.jalios.jcms.application
Class WorkspaceApplicationShortcutPolicyFilter
- java.lang.Object
-
- com.jalios.jcms.policy.AbstractPolicyFilter
-
- com.jalios.jcms.shortcut.BasicShortcutPolicyFilter
-
- com.jalios.jcms.application.WorkspaceApplicationShortcutPolicyFilter
-
- All Implemented Interfaces:
PluginComponent,PolicyFilter,ShortcutPolicyFilter,java.lang.Comparable
public class WorkspaceApplicationShortcutPolicyFilter extends BasicShortcutPolicyFilter
Overrides the workspace application URL to preserve the context by calling the underlaying JSP (JCMS-7511)
-
-
Field Summary
-
Fields inherited from class com.jalios.jcms.policy.AbstractPolicyFilter
order
-
-
Constructor Summary
Constructors Constructor Description WorkspaceApplicationShortcutPolicyFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetShortcutInfoAsync(AbstractShortcut shortcut)Returns an url which is used to asynchronously query the shortcut badge for topbar application menu items (When the menu is opened)-
Methods inherited from class com.jalios.jcms.shortcut.BasicShortcutPolicyFilter
getApplicationMenuBadge, getApplicationMenuBadge, getShortcut, getShortcutInfo, init, showShortcut
-
Methods inherited from class com.jalios.jcms.policy.AbstractPolicyFilter
compareTo, equals, getOrder, setOrder
-
-
-
-
Method Detail
-
getShortcutInfoAsync
public java.lang.String getShortcutInfoAsync(AbstractShortcut shortcut)
Description copied from interface:ShortcutPolicyFilterReturns an url which is used to asynchronously query the shortcut badge for topbar application menu items (When the menu is opened)- Specified by:
getShortcutInfoAsyncin interfaceShortcutPolicyFilter- Overrides:
getShortcutInfoAsyncin classBasicShortcutPolicyFilter- Parameters:
shortcut- theAbstractShortcut- Returns:
- an url
-
-