Class MessengerAccountConnectorTab
- java.lang.Object
-
- com.novomind.ecom.api.iagent.frontend.tab.AbstractTab
-
- com.novomind.ecom.api.iagent.messenger.frontend.MessengerAccountConnectorTab
-
- All Implemented Interfaces:
Tab
,com.novomind.ecom.common.api.attribute.DisplayNamed
,com.novomind.ecom.common.api.attribute.Named
public final class MessengerAccountConnectorTab extends AbstractTab
Represents a customized MessengerAccountConnectorTab- Since:
- 12.20
-
-
Field Summary
-
Fields inherited from class com.novomind.ecom.api.iagent.frontend.tab.AbstractTab
displayName, name, url
-
-
Constructor Summary
Constructors Constructor Description MessengerAccountConnectorTab(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 boolean
equals(java.lang.Object obj)
java.lang.String
getResourcePath()
int
hashCode()
-
Methods inherited from class com.novomind.ecom.api.iagent.frontend.tab.AbstractTab
getDisplayName, getName, getUrl, toString
-
-
-
-
Constructor Detail
-
MessengerAccountConnectorTab
public MessengerAccountConnectorTab(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:
- 12.20
-
-
Method Detail
-
getResourcePath
public java.lang.String getResourcePath()
- Returns:
- the given resource path for this customized .xhtml
- Since:
- 12.20
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-