Class ReadableRuntimeKeyMapper

java.lang.Object
com.aquima.web.ui.ReadableRuntimeKeyMapper
All Implemented Interfaces:
IRuntimeKeyMapper

public class ReadableRuntimeKeyMapper extends Object implements IRuntimeKeyMapper
Default implementation of a runtime key mapper that converts the runtime keys to (element_name)(delimiter)(element_index).
Since:
8.0
Author:
Jon van Leuven
  • Constructor Details Link icon

    • ReadableRuntimeKeyMapper Link icon

      public ReadableRuntimeKeyMapper()
  • Method Details Link icon

    • getParser Link icon

      public IRuntimeKeyParser getParser(com.aquima.interactions.composer.IPage page)
      Description copied from interface: IRuntimeKeyMapper
      This method returns a runtime key parser to convert a string to a runtime key.
      Specified by:
      getParser in interface IRuntimeKeyMapper
      Parameters:
      page - The page containing the elements with runtime keys.
      Returns:
      The runtime key parser, never null.
    • getPrinter Link icon

      public com.aquima.interactions.composer.IRuntimeKeyPrinter getPrinter(com.aquima.interactions.composer.IPage page)
      Description copied from interface: IRuntimeKeyMapper
      This method returns a runtime key printer to convert a runtime key to a string.
      Specified by:
      getPrinter in interface IRuntimeKeyMapper
      Parameters:
      page - The page containing the elements with runtime keys.
      Returns:
      The runtime key printer, never null.