|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbiz.hammurapi.web.properties.PropertySubSet
| Constructor Summary | |
PropertySubSet(PropertySet master,
java.lang.String prefix)
|
|
| Method Summary | |
void |
clear()
Removes all entries from the property set |
boolean |
compareProperties(PropertySet otherSet)
|
boolean |
containsAll(PropertySet subSet)
|
java.lang.Object |
get(java.lang.String name)
|
java.util.Set |
getPropertyNames()
|
PropertySet |
getSubset(java.lang.String prefix)
|
void |
load(PropertySet source)
Loads all entries from the source to this property set |
void |
mount(java.lang.String prefix,
PropertySet source)
Mounts source property set at specified prefix. |
void |
remove(java.lang.String name)
Removes property from the set. |
void |
set(java.lang.String name,
java.lang.Object value)
|
void |
setAll(PropertySet source)
Copies all entries from the source property set to self. |
void |
toDom(org.w3c.dom.Element holder)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertySubSet(PropertySet master,
java.lang.String prefix)
| Method Detail |
public java.util.Set getPropertyNames()
getPropertyNames in interface PropertySetpublic PropertySet getSubset(java.lang.String prefix)
getSubset in interface PropertySetprefix -
public void remove(java.lang.String name)
PropertySet
remove in interface PropertySetname -
public void set(java.lang.String name,
java.lang.Object value)
set in interface biz.hammurapi.config.MutableContextpublic java.lang.Object get(java.lang.String name)
get in interface biz.hammurapi.config.Contextpublic void clear()
PropertySet
clear in interface PropertySetpublic void load(PropertySet source)
PropertySet
load in interface PropertySetsource -
public void mount(java.lang.String prefix,
PropertySet source)
PropertySet
mount in interface PropertySetprefix - source - public void toDom(org.w3c.dom.Element holder)
toDom in interface biz.hammurapi.xml.dom.DomSerializablepublic void setAll(PropertySet source)
PropertySet
setAll in interface PropertySetsource - public boolean compareProperties(PropertySet otherSet)
compareProperties in interface PropertySetotherSet -
public boolean containsAll(PropertySet subSet)
containsAll in interface PropertySetsubSet -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||