Interface TokenReplacer

All Known Implementing Classes:
DateTokenReplacer, DssTokenReplacer

public interface TokenReplacer
  • Method Summary

    Modifier and Type
    Method
    Description
    resolveToken(String token, Object... args)
    Resolves the token into a string that can be replaced by the TextSubstitution Manager or null if the Token cannot be resoved
  • Method Details

    • resolveToken

      String resolveToken(String token, Object... args)
      Resolves the token into a string that can be replaced by the TextSubstitution Manager or null if the Token cannot be resoved
      Parameters:
      token - the token to be replaced
      args - the arguments that are needed for the replacer to resolve the token
      Returns:
      the resolved token