// add the character encoding map to the context
context.put("characterEncodingMap", characterEncodingMap);
// add the URLUtilities to the context
URLUtilities urlUtilities = new URLUtilities(request, response);
context.put("urlUtilities", urlUtilities);
// add the DateUtilities to the context
context.put("dateUtilities", DateUtilities.getInstance());