org.tynamo.services
Interface TynamoBeanContext

All Superinterfaces:
org.apache.tapestry5.ioc.AnnotationProvider, org.apache.tapestry5.services.BeanEditContext

public interface TynamoBeanContext
extends org.apache.tapestry5.services.BeanEditContext

Defines a context for editing a bean via BeanEditor. This value is made available at render time via the Environmental annotation.


Method Summary
 Object getBean()
           
 
Methods inherited from interface org.apache.tapestry5.services.BeanEditContext
getBeanClass
 
Methods inherited from interface org.apache.tapestry5.ioc.AnnotationProvider
getAnnotation
 

Method Detail

getBean

Object getBean()


Copyright © 2004-2009. All Rights Reserved.