Class MessengerRawMessageComponent
- java.lang.Object
-
- com.novomind.ecom.api.iagent.messenger.frontend.MessengerRawMessageComponent
-
public final class MessengerRawMessageComponent extends java.lang.Object
Represents a component to diplay a raw messenger message.- Since:
- 12.20
-
-
Constructor Summary
Constructors Constructor Description MessengerRawMessageComponent(java.lang.String componentPath)
Constructs aMessengerRawMessageComponent
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getComponentPath()
The given component path for the customized .xhtml composite component.int
hashCode()
-
-
-
Constructor Detail
-
MessengerRawMessageComponent
public MessengerRawMessageComponent(java.lang.String componentPath)
Constructs aMessengerRawMessageComponent
. The path of the customized .xhtml composite component must be inside 'META-INF/views'. e.g the path for 'META-INF/resources/content/content.xhtml' must be "/content/content.xhtml" The following attributes are passed to your composite component: scheme, rawMessage- Parameters:
componentPath
- for the customized resource (.xhtml) with leading slash- Since:
- 12.20
-
-
Method Detail
-
getComponentPath
public java.lang.String getComponentPath()
The given component path for the customized .xhtml composite component.- Returns:
- the given component path for the customized .xhtml composite component
- Since:
- 12.20
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-