Class LogoFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<Logo>, org.springframework.beans.factory.InitializingBean

    public class LogoFactoryBean
    extends AbstractSAMLObjectBuilderFactoryBean<Logo>
    A Spring factory bean for creating Logo objects.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    See Also:
    LogoBuilder
    • Constructor Detail

      • LogoFactoryBean

        public LogoFactoryBean​(String url,
                               Integer height,
                               Integer width)
        Constructor setting the the URL, height and width, but no language tag.
        Parameters:
        url - the logo URL
        height - the height in pixels
        width - the width in pixels
      • LogoFactoryBean

        public LogoFactoryBean​(String url,
                               String language,
                               Integer height,
                               Integer width)
        Constructor setting the the URL, its language tag and the height and width.
        Parameters:
        url - the logo URL
        language - the language tag
        height - the height in pixels
        width - the width in pixels