org.infoglue.cms.util.css
Class CSSHelper

java.lang.Object
  |
  +--org.infoglue.cms.util.css.CSSHelper

public class CSSHelper
extends java.lang.Object

Author:
mattias This class helps us read and handle CSS-files.

Constructor Summary
CSSHelper()
           
 
Method Summary
 java.util.List getCSSRules()
           
static CSSHelper getHelper()
           
 void setCSSUrl(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSHelper

public CSSHelper()
Method Detail

getHelper

public static CSSHelper getHelper()

setCSSUrl

public void setCSSUrl(java.lang.String url)

getCSSRules

public java.util.List getCSSRules()