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
Deprecated.
As of 7.0.0, with no direct replacement
|
| 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
@Deprecated 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