com.liferay.taglib.util
Class ThemeUtil

java.lang.Object
  extended by com.liferay.taglib.util.ThemeUtil

public class ThemeUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan, Brian Myunghun Kim, Raymond Augé

Constructor Summary
ThemeUtil()
           
 
Method Summary
static void include(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.jsp.PageContext pageContext, java.lang.String page, com.liferay.portal.model.Theme theme)
           
static void includeJSP(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String path, com.liferay.portal.model.Theme theme)
           
static java.lang.String includeVM(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.jsp.PageContext pageContext, java.lang.String page, com.liferay.portal.model.Theme theme, boolean write)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeUtil

public ThemeUtil()
Method Detail

include

public static void include(javax.servlet.ServletContext servletContext,
                           javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response,
                           javax.servlet.jsp.PageContext pageContext,
                           java.lang.String page,
                           com.liferay.portal.model.Theme theme)
                    throws java.lang.Exception
Throws:
java.lang.Exception

includeJSP

public static void includeJSP(javax.servlet.ServletContext servletContext,
                              javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response,
                              java.lang.String path,
                              com.liferay.portal.model.Theme theme)
                       throws java.lang.Exception
Throws:
java.lang.Exception

includeVM

public static java.lang.String includeVM(javax.servlet.ServletContext servletContext,
                                         javax.servlet.http.HttpServletRequest request,
                                         javax.servlet.jsp.PageContext pageContext,
                                         java.lang.String page,
                                         com.liferay.portal.model.Theme theme,
                                         boolean write)
                                  throws java.lang.Exception
Throws:
java.lang.Exception