}
String servletContextName = null;
if (portlet != null) {
PortletApp portletApp = portlet.getPortletApp();
servletContextName = portletApp.getServletContextName();
}
else if (requestURI != null) {
servletContextName = requestURI;
String contextPath = PortalUtil.getPathContext();