| java.lang.Object org.strecks.bind.handler.AbstractBindHandler org.strecks.bind.handler.BindSimpleHandler
BindSimpleHandler | public class BindSimpleHandler extends AbstractBindHandler implements BindHandler(Code) | |
Adds support for binding a form property (usually a String) to a typed domain object.
For example suppose you have a form to create a Person object. One field is date of birth. The
user enters a date, which is represented in the form as a String. Using this mechanism, this
value can then be bound directly to the java.util.Date typed property
person.dateOfBirth
author: Phil Zoio |
bindInwards | public void bindInwards(Object form, Object actionBean, Object convertedValue)(Code) | | Bind to the target object(s) from the String properties
|
bindOutwards | public void bindOutwards(Object form, Object actionBean)(Code) | | Bind from the target object(s) to the String properties
|
getBeanLocatingExpression | public String getBeanLocatingExpression()(Code) | | |
getBeanPropertyClass | public Class getBeanPropertyClass()(Code) | | |
getBeanPropertyName | public String getBeanPropertyName()(Code) | | |
maybeInitConverter | protected void maybeInitConverter(Object targetBean)(Code) | | |
setBeanLocatingExpression | public void setBeanLocatingExpression(String beanLocatingExpression)(Code) | | |
setBeanPropertyClass | protected void setBeanPropertyClass(Object containingBean)(Code) | | |
setBeanPropertyClass | public void setBeanPropertyClass(Class propertyClass)(Code) | | |
setBeanPropertyName | public void setBeanPropertyName(String beanPropertyName)(Code) | | |
|
|