Class ExoRouterConfig

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin

    public class ExoRouterConfig
    extends org.exoplatform.container.component.BaseComponentPlugin
    • Constructor Detail

      • ExoRouterConfig

        public ExoRouterConfig()
      • ExoRouterConfig

        public ExoRouterConfig​(org.exoplatform.container.xml.InitParams initParams)
    • Method Detail

      • getRouteMapping

        public Map<String,​String> getRouteMapping()
        Gets the associated activity key type mapping from URI Pattern.
        Returns:
      • setRouteMapping

        public void setRouteMapping​(Map<String,​String> mapping)
        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