Class 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 a MessengerRawMessageComponent.
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MessengerRawMessageComponent

        public MessengerRawMessageComponent​(java.lang.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 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object