ThemeImpl@Deprecated
public class ThemeHelper
extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TEMPLATE_EXTENSION_FTL
Deprecated.
|
static String |
TEMPLATE_EXTENSION_JSP
Deprecated.
|
static String |
TEMPLATE_EXTENSION_VM
Deprecated.
|
| Constructor and Description |
|---|
ThemeHelper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getResourcePath(javax.servlet.ServletContext servletContext,
Theme theme,
String portletId,
String path)
Deprecated.
|
static boolean |
resourceExists(javax.servlet.ServletContext servletContext,
Theme theme,
String portletId,
String path)
Deprecated.
|
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