Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class ThemeHelper

java.lang.Object
  extended by com.liferay.portal.kernel.util.ThemeHelper

public class ThemeHelper
extends Object


Field Summary
static String TEMPLATE_EXTENSION_FTL
           
static String TEMPLATE_EXTENSION_JSP
           
static String TEMPLATE_EXTENSION_VM
           
 
Constructor Summary
ThemeHelper()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEMPLATE_EXTENSION_FTL

public static final String TEMPLATE_EXTENSION_FTL
See Also:
Constant Field Values

TEMPLATE_EXTENSION_JSP

public static final String TEMPLATE_EXTENSION_JSP
See Also:
Constant Field Values

TEMPLATE_EXTENSION_VM

public static final String TEMPLATE_EXTENSION_VM
See Also:
Constant Field Values
Constructor Detail

ThemeHelper

public ThemeHelper()
Method Detail

getResourcePath

public static String getResourcePath(javax.servlet.ServletContext servletContext,
                                     Theme theme,
                                     String portletId,
                                     String path)

resourceExists

public static boolean resourceExists(javax.servlet.ServletContext servletContext,
                                     Theme theme,
                                     String portletId,
                                     String path)
                              throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3