Uses of Interface
com.levigo.jadice.web.server.AnnotationProfileRegistry
Packages that use AnnotationProfileRegistry
Package
Description
-
Uses of AnnotationProfileRegistry in com.levigo.jadice.web.demo.common.server.annotation
Methods in com.levigo.jadice.web.demo.common.server.annotation with parameters of type AnnotationProfileRegistryModifier and TypeMethodDescriptionstatic com.levigo.jadice.annotation.AnnotationReaderSettings
AnnotationUtils.setFormat
(com.levigo.jadice.document.read.Reader reader, AnnotationFormat format, AnnotationProfileRegistry annotationProfileRegistry) -
Uses of AnnotationProfileRegistry in com.levigo.jadice.web.demo.common.server.dataprovider
Methods in com.levigo.jadice.web.demo.common.server.dataprovider with parameters of type AnnotationProfileRegistryModifier and TypeMethodDescriptionvoid
DataProviderFactoryWithAuthentication.setRegistry
(AnnotationProfileRegistry registry) Constructors in com.levigo.jadice.web.demo.common.server.dataprovider with parameters of type AnnotationProfileRegistryModifierConstructorDescriptionDDPWithAnnoPermissions
(AnnotationProfileRegistry annotationProfileRegistry) -
Uses of AnnotationProfileRegistry in com.levigo.jadice.web.server
Methods in com.levigo.jadice.web.server that return AnnotationProfileRegistryModifier and TypeMethodDescriptionWebtoolkitServerContext.getAnnotationProfileRegistry()
Gets theAnnotationProfileRegistry
implementation which is used to addAnnotationProfile
s to make them available to the jadice web toolkit.