Class ExternalRoutingConnectorTab
java.lang.Object
com.novomind.ecom.api.iagent.frontend.tab.AbstractTab
com.novomind.ecom.api.imail.routing.frontend.connector.tab.ExternalRoutingConnectorTab
- All Implemented Interfaces:
- Tab,- com.novomind.ecom.common.api.attribute.DisplayNamed,- com.novomind.ecom.common.api.attribute.Named
Represents a customized ExternalRoutingConnectorTab
- Since:
- 11.29
- 
Field SummaryFields inherited from class com.novomind.ecom.api.iagent.frontend.tab.AbstractTabdisplayName, name, url
- 
Constructor SummaryConstructorsConstructorDescriptionExternalRoutingConnectorTab(String name, String displayName, String resourcePath) The path of the customized .xhtml must be inside 'META-INF/views', e.g.
- 
Method SummaryMethods inherited from class com.novomind.ecom.api.iagent.frontend.tab.AbstractTabgetDisplayName, getName, getUrl, toString
- 
Constructor Details- 
ExternalRoutingConnectorTabThe 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:
- 11.29
 
 
-