Class TestPortalMessageScope

java.lang.Object
com.aquima.interactions.test.templates.context.TestPortalScope
com.aquima.interactions.test.templates.context.TestPortalMessageScope
All Implemented Interfaces:
com.aquima.interactions.portal.IPortalMessageScope, com.aquima.interactions.portal.IPortalScope, Serializable
Direct Known Subclasses:
TestPageScope, TestSessionScope

public class TestPortalMessageScope extends TestPortalScope implements com.aquima.interactions.portal.IPortalMessageScope
Test implementation of the PortalMessageScope.
Since:
9.2
Author:
A.Pragt
See Also:
  • Constructor Details

    • TestPortalMessageScope

      public TestPortalMessageScope()
  • Method Details

    • getMappedPortalMessages

      public String[] getMappedPortalMessages()
      Specified by:
      getMappedPortalMessages in interface com.aquima.interactions.portal.IPortalMessageScope
    • setPortalMessageAction

      public void setPortalMessageAction(String portalMessage, com.aquima.interactions.portal.PortalMessageAction action)
      Specified by:
      setPortalMessageAction in interface com.aquima.interactions.portal.IPortalMessageScope
    • clearPortalMessageAction

      public void clearPortalMessageAction(String portalMessage)
      Specified by:
      clearPortalMessageAction in interface com.aquima.interactions.portal.IPortalMessageScope
    • getPortalMessageAction

      public com.aquima.interactions.portal.PortalMessageAction getPortalMessageAction(String portalMessage)
      Specified by:
      getPortalMessageAction in interface com.aquima.interactions.portal.IPortalMessageScope