Class MessengerRawMessageComponent
java.lang.Object
com.novomind.ecom.api.iagent.messenger.frontend.MessengerRawMessageComponent
Represents a component to diplay a raw messenger message.
- Since:
- 12.20
-
Constructor Summary
ConstructorsConstructorDescriptionMessengerRawMessageComponent
(String componentPath) Constructs aMessengerRawMessageComponent
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
The given component path for the customized .xhtml composite component.int
hashCode()
-
Constructor Details
-
MessengerRawMessageComponent
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 Details