Decision Center API

ilog.webui.dhtml
Class IlxWCSSRuleset

java.lang.Object
  extended by ilog.webui.dhtml.IlxWCSSRuleset
All Implemented Interfaces:
Serializable

public class IlxWCSSRuleset
extends Object
implements Serializable

A set of CSS rules. The rules are built from the style sheet passed to the constructor.

See Also:
IlxWContainer.setAuthorRules(ilog.webui.dhtml.IlxWCSSRuleset), IlxWContainer.getUserAgentRules(), Serialized Form

Constructor Summary
IlxWCSSRuleset()
          Empty constructor.
IlxWCSSRuleset(Reader reader)
          Constructs a new CSS ruleset from the given style sheet.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlxWCSSRuleset

public IlxWCSSRuleset()
Empty constructor. Defined for serialization.


IlxWCSSRuleset

public IlxWCSSRuleset(Reader reader)
               throws IOException
Constructs a new CSS ruleset from the given style sheet. The style sheet will lazily parsed the first time the rules are requested by the framework. If the style sheet contains syntax errors, the ruleset is considered as an empty ruleset.

Throws:
IOException - if an error occurs reading the style sheet.
Parameters:
reader - the style sheet.

Decision Center API

© Copyright IBM Corp. 1987, 2013