Liferay 7.0-ce-m6

com.liferay.portal.tools
Class CSSBuilderUtil

java.lang.Object
  extended by com.liferay.portal.tools.CSSBuilderUtil

public class CSSBuilderUtil
extends Object


Constructor Summary
CSSBuilderUtil()
           
 
Method Summary
static File getCacheFile(String fileName)
           
static File getCacheFile(String fileName, String suffix)
           
static String getCacheFileName(String fileName, String suffix)
           
static String getRtlCustomFileName(String fileName)
           
static String parseStaticTokens(String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSBuilderUtil

public CSSBuilderUtil()
Method Detail

getCacheFile

public static File getCacheFile(String fileName)

getCacheFile

public static File getCacheFile(String fileName,
                                String suffix)

getCacheFileName

public static String getCacheFileName(String fileName,
                                      String suffix)

getRtlCustomFileName

public static String getRtlCustomFileName(String fileName)

parseStaticTokens

public static String parseStaticTokens(String content)

Liferay 7.0-ce-m6