com.alogient.cameleon.extension.wicket.util
Class NavigationHelper

java.lang.Object
  extended by com.alogient.cameleon.extension.wicket.util.NavigationHelper

Deprecated.

@Deprecated
public final class NavigationHelper
extends Object

User: Jérôme Mirc Date: 10-Aug-2009 Time: 1:44:02 PM This helper class is used to manage the navigation.


Field Summary
static String CAMELEON_LANGUAGE_COOKIE
          Deprecated. The name of the language cookie
static org.slf4j.Logger LOGGER
          Deprecated.  
 
Method Summary
static com.alogient.cameleon.sdk.content.vo.CultureVo findBestMatch(String requestedLanguage, Enumeration<Locale> browserAcceptedLanguages, Collection<com.alogient.cameleon.sdk.content.vo.CultureVo> cultures)
          Deprecated.  
static com.alogient.cameleon.sdk.content.vo.CultureVo getDefaultCulture()
          Deprecated.  
static com.alogient.cameleon.sdk.content.vo.menu.MenuVo getFirstMenuInstance(com.alogient.cameleon.sdk.content.vo.menu.MenuVo menu, Class<? extends AbstractCameleonPage<? extends com.alogient.cameleon.sdk.content.model.AbstractCameleonModel>> cameleonPageClazz)
          Deprecated. 
static com.alogient.cameleon.sdk.content.vo.menu.MenuVo getMenuFromNavId(com.alogient.cameleon.sdk.content.util.nav.ModeType modeType, com.alogient.cameleon.sdk.content.vo.CultureVo cultureVo, Integer navId)
          Deprecated. 
static void init(Boolean isSecurityAware)
          Deprecated. Load the default culture as well as the live menu and the preview menu
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final org.slf4j.Logger LOGGER
Deprecated. 

CAMELEON_LANGUAGE_COOKIE

public static final String CAMELEON_LANGUAGE_COOKIE
Deprecated. 
The name of the language cookie

See Also:
Constant Field Values
Method Detail

init

public static void init(Boolean isSecurityAware)
Deprecated. 
Load the default culture as well as the live menu and the preview menu

Parameters:
isSecurityAware -

getDefaultCulture

public static com.alogient.cameleon.sdk.content.vo.CultureVo getDefaultCulture()
Deprecated. 
Returns:
the default culture

findBestMatch

public static com.alogient.cameleon.sdk.content.vo.CultureVo findBestMatch(String requestedLanguage,
                                                                           Enumeration<Locale> browserAcceptedLanguages,
                                                                           Collection<com.alogient.cameleon.sdk.content.vo.CultureVo> cultures)
Deprecated. 

getFirstMenuInstance

@Deprecated
public static com.alogient.cameleon.sdk.content.vo.menu.MenuVo getFirstMenuInstance(com.alogient.cameleon.sdk.content.vo.menu.MenuVo menu,
                                                                                               Class<? extends AbstractCameleonPage<? extends com.alogient.cameleon.sdk.content.model.AbstractCameleonModel>> cameleonPageClazz)
Deprecated. 

See Also:
NavigationCache.getFirstMenuInstance(java.lang.Class>)

getMenuFromNavId

@Deprecated
public static com.alogient.cameleon.sdk.content.vo.menu.MenuVo getMenuFromNavId(com.alogient.cameleon.sdk.content.util.nav.ModeType modeType,
                                                                                           com.alogient.cameleon.sdk.content.vo.CultureVo cultureVo,
                                                                                           Integer navId)
Deprecated. 



Copyright © 2011 Alogient. All Rights Reserved.