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
-
-
Constructor Summary
Constructors Constructor Description ExoRouterConfig()ExoRouterConfig(org.exoplatform.container.xml.InitParams initParams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getRouteMapping()Gets 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.
-