fr.paris.lutece.plugins.comarquage.util
Class CoMarquageUtils

java.lang.Object
  extended by fr.paris.lutece.plugins.comarquage.util.CoMarquageUtils

public final class CoMarquageUtils
extends java.lang.Object

CoMarquage utilitary access class


Method Summary
static java.lang.String callChainManagerByPluginName(java.lang.String strPluginName, java.lang.String strFirstModuleInstanceName, java.io.Serializable key)
          Call a chain manager by the plugin name and entry point.
static IChainManager getChainManagerByPluginName(java.lang.String strPluginName)
          Get chain manager by the plugin name.
static java.lang.String getId(javax.servlet.http.HttpServletRequest request)
          Return id with one Card max and without double
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public static java.lang.String getId(javax.servlet.http.HttpServletRequest request)
Return id with one Card max and without double

Parameters:
request - the request
Returns:
the prepared id or null if Id is not correct

callChainManagerByPluginName

public static java.lang.String callChainManagerByPluginName(java.lang.String strPluginName,
                                                            java.lang.String strFirstModuleInstanceName,
                                                            java.io.Serializable key)
Call a chain manager by the plugin name and entry point.
Find element referenced by key key

Parameters:
strPluginName - The name of the plugin (for retrieve configuration)
strFirstModuleInstanceName - The name of the entry node
key - Key reference for the object to search
Returns:
The string fragment associate with this chain

getChainManagerByPluginName

public static IChainManager getChainManagerByPluginName(java.lang.String strPluginName)
Get chain manager by the plugin name.

Parameters:
strPluginName - The name of the plugin (for retrieve configuration)
Returns:
The chain manager associate with this plugin


Copyright © 2008 Mairie de Paris. All Rights Reserved.