com.liferay.portal.kernel.template
Class TemplateResourceLoaderUtil
java.lang.Object
com.liferay.portal.kernel.template.TemplateResourceLoaderUtil
public class TemplateResourceLoaderUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clearCache
public static void clearCache()
clearCache
public static void clearCache(String templateResourceLoaderName)
throws TemplateException
- Throws:
TemplateException
clearCache
public static void clearCache(String templateResourceLoaderName,
String templateId)
throws TemplateException
- Throws:
TemplateException
getTemplateResource
public static TemplateResource getTemplateResource(String templateResourceLoaderName,
String templateId)
throws TemplateException
- Throws:
TemplateException
getTemplateResourceLoader
public static TemplateResourceLoader getTemplateResourceLoader(String templateResourceLoaderName)
throws TemplateException
- Throws:
TemplateException
getTemplateResourceLoaderNames
public static Set<String> getTemplateResourceLoaderNames()
hasTemplateResource
public static boolean hasTemplateResource(String templateResourceLoaderName,
String templateId)
throws TemplateException
- Throws:
TemplateException
hasTemplateResourceLoader
public static boolean hasTemplateResourceLoader(String templateResourceLoaderName)