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

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

Deprecated.

@Deprecated
public final class RoutingHelper
extends Object

User: Jérôme Mirc Date: 10-Aug-2009 Time: 11:51:03 AM


Field Summary
static String DEFAULT_LIVE_ROUTE
          Deprecated.  
 
Method Summary
static void addStaticRoute(com.alogient.cameleon.sdk.content.util.nav.StaticRoute staticRoute)
          Deprecated. Add a static route.
static boolean checkStaticRoute(String route)
          Deprecated. Check if a static route has been added
static Collection<com.alogient.cameleon.sdk.content.util.nav.StaticRoute> getStaticRoutes()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_LIVE_ROUTE

public static final String DEFAULT_LIVE_ROUTE
Deprecated. 
See Also:
Constant Field Values
Method Detail

addStaticRoute

public static void addStaticRoute(com.alogient.cameleon.sdk.content.util.nav.StaticRoute staticRoute)
Deprecated. 
Add a static route.

Parameters:
staticRoute - add the associated static route interface.

getStaticRoutes

public static Collection<com.alogient.cameleon.sdk.content.util.nav.StaticRoute> getStaticRoutes()
Deprecated. 
Returns:
the static route

checkStaticRoute

public static boolean checkStaticRoute(String route)
Deprecated. 
Check if a static route has been added

Parameters:
route - the route to check
Returns:
true if it is the case, false otherwise


Copyright © 2011 Alogient. All Rights Reserved.