Class EscapableLocalizableFunction

Object
com.liferay.portal.kernel.util.EscapableLocalizableFunction
All Implemented Interfaces:
Serializable

public class EscapableLocalizableFunction extends Object implements Serializable
Author:
Roberto Díaz
See Also:
  • Constructor Details

    • EscapableLocalizableFunction

      public EscapableLocalizableFunction(Function<Locale,String> function)
    • EscapableLocalizableFunction

      public EscapableLocalizableFunction(Function<Locale,String> function, boolean escape)
  • Method Details

    • getEscapedValue

      public String getEscapedValue(Locale locale)
    • getOriginalValue

      public String getOriginalValue(Locale locale)
    • escape

      protected String escape(Locale locale)