|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.bean.AbstractBeanInitializer
org.apache.tapestry.bean.StaticBeanInitializer
public class StaticBeanInitializer
Initializes a bean with a static value.
Field Summary | |
---|---|
protected java.lang.Object |
_value
|
Fields inherited from class org.apache.tapestry.bean.AbstractBeanInitializer |
---|
_propertyName |
Constructor Summary | |
---|---|
StaticBeanInitializer()
|
Method Summary | |
---|---|
void |
setBeanProperty(IBeanProvider provider,
java.lang.Object bean)
Invoked by the IBeanProvider to initialize
a property of the bean. |
Methods inherited from class org.apache.tapestry.bean.AbstractBeanInitializer |
---|
getPropertyName, setBeanProperty, setPropertyName |
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
---|
getLocation, setLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hivemind.LocationHolder |
---|
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
---|
getLocation |
Field Detail |
---|
protected java.lang.Object _value
Constructor Detail |
---|
public StaticBeanInitializer()
Method Detail |
---|
public void setBeanProperty(IBeanProvider provider, java.lang.Object bean)
IBeanInitializer
IBeanProvider
to initialize
a property of the bean.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |