|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.comarquage.util.CoMarquageUtils
public final class CoMarquageUtils
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 |
---|
public static java.lang.String getId(javax.servlet.http.HttpServletRequest request)
request
- the request
public static java.lang.String callChainManagerByPluginName(java.lang.String strPluginName, java.lang.String strFirstModuleInstanceName, java.io.Serializable key)
key
strPluginName
- The name of the plugin (for retrieve configuration)strFirstModuleInstanceName
- The name of the entry nodekey
- Key reference for the object to search
public static IChainManager getChainManagerByPluginName(java.lang.String strPluginName)
strPluginName
- The name of the plugin (for retrieve configuration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |