Class RequestObjectFactoryRegistry

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class RequestObjectFactoryRegistry
    extends ObjectFactoryRegistry
    implements org.springframework.context.ApplicationContextAware
    Requests which are handled by the repository servants.
    • Constructor Detail

      • RequestObjectFactoryRegistry

        @Deprecated
        public RequestObjectFactoryRegistry​(Registry reg,
                                            ome.io.nio.TileSizes sizes,
                                            RepositoryDao repositoryDao,
                                            Ring ring,
                                            ome.io.nio.PixelsService pixels)
        Deprecated.
      • RequestObjectFactoryRegistry

        @Deprecated
        public RequestObjectFactoryRegistry​(Registry reg,
                                            ome.io.nio.TileSizes sizes,
                                            RepositoryDao repositoryDao,
                                            Ring ring,
                                            ome.io.nio.PixelsService pixels,
                                            Resources resources)
        Deprecated.
      • RequestObjectFactoryRegistry

        public RequestObjectFactoryRegistry​(Registry reg,
                                            ome.io.nio.TileSizes sizes,
                                            RepositoryDao repositoryDao,
                                            Ring ring,
                                            ome.io.nio.PixelsService pixels,
                                            Resources resources,
                                            ome.io.nio.ReaderSecurityCheck readerSecurityCheck)
    • Method Detail

      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext ctx)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException