Class CategoryConfigTab

  • All Implemented Interfaces:
    Tab, com.novomind.ecom.common.api.attribute.DisplayNamed, com.novomind.ecom.common.api.attribute.Named

    public final class CategoryConfigTab
    extends AbstractTab
    Since:
    10.0.116
    • Constructor Summary

      Constructors 
      Constructor Description
      CategoryConfigTab​(java.lang.String name, java.lang.String displayName, java.lang.String resourcePath)
      The path of the customized .xhtml must be inside 'META-INF/views'.
    • Constructor Detail

      • CategoryConfigTab

        public CategoryConfigTab​(java.lang.String name,
                                 java.lang.String displayName,
                                 java.lang.String resourcePath)
        The path of the customized .xhtml must be inside 'META-INF/views'. e.g path for META-INF/views/content/content.xhtml must be "/content/content.xhtml"
        Parameters:
        name - the unique name of the tab
        displayName - the name to be displayed at the top of the tab
        resourcePath - for the customized resource (.xhtml) with leading slash
        Since:
        10.0.116
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class AbstractTab
        Since:
        10.0.116