com.silverpeas.treeMenu.model
Class MenuConstants

java.lang.Object
  extended by com.silverpeas.treeMenu.model.MenuConstants

public final class MenuConstants
extends Object


Field Summary
static String DEFAULT_MENU_TYPE
          key used for default menu implementation (display all type of menu element)
static String ICON_STYLE_PREFIX
          prefix used to create the style used to display component icon
static String REQUEST_KEY_COMPONENT_ID
          key used to store in the HTTP request the compoId of the father of elements to build
static String REQUEST_KEY_ITEM_MENU_ID
          key used to store in the HTTP request the identifier of father elements to build
static String REQUEST_KEY_LEAF
          key used to store in the HTTP request if he father elements to build is a leaf or not
static String REQUEST_KEY_MENU_LEVEL
          key used to store in the HTTP request the level of the father of elements to build
static String REQUEST_KEY_MENU_TYPE
          key used to store in the HTTP request the menu type to build
static String REQUEST_KEY_NODE_TYPE
          key used to store in the HTTP request the node type of father elements to build
static String SEE_ALSO_MENU_TYPE
          key used for seealso implementation (display space, only kmelia component, theme)
static String THEME_MENU_TYPE
          key used for theme implementation (displays theme only)
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MENU_TYPE

public static final String DEFAULT_MENU_TYPE
key used for default menu implementation (display all type of menu element)

See Also:
Constant Field Values

SEE_ALSO_MENU_TYPE

public static final String SEE_ALSO_MENU_TYPE
key used for seealso implementation (display space, only kmelia component, theme)

See Also:
Constant Field Values

THEME_MENU_TYPE

public static final String THEME_MENU_TYPE
key used for theme implementation (displays theme only)

See Also:
Constant Field Values

REQUEST_KEY_MENU_TYPE

public static final String REQUEST_KEY_MENU_TYPE
key used to store in the HTTP request the menu type to build

See Also:
Constant Field Values

REQUEST_KEY_NODE_TYPE

public static final String REQUEST_KEY_NODE_TYPE
key used to store in the HTTP request the node type of father elements to build

See Also:
Constant Field Values

REQUEST_KEY_MENU_LEVEL

public static final String REQUEST_KEY_MENU_LEVEL
key used to store in the HTTP request the level of the father of elements to build

See Also:
Constant Field Values

REQUEST_KEY_COMPONENT_ID

public static final String REQUEST_KEY_COMPONENT_ID
key used to store in the HTTP request the compoId of the father of elements to build

See Also:
Constant Field Values

REQUEST_KEY_LEAF

public static final String REQUEST_KEY_LEAF
key used to store in the HTTP request if he father elements to build is a leaf or not

See Also:
Constant Field Values

REQUEST_KEY_ITEM_MENU_ID

public static final String REQUEST_KEY_ITEM_MENU_ID
key used to store in the HTTP request the identifier of father elements to build

See Also:
Constant Field Values

ICON_STYLE_PREFIX

public static final String ICON_STYLE_PREFIX
prefix used to create the style used to display component icon

See Also:
Constant Field Values


Copyright © 2016 Silverpeas. All Rights Reserved.