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 BeanHandlerHtml
instance()
Methods inherited from class rife.template.AbstractBeanHandler
removeBean, setBean
-
Method Details
-
instance
-
getMimeType
- Specified by:
getMimeType
in classAbstractBeanHandler
-
getFormBuilder
Description copied from interface:BeanHandler
Returns 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:
getPropertyValues
in classAbstractBeanHandler
- Throws:
BeanUtilsException
-