Uses of Interface
com.levigo.jadice.web.server.annotation.AnnotationImageProvider
Packages that use AnnotationImageProvider
Package
Description
-
Uses of AnnotationImageProvider in com.levigo.jadice.web.demo.common.server.annotation
Classes in com.levigo.jadice.web.demo.common.server.annotation that implement AnnotationImageProvider -
Uses of AnnotationImageProvider in com.levigo.jadice.web.server
Methods in com.levigo.jadice.web.server with parameters of type AnnotationImageProviderModifier and TypeMethodDescriptionvoidAnnotationProfileRegistry.registerAnnotationImageProvider(String annotationProfileName, AnnotationImageProvider annotationImageProvider) Registers anAnnotationImageProviderat the registry on a given profile name.Method parameters in com.levigo.jadice.web.server with type arguments of type AnnotationImageProviderModifier and TypeMethodDescriptionvoidWebtoolkitServerContext.setAnnoImageProviders(List<AnnotationImageProvider> annoImageProviders) -
Uses of AnnotationImageProvider in com.levigo.jadice.web.server.annotation
Methods in com.levigo.jadice.web.server.annotation with parameters of type AnnotationImageProviderModifier and TypeMethodDescriptionstatic booleanAnnotationImageResolver.registerAnnotationImageProvider(String annotationProfileName, AnnotationImageProvider annotationImageProvider) Registers aAnnotationImageProviderfor a given AnnotationProfile.