Class TenantConfigTab
- java.lang.Object
-
- com.novomind.ecom.api.imail.routing.frontend.tenant.TenantConfigTab
-
-
Constructor Summary
Constructors Constructor Description TenantConfigTab(java.lang.String name, java.lang.String displayName, java.lang.String resourcePath)
The path of the customized .xhtml must be inside 'META-INF/views'.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
java.lang.String
getName()
java.lang.String
getUrl()
The URL of the tab's contentjava.lang.String
toString()
-
-
-
Constructor Detail
-
TenantConfigTab
public TenantConfigTab(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 tabdisplayName
- the name to be displayed at the top of the tabresourcePath
- for the customized resource (.xhtml) with leading slash- Since:
- 11.2
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfacecom.novomind.ecom.common.api.attribute.Named
- Since:
- 11.2
-
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in interfacecom.novomind.ecom.common.api.attribute.DisplayNamed
- Since:
- 11.2
-
getUrl
public java.lang.String getUrl()
Description copied from interface:Tab
The URL of the tab's content
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- Since:
- 11.2
-
-