Liferay 6.2-ce-ga5

com.liferay.portal.servlet.filters.dynamiccss
Class RTLCSSUtil

java.lang.Object
  extended by com.liferay.portal.servlet.filters.dynamiccss.RTLCSSUtil

public class RTLCSSUtil
extends Object


Constructor Summary
RTLCSSUtil()
           
 
Method Summary
static String getRtlCss(String fileName, String css)
           
static void init()
           
static boolean isExcludedPath(String filePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTLCSSUtil

public RTLCSSUtil()
Method Detail

getRtlCss

public static String getRtlCss(String fileName,
                               String css)
                        throws Exception
Throws:
Exception

init

public static void init()

isExcludedPath

public static boolean isExcludedPath(String filePath)

Liferay 6.2-ce-ga5