public class PortletPathsUtil
extends Object
| Constructor and Description |
|---|
PortletPathsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
getPortletPaths(javax.servlet.http.HttpServletRequest httpServletRequest,
String portletHTML,
Portlet portlet) |
static void |
writeFooterPaths(javax.servlet.http.HttpServletResponse httpServletResponse,
Map<String,Object> paths) |
static void |
writeHeaderPaths(javax.servlet.http.HttpServletResponse httpServletResponse,
Map<String,Object> paths) |
public static Map<String,Object> getPortletPaths(javax.servlet.http.HttpServletRequest httpServletRequest,
String portletHTML,
Portlet portlet)
public static void writeFooterPaths(javax.servlet.http.HttpServletResponse httpServletResponse,
Map<String,Object> paths)
throws IOException
IOExceptionpublic static void writeHeaderPaths(javax.servlet.http.HttpServletResponse httpServletResponse,
Map<String,Object> paths)
throws IOException
IOException