Migrating transformations, templates and macro handlers

In the HATS Projects view, edit all of the transformation, template, and macro handler JSP files and on the Source tab:
  1. Add the following code:
    • <%@ taglib uri="http://java.sun.com/portlet" prefix="portletAPI" %>
    • <portletAPI:defineObjects/>
  2. Convert response.encodeURL("...") to renderResponse.encodeURL(renderRequest.getContextPath()+"...").
  3. Convert all instances of request to renderRequest.