public class ThemeUtil
extends Object
| Constructor and Description |
|---|
ThemeUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
doIncludeFTL(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String path,
Theme theme,
boolean restricted,
boolean write) |
static String |
getPortletId(javax.servlet.http.HttpServletRequest httpServletRequest) |
static void |
include(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String path,
Theme theme) |
static String |
include(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String path,
Theme theme,
boolean write) |
public static String getPortletId(javax.servlet.http.HttpServletRequest httpServletRequest)
public static void include(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String path,
Theme theme)
throws Exception
Exceptionpublic static String include(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String path,
Theme theme,
boolean write)
throws Exception
Exceptionprotected static String doIncludeFTL(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String path,
Theme theme,
boolean restricted,
boolean write)
throws Exception
Exception