Interface LoggingContextMapper


public interface LoggingContextMapper
IContext mapper.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.thymeleaf.context.IContext
    map(String text)
    Maps a String to an IContext.
    default void
    setText(org.thymeleaf.context.AbstractContext context, String text)
    Sets the text variable in the context after mapping.
  • Method Details

    • map

      org.thymeleaf.context.IContext map(String text)
      Maps a String to an IContext.
      Parameters:
      text - the text
      Returns:
      the IContext
    • setText

      default void setText(org.thymeleaf.context.AbstractContext context, String text)
      Sets the text variable in the context after mapping.
      Parameters:
      context - the mapping target context
      text - the text to set