Class MessengerRawMessageComponent

java.lang.Object
com.novomind.ecom.api.iagent.messenger.frontend.MessengerRawMessageComponent

public final class MessengerRawMessageComponent extends Object
Represents a component to diplay a raw messenger message.
Since:
12.20
  • Constructor Details

    • MessengerRawMessageComponent

      public MessengerRawMessageComponent(String componentPath)
      Constructs a MessengerRawMessageComponent. 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

    • getComponentPath

      public 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(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object