com.jxml.quick.config
Class ConfigImpl

java.lang.Object
  |
  +--com.jxml.quick.config.ConfigImpl
All Implemented Interfaces:
Item

public class ConfigImpl
extends Object
implements Item


Field Summary
 String htmlHead
           
 String htmlTitle
           
 ArrayList instruction
           
 ArrayList items
           
 
Constructor Summary
ConfigImpl()
           
 
Method Summary
 void eval(Map properties, List args, ClassLoader cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

items

public ArrayList items

htmlTitle

public String htmlTitle

htmlHead

public String htmlHead

instruction

public ArrayList instruction
Constructor Detail

ConfigImpl

public ConfigImpl()
Method Detail

eval

public void eval(Map properties,
                 List args,
                 ClassLoader cl)
          throws Exception
Specified by:
eval in interface Item