com.liferay.portal.servlet.filters.dynamiccss
Class DynamicCSSUtil
java.lang.Object
com.liferay.portal.servlet.filters.dynamiccss.DynamicCSSUtil
public class DynamicCSSUtil
- extends Object
|
Method Summary |
protected static String |
propagateQueryString(String content,
String queryString)
|
static String |
replaceToken(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
String content)
|
static String |
replaceToken(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Theme theme,
String parsedContent)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicCSSUtil
public DynamicCSSUtil()
replaceToken
public static String replaceToken(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
String content)
throws Exception
- Throws:
Exception
replaceToken
public static String replaceToken(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Theme theme,
String parsedContent)
throws Exception
- Throws:
Exception
propagateQueryString
protected static String propagateQueryString(String content,
String queryString)
- See Also:
AggregateFilter.aggregateCss(
com.liferay.portal.servlet.filters.aggregate.ServletPaths, String)