Class RepositoryImageResolver

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware

    public class RepositoryImageResolver
    extends Object
    implements org.springframework.web.context.ServletContextAware, org.springframework.beans.factory.InitializingBean
    Web Scripts Image Resolver
    Author:
    davidc
    • Constructor Detail

      • RepositoryImageResolver

        public RepositoryImageResolver()
    • Method Detail

      • setServletContext

        public void setServletContext​(javax.servlet.ServletContext context)
        Specified by:
        setServletContext in interface org.springframework.web.context.ServletContextAware
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception