Package org.apache.tapestry5.services
Interface BeanEditContext
- All Superinterfaces:
AnnotationProvider
- All Known Implementing Classes:
BeanEditContextImpl
Defines a context for editing a bean via
BeanEditor
.
This value is made available at render time via the Environmental
annotation.-
Method Summary
Methods inherited from interface org.apache.tapestry5.commons.AnnotationProvider
getAnnotation
-
Method Details
-
getBeanClass
Class<?> getBeanClass()- Returns:
- The class of the bean under edit.
-