|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry.util.BasePropertyHolder
public class BasePropertyHolder
Base class implementation for the IPropertyHolder
interface.
Constructor Summary | |
---|---|
BasePropertyHolder()
|
Method Summary | |
---|---|
String |
getProperty(String name)
Retrieves the named property, or null if the property is not defined. |
List |
getPropertyNames()
Returns a List of Strings, the names of all properties held by the receiver. |
void |
removeProperty(String name)
Removes the named property, if present. |
void |
setProperty(String name,
String value)
Sets a named property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasePropertyHolder()
Method Detail |
---|
public String getProperty(String name)
IPropertyHolder
getProperty
in interface IPropertyHolder
public void setProperty(String name, String value)
IPropertyHolder
setProperty
in interface IPropertyHolder
public void removeProperty(String name)
IPropertyHolder
removeProperty
in interface IPropertyHolder
public List getPropertyNames()
IPropertyHolder
Prior to release 2.2, this method returned Collection.
getPropertyNames
in interface IPropertyHolder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |