jfun.yan.xml.nuts
Class PropertiesNut

java.lang.Object
  extended by jfun.yan.xml.nut.Nut
      extended by jfun.yan.xml.nut.ComponentNut
          extended by jfun.yan.xml.nuts.EntriesNut
              extended by jfun.yan.xml.nuts.PropertiesNut
All Implemented Interfaces:
java.io.Serializable

public class PropertiesNut
extends EntriesNut

The <props> tag that creates Properties object.

Author:
Ben Yu Nov 17, 2005 1:03:30 AM
See Also:
Serialized Form

Constructor Summary
PropertiesNut()
           
 
Method Summary
 Component eval()
           
 void setKey_type(java.lang.Class key_type)
          Disable "key-type" by throwing exception.
 void setOf(java.lang.Class of)
          Disable "of" by throwing exception.
 
Methods inherited from class jfun.yan.xml.nuts.EntriesNut
addEntry, getEntryComponents, getKey_type, getKeys, getOf
 
Methods inherited from class jfun.yan.xml.nut.Nut
cast, checkDuplicate, checkMandatory, checkMandatory, convert, getComponentClassLoader, getId, getNutClassLoader, getNutEnvironment, getParameterWiring, getPropertyWiring, getSequenceNumber, getTagLocation, getTagName, initGloballyDefined, initNutEnvironment, initSequenceNumber, initTagLocation, initTagName, isGloballyDefined, raise, raise, register, registerEagerInstantiation, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesNut

public PropertiesNut()
Method Detail

setKey_type

public void setKey_type(java.lang.Class key_type)
Disable "key-type" by throwing exception.

Overrides:
setKey_type in class EntriesNut

setOf

public void setOf(java.lang.Class of)
Disable "of" by throwing exception.

Overrides:
setOf in class EntriesNut

eval

public Component eval()
Specified by:
eval in class ComponentNut