Class Util

java.lang.Object
org.javalite.activeweb.freemarker.Util

public class Util extends Object
Author:
Igor Polevoy
  • Method Details

    • validateParamsPresence

      protected static void validateParamsPresence(Map params, String... keys)
      Will throw IllegalArgumentException if a key in the map is missing. If a map does nto have all the passed in keys in it, this method will throw exception.
      Parameters:
      params - map with values
      keys - list of keys to check