public class ThemeHelper
extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TEMPLATE_EXTENSION_FTL |
static String |
TEMPLATE_EXTENSION_JSP |
static String |
TEMPLATE_EXTENSION_VM |
Constructor and Description |
---|
ThemeHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getResourcePath(javax.servlet.ServletContext servletContext,
Theme theme,
String portletId,
String path) |
static boolean |
resourceExists(javax.servlet.ServletContext servletContext,
Theme theme,
String portletId,
String path) |
public static final String TEMPLATE_EXTENSION_FTL
public static final String TEMPLATE_EXTENSION_JSP
public static final String TEMPLATE_EXTENSION_VM
public static String getResourcePath(javax.servlet.ServletContext servletContext, Theme theme, String portletId, String path)
public static boolean resourceExists(javax.servlet.ServletContext servletContext, Theme theme, String portletId, String path) throws Exception
Exception