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