@Component(value="cuba_UiControllerMetaProvider")
public class UiControllerMetaProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AnnotationScanMetadataReaderFactory |
metadataReaderFactory |
static java.lang.String |
NAME |
Constructor and Description |
---|
UiControllerMetaProvider() |
Modifier and Type | Method and Description |
---|---|
UiControllerMeta |
get(java.lang.Class<? extends FrameOwner> screenClass) |
UiControllerMeta |
get(org.springframework.core.type.classreading.MetadataReader metadataReader) |
void |
setMetadataReaderFactory(AnnotationScanMetadataReaderFactory metadataReaderFactory) |
public static final java.lang.String NAME
protected AnnotationScanMetadataReaderFactory metadataReaderFactory
@Inject public void setMetadataReaderFactory(AnnotationScanMetadataReaderFactory metadataReaderFactory)
public UiControllerMeta get(org.springframework.core.type.classreading.MetadataReader metadataReader)
public UiControllerMeta get(java.lang.Class<? extends FrameOwner> screenClass)