Package rife.template
Class BeanHandlerHtml
java.lang.Object
rife.template.AbstractBeanHandler
rife.template.BeanHandlerHtml
- All Implemented Interfaces:
BeanHandler
-
Method Summary
Modifier and TypeMethodDescriptionReturns a form builder which will be used to generate forms in the corresponding template.getPropertyValues(Template template, Object bean, String prefix) static BeanHandlerHtmlinstance()Methods inherited from class rife.template.AbstractBeanHandler
removeBean, setBean
-
Method Details
-
instance
-
getMimeType
- Specified by:
getMimeTypein classAbstractBeanHandler
-
getFormBuilder
Description copied from interface:BeanHandlerReturns a form builder which will be used to generate forms in the corresponding template.- Returns:
- a form builder for use with the corresponding template
-
getPropertyValues
protected Map<String,Object> getPropertyValues(Template template, Object bean, String prefix) throws BeanUtilsException - Specified by:
getPropertyValuesin classAbstractBeanHandler- Throws:
BeanUtilsException
-