Package org.apache.tapestry5.services
Interface BeanEditContext
- 
- All Superinterfaces:
 AnnotationProvider
- All Known Implementing Classes:
 BeanEditContextImpl
public interface BeanEditContext extends AnnotationProvider
Defines a context for editing a bean viaBeanEditor. This value is made available at render time via theEnvironmentalannotation. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getBeanClass()- 
Methods inherited from interface org.apache.tapestry5.commons.AnnotationProvider
getAnnotation 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getBeanClass
Class<?> getBeanClass()
- Returns:
 - The class of the bean under edit.
 
 
 - 
 
 -