org.apache.tapestry.bean
Class ExpressionBeanInitializer
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.bean.AbstractBeanInitializer
org.apache.tapestry.bean.ExpressionBeanInitializer
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder, IBeanInitializer
public class ExpressionBeanInitializer
- extends AbstractBeanInitializer
Initializes a helper bean property from an OGNL expression (relative to the bean's
IComponent
).
- Since:
- 2.2
- Author:
- Howard Lewis Ship
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 |
_expression
protected java.lang.String _expression
ExpressionBeanInitializer
public ExpressionBeanInitializer(ExpressionEvaluator evaluator)
setBeanProperty
public void setBeanProperty(IBeanProvider provider,
java.lang.Object bean)
- Description copied from interface:
IBeanInitializer
- Invoked by the
IBeanProvider
to initialize
a property of the bean.
getExpression
public java.lang.String getExpression()
- Since:
- 3.0 *
setExpression
public void setExpression(java.lang.String expression)
- Since:
- 3.0 *