Class DynamicCSSUtil
Object
com.liferay.portal.servlet.filters.dynamiccss.DynamicCSSUtil
- Author:
- Raymond Augé, Sergio Sánchez, David Truong
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringpropagateQueryString(String content, String queryString) static StringreplaceToken(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, com.liferay.portal.kernel.model.Theme theme, String parsedContent) static StringreplaceToken(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, String content)
-
Constructor Details
-
DynamicCSSUtil
public DynamicCSSUtil()
-
-
Method Details
-
replaceToken
public static String replaceToken(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, String content) throws Exception - Throws:
Exception
-
replaceToken
public static String replaceToken(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, com.liferay.portal.kernel.model.Theme theme, String parsedContent) throws Exception - Throws:
Exception
-
propagateQueryString
-