|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.BeanEditContextImpl
public class BeanEditContextImpl
Constructor Summary | |
---|---|
BeanEditContextImpl(java.lang.Class<?> beanClass)
|
Method Summary | ||
---|---|---|
|
getAnnotation(java.lang.Class<T> type)
Searches for the specified annotation, returning the matching annotation instance. |
|
java.lang.Class<?> |
getBeanClass()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanEditContextImpl(java.lang.Class<?> beanClass)
Method Detail |
---|
public java.lang.Class<?> getBeanClass()
getBeanClass
in interface BeanEditContext
public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> type)
AnnotationProvider
getAnnotation
in interface AnnotationProvider
type
- used to select the annotation to return
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |