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) |
static void |
writeJavaScriptPath(Writer writer,
String javaScriptPath,
Map<String,String> attributes) |
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
IOException
public static void writeHeaderPaths(javax.servlet.http.HttpServletResponse httpServletResponse, Map<String,Object> paths) throws IOException
IOException
public static void writeJavaScriptPath(Writer writer, String javaScriptPath, Map<String,String> attributes) throws IOException
IOException