org.infoglue.cms.util.css
Class CSSHelper

java.lang.Object
  extended by 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
clone, equals, finalize, 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()


Copyright © 2005 InfoGlue.org All Rights Reserved.