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 via BeanEditor. This value is made available at render time via the Environmental annotation.


Method Summary
 Class<?> getBeanClass()
           
 
Methods inherited from interface org.apache.tapestry5.ioc.AnnotationProvider
getAnnotation
 

Method Detail

getBeanClass

Class<?> getBeanClass()
Returns:
The class of the bean under edit.


Copyright © 2003-2012 The Apache Software Foundation.