Class ExoRouterConfig
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.notification.net.router.ExoRouterConfig
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class ExoRouterConfig
extends org.exoplatform.container.component.BaseComponentPlugin
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the associated activity key type mapping from URI Pattern.voidsetRouteMapping(Map<String, String> mapping) Sets the associated ActionName key type mapping from this URI Pattern.Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
ExoRouterConfig
public ExoRouterConfig() -
ExoRouterConfig
public ExoRouterConfig(org.exoplatform.container.xml.InitParams initParams)
-
-
Method Details
-
getRouteMapping
Gets the associated activity key type mapping from URI Pattern.- Returns:
-
setRouteMapping
Sets the associated ActionName key type mapping from this URI Pattern.- Parameters:
mapping- the hash map of key as ActionName and value as URI Pattern
-