org.apache.tapestry.bean
Class FieldBeanInitializer
java.lang.Object
org.apache.tapestry.spec.BaseLocatable
org.apache.tapestry.bean.AbstractBeanInitializer
org.apache.tapestry.bean.FieldBeanInitializer
- All Implemented Interfaces:
- IBeanInitializer, ILocatable, ILocationHolder
public class FieldBeanInitializer
- extends AbstractBeanInitializer
Initializes a bean with the value of a public static field.
- Since:
- 1.0.8
- Version:
- $Id: FieldBeanInitializer.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_fieldName
protected String _fieldName
_fieldValue
protected Object _fieldValue
FieldBeanInitializer
public FieldBeanInitializer()
setBeanProperty
public void setBeanProperty(IBeanProvider provider,
Object bean)
- Description copied from interface:
IBeanInitializer
- Invoked by the
IBeanProvider
to initialize
a property of the bean.