Package org.apache.tapestry5.internal
Class BeanEditContextImpl
-
- org.apache.tapestry5.internal.BeanEditContextImpl
-
- All Implemented Interfaces:
AnnotationProvider
,BeanEditContext
public class BeanEditContextImpl extends implements BeanEditContext
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends >
T<T> type)
Searches for the specified annotation, returning the matching annotation instance.<?>
getBeanClass()
-
-
-
Method Detail
-
getBeanClass
public <?> getBeanClass()
- Specified by:
getBeanClass
in interfaceBeanEditContext
- Returns:
- The class of the bean under edit.
-
getAnnotation
public <T extends > T <T> type)
Description copied from interface:AnnotationProvider
Searches for the specified annotation, returning the matching annotation instance.- Specified by:
getAnnotation
in interfaceAnnotationProvider
- Parameters:
type
- used to select the annotation to return- Returns:
- the annotation, or null if not found
-
-